COLOR #E06270

HEX: #E06270
RGB: (224,98,112)

Color info

#E06270 contains mainly red color. Web safe color of #E06270 is #CC6666 (or #C66).

RGB color model

#E06270 color RGB value is (224,98,112).

  • red value is 224;
  • green value is 98;
  • blue value is 112.
RGB:
(224,98,112)
(88%,38%,44%)

RGB channels and saturation

R 224 of 255 = 88%
G 98 of 255 = 38%
B 112 of 255 = 44%

224
98
112

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

Portions of RGB colors in percentages

R + G + B =
224 + 98 + 112 = 434 (100%)
R 224 of 434 ~ 51.61%
G 98 of 434 ~ 22.58%
B 112 of 434 ~ 25.81%

%51.61
%22.58
%25.81

CMYK color model

#E06270 color CMYK value is (0,56,50,12).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 50.00%
  • key color value is 12.16%
CMYK:
(0,56,50,12)
C0M56Y50K12 
(0%,56%,50%,12%)
(0.00/0.56/0.50/0.12)	

CMYK percentages

%0
%56.25
%50
%12.16

Codes

Color #E06270 in popluar color models

E06270
RGB22498112
HSL353°67.02%63.14%
HSB/HSV353°56.25%87.84%
CMYK0.00%56.25%50.00%
12.16%

Color #E06270 in popluar number systems.

HEXE06270
Decimal22498112
Binary1110000011000101110000
Octal340142160

Shades and tints

Shades of #E06270

#E06270
(224,98,112)
#CC5A66
(204,90,102)
#B8525C
(184,82,92)
#A44A52
(164,74,82)
#904248
(144,66,72)
#7C3A3E
(124,58,62)
#683234
(104,50,52)
#542A2A
(84,42,42)
#402220
(64,34,32)
#2C1A16
(44,26,22)
#18120C
(24,18,12)
#000000
(0,0,0)

Tints of #E06270

#E06270
(224,98,112)
#E2707D
(226,112,125)
#E47E8A
(228,126,138)
#E68C97
(230,140,151)
#E89AA4
(232,154,164)
#EAA8B1
(234,168,177)
#ECB6BE
(236,182,190)
#EEC4CB
(238,196,203)
#F0D2D8
(240,210,216)
#F2E0E5
(242,224,229)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06270 color. Also use rgb(224,98,112) instead hex code.

Text Font Color

.myTextColor { color: #E06270; }

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

This text font color is #E06270.


Background Color

.myBgColor { background-color: #E06270; }

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

This div background color is #E06270.


Border color

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

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

This div border color is #E06270.


Opacity

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

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

Text with #E06270 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 #E06270;}

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

This text has shadow with #E06270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06270 on black background.


Color preview on white background

This text has color #E06270 on white background.



Black color preview on #E06270 background

This text has black color on #E06270 background.


White color preview on #E06270 background

This text has white color on #E06270 background.