COLOR #E06988

HEX: #E06988
RGB: (224,105,136)

Color info

#E06988 contains mainly red color. Web safe color of #E06988 is #CC6699 (or #C69).

RGB color model

#E06988 color RGB value is (224,105,136).

  • red value is 224;
  • green value is 105;
  • blue value is 136.
RGB:
(224,105,136)
(88%,41%,53%)

RGB channels and saturation

R 224 of 255 = 88%
G 105 of 255 = 41%
B 136 of 255 = 53%

224
105
136

R + G + B ~ 61%. #E06988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 105 + 136 = 465 (100%)
R 224 of 465 ~ 48.17%
G 105 of 465 ~ 22.58%
B 136 of 465 ~ 29.25%

%48.17
%22.58
%29.25

CMYK color model

#E06988 color CMYK value is (0,53,39,12).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 39.29%
  • key color value is 12.16%
CMYK:
(0,53,39,12)
C0M53Y39K12 
(0%,53%,39%,12%)
(0.00/0.53/0.39/0.12)	

CMYK percentages

%0
%53.13
%39.29
%12.16

Codes

Color #E06988 in popluar color models

E06988
RGB224105136
HSL344°65.75%64.51%
HSB/HSV344°53.13%87.84%
CMYK0.00%53.13%39.29%
12.16%

Color #E06988 in popluar number systems.

HEXE06988
Decimal224105136
Binary11100000110100110001000
Octal340151210

Shades and tints

Shades of #E06988

#E06988
(224,105,136)
#CC607C
(204,96,124)
#B85770
(184,87,112)
#A44E64
(164,78,100)
#904558
(144,69,88)
#7C3C4C
(124,60,76)
#683340
(104,51,64)
#542A34
(84,42,52)
#402128
(64,33,40)
#2C181C
(44,24,28)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #E06988

#E06988
(224,105,136)
#E27692
(226,118,146)
#E4839C
(228,131,156)
#E690A6
(230,144,166)
#E89DB0
(232,157,176)
#EAAABA
(234,170,186)
#ECB7C4
(236,183,196)
#EEC4CE
(238,196,206)
#F0D1D8
(240,209,216)
#F2DEE2
(242,222,226)
#F4EBEC
(244,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E06988 color. Also use rgb(224,105,136) instead hex code.

Text Font Color

.myTextColor { color: #E06988; }

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

This text font color is #E06988.


Background Color

.myBgColor { background-color: #E06988; }

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

This div background color is #E06988.


Border color

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

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

This div border color is #E06988.


Opacity

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

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

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

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

This text has shadow with #E06988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E06988 on black background.


Color preview on white background

This text has color #E06988 on white background.



Black color preview on #E06988 background

This text has black color on #E06988 background.


White color preview on #E06988 background

This text has white color on #E06988 background.