#E06E84

Color #E06E84 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E06E84

Tints of Deep Blush #E06E84

Color information

#E06E84 (or 0xE06E84) is unknown color: approx Deep Blush. HEX triplet: E0, 6E and 84. RGB value is (224,110,132). Sum of RGB (Red+Green+Blue) = 224+110+132=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E84 is #1F917B. Grayscale: #929292. Windows color (decimal): -2068860 or 8679136. OLE color: 8679136.

HSL color Cylindrical-coordinate representation of color #E06E84: hue angle of 348.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06E84 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224110132-
CMYK00.510.410.12
HSL348.42º64.77%65.49%-
HSV(B)348.42º50.89%87.84%-
XYZ40.4828.6725.23-
YUV146.59119.77183.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 48.07%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=48.07%
G=23.61%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411013200.510.410.12348.4264.7765.49
HexE06E8403329C15c4141
Octal3401562040635114534101101
Binary111000001101110100001000110011101001110010101110010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06E84; }

 p { color: rgb(224,110,132); }

 H1.HeaderClassName
 {
   color: #E06E84;
 }
 .AnyTagClassName
 {
   color: #E06E84;
 }
</style>
background-color css

<style>
 a { background-color: #E06E84; }

 a { background-color: rgb(224,110,132); }

 div.DivClassName
 {
   background-color: #E06E84;
 }
 .BgClassName
 {
   background-color: #E06E84;
 }
</style>
border-color css

<style>
 span { border-color: #E06E84; }

 span { border-color: rgb(224,110,132); }

 td.TdClassName
 {
   border-color: #E06E84;
 }
 .TagClassName
 {
   border-color: #E06E84;
 }
</style>