#E07388

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

Shades of Deep Blush #E07388

Tints of Deep Blush #E07388

Color information

#E07388 (or 0xE07388) is unknown color: approx Deep Blush. HEX triplet: E0, 73 and 88. RGB value is (224,115,136). Sum of RGB (Red+Green+Blue) = 224+115+136=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07388 is #1F8C77. Grayscale: #969696. Windows color (decimal): -2067576 or 8942560. OLE color: 8942560.

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

Color convert

RGB224115136-
CMYK00.490.390.12
HSL348.44º63.74%66.47%-
HSV(B)348.44º48.66%87.84%-
XYZ41.3229.8926.88-
YUV149.98120.11180.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 115 (45.31% from 255) = 24.21%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=47.16%
G=24.21%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411513600.490.390.12348.4463.7466.47
HexE0738803127C15c4042
Octal3401632100614714534100102
Binary111000001110011100010000110001100111110010101110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07388; }

 p { color: rgb(224,115,136); }

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

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

 a { background-color: rgb(224,115,136); }

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

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

 span { border-color: rgb(224,115,136); }

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