#E07185

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

Shades of Deep Blush #E07185

Tints of Deep Blush #E07185

Color information

#E07185 (or 0xE07185) is unknown color: approx Deep Blush. HEX triplet: E0, 71 and 85. RGB value is (224,113,133). Sum of RGB (Red+Green+Blue) = 224+113+133=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E07185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07185 is #1F8E7A. Grayscale: #949494. Windows color (decimal): -2068091 or 8745440. OLE color: 8745440.

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

Color convert

RGB224113133-
CMYK00.500.410.12
HSL349.19º64.16%66.08%-
HSV(B)349.19º49.55%87.84%-
XYZ40.8829.3525.7-
YUV148.47119.27181.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=47.66%
G=24.04%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411313300.500.410.12349.1964.1666.08
HexE0718503229C15d4042
Octal3401612050625114535100102
Binary111000001110001100001010110010101001110010101110110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07185; }

 p { color: rgb(224,113,133); }

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

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

 a { background-color: rgb(224,113,133); }

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

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

 span { border-color: rgb(224,113,133); }

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