#E07582

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

Shades of Deep Blush #E07582

Tints of Deep Blush #E07582

Color information

#E07582 (or 0xE07582) is unknown color: approx Deep Blush. HEX triplet: E0, 75 and 82. RGB value is (224,117,130). Sum of RGB (Red+Green+Blue) = 224+117+130=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07582 is #1F8A7D. Grayscale: #969696. Windows color (decimal): -2067070 or 8549856. OLE color: 8549856.

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

Color convert

RGB224117130-
CMYK00.480.420.12
HSL352.71º63.31%66.86%-
HSV(B)352.71º47.77%87.84%-
XYZ41.1330.1824.78-
YUV150.48116.45180.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.56%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=47.56%
G=24.84%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411713000.480.420.12352.7163.3166.86
HexE075820302AC1613f43
Octal340165202060521454177103
Binary11100000111010110000010011000010101011001011000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07582; }

 p { color: rgb(224,117,130); }

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

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

 a { background-color: rgb(224,117,130); }

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

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

 span { border-color: rgb(224,117,130); }

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