#E07885

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

Shades of Deep Blush #E07885

Tints of Deep Blush #E07885

Color information

#E07885 (or 0xE07885) is unknown color: approx Deep Blush. HEX triplet: E0, 78 and 85. RGB value is (224,120,133). Sum of RGB (Red+Green+Blue) = 224+120+133=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07885 is #1F877A. Grayscale: #989898. Windows color (decimal): -2066299 or 8747232. OLE color: 8747232.

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

Color convert

RGB224120133-
CMYK00.460.410.12
HSL352.5º62.65%67.45%-
HSV(B)352.5º46.43%87.84%-
XYZ41.6930.9725.97-
YUV152.58116.96178.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.96%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=46.96%
G=25.16%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412013300.460.410.12352.562.6567.45
HexE0788502E29C1603f43
Octal340170205056511454077103
Binary11100000111100010000101010111010100111001011000001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07885; }

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

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

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

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

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

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

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

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