COLOR #E6236C

HEX: #E6236C
RGB: (230,35,108)

Color info

#E6236C contains mainly red color. Web safe color of #E6236C is #CC3366 (or #C36).

RGB color model

#E6236C color RGB value is (230,35,108).

  • red value is 230;
  • green value is 35;
  • blue value is 108.
RGB:
(230,35,108)
(90%,14%,42%)

RGB channels and saturation

R 230 of 255 = 90%
G 35 of 255 = 14%
B 108 of 255 = 42%

230
35
108

R + G + B ~ 49%. #E6236C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
230 + 35 + 108 = 373 (100%)
R 230 of 373 ~ 61.66%
G 35 of 373 ~ 9.38%
B 108 of 373 ~ 28.95%

%61.66
%28.95

CMYK color model

#E6236C color CMYK value is (0,85,53,10).

  • cyan value is 0.00%
  • magenta value is 84.78%
  • yellow value is 53.04%
  • key color value is 9.80%
CMYK:
(0,85,53,10)
C0M85Y53K10 
(0%,85%,53%,10%)
(0.00/0.85/0.53/0.10)	

CMYK percentages

%0
%84.78
%53.04
%9.8

Codes

Color #E6236C in popluar color models

E6236C
RGB23035108
HSL338°79.59%51.96%
HSB/HSV338°84.78%90.20%
CMYK0.00%84.78%53.04%
9.80%

Color #E6236C in popluar number systems.

HEXE6236C
Decimal23035108
Binary111001101000111101100
Octal34643154

Shades and tints

Shades of #E6236C

#E6236C
(230,35,108)
#D22063
(210,32,99)
#BE1D5A
(190,29,90)
#AA1A51
(170,26,81)
#961748
(150,23,72)
#82143F
(130,20,63)
#6E1136
(110,17,54)
#5A0E2D
(90,14,45)
#460B24
(70,11,36)
#32081B
(50,8,27)
#1E0512
(30,5,18)
#000000
(0,0,0)

Tints of #E6236C

#E6236C
(230,35,108)
#E83779
(232,55,121)
#EA4B86
(234,75,134)
#EC5F93
(236,95,147)
#EE73A0
(238,115,160)
#F087AD
(240,135,173)
#F29BBA
(242,155,186)
#F4AFC7
(244,175,199)
#F6C3D4
(246,195,212)
#F8D7E1
(248,215,225)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6236C color. Also use rgb(230,35,108) instead hex code.

Text Font Color

.myTextColor { color: #E6236C; }

<p style="color:#E6236C">This sample text font color is #E6236C.</p>

This text font color is #E6236C.


Background Color

.myBgColor { background-color: #E6236C; }

<div style="background-color:#E6236C">Inner text</div>

This div background color is #E6236C.


Border color

.myBorderColor { border: 1px solid #E6236C; }

<div style="border:3px solid #E6236C">Div</div>

This div border color is #E6236C.


Opacity

.myOpacity80 { color: #E6236C; opacity: 0.8; }

<p style="color:#E6236C;opacity:0.8;">80%</p>

Text with #E6236C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6236C;}

<p style="text-shadow: 3px 3px 1px #E6236C">Text here.</p>

This text has shadow with #E6236C color.

.textShadow {text-shadow: 3px 3px 1px #E6236C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6236C, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6236C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6236C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6236C, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6236C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E6236C;
  -webkit-box-shadow:	1px 1px 3px 2px #E6236C;
  box-shadow:		1px 1px 3px 2px #E6236C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6236C;
-webkit-box-shadow: 1px 1px 3px 2px #E6236C;
box-shadow:1px 1px 3px 2px #E6236C;">
Div content here</div>
This div box has shadow with color #E6236C.

Preview

Color preview on black background

This text has color #E6236C on black background.


Color preview on white background

This text has color #E6236C on white background.



Black color preview on #E6236C background

This text has black color on #E6236C background.


White color preview on #E6236C background

This text has white color on #E6236C background.