#E06E8C

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

Shades of Deep Blush #E06E8C

Tints of Deep Blush #E06E8C

Color information

#E06E8C (or 0xE06E8C) is unknown color: approx Deep Blush. HEX triplet: E0, 6E and 8C. RGB value is (224,110,140). Sum of RGB (Red+Green+Blue) = 224+110+140=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E8C is #1F9173. Grayscale: #939393. Windows color (decimal): -2068852 or 9203424. OLE color: 9203424.

HSL color Cylindrical-coordinate representation of color #E06E8C: hue angle of 344.21º 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 #E06E8C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB224110140-
CMYK00.510.380.12
HSL344.21º64.77%65.49%-
HSV(B)344.21º50.89%87.84%-
XYZ41.0528.8928.22-
YUV147.51123.77182.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.26%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 140 (55.08% from 255) = 29.54%
R=47.26%
G=23.21%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411014000.510.380.12344.2164.7765.49
HexE06E8C03326C1584141
Octal3401562140634614530101101
Binary111000001101110100011000110011100110110010101100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06E8C; }

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

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

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

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

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

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

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

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