#E07285

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

Shades of Deep Blush #E07285

Tints of Deep Blush #E07285

Color information

#E07285 (or 0xE07285) is unknown color: approx Deep Blush. HEX triplet: E0, 72 and 85. RGB value is (224,114,133). Sum of RGB (Red+Green+Blue) = 224+114+133=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07285 is #1F8D7A. Grayscale: #959595. Windows color (decimal): -2067835 or 8745696. OLE color: 8745696.

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

Color convert

RGB224114133-
CMYK00.490.410.12
HSL349.64º63.95%66.27%-
HSV(B)349.64º49.11%87.84%-
XYZ40.9929.5825.74-
YUV149.06118.94181.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 114 (44.92% from 255) = 24.20%
BLUE value IS 133 (52.34% from 255) = 28.24%
R=47.56%
G=24.20%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411413300.490.410.12349.6463.9566.27
HexE0728503129C15e4042
Octal3401622050615114536100102
Binary111000001110010100001010110001101001110010101111010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07285; }

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

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

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

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

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

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

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

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