#E0708F

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

Shades of Deep Blush #E0708F

Tints of Deep Blush #E0708F

Color information

#E0708F (or 0xE0708F) is unknown color: approx Deep Blush. HEX triplet: E0, 70 and 8F. RGB value is (224,112,143). Sum of RGB (Red+Green+Blue) = 224+112+143=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E0708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0708F is #1F8F70. Grayscale: #959595. Windows color (decimal): -2068337 or 9400544. OLE color: 9400544.

HSL color Cylindrical-coordinate representation of color #E0708F: hue angle of 343.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0708F is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224112143-
CMYK00.500.360.12
HSL343.39º64.37%65.88%-
HSV(B)343.39º50%87.84%-
XYZ41.4929.4229.48-
YUV149.02124.61181.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=46.76%
G=23.38%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411214300.500.360.12343.3964.3765.88
HexE0708F03224C1574042
Octal3401602170624414527100102
Binary111000001110000100011110110010100100110010101011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0708F; }

 p { color: rgb(224,112,143); }

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

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

 a { background-color: rgb(224,112,143); }

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

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

 span { border-color: rgb(224,112,143); }

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