#E07D84

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

Shades of Deep Blush #E07D84

Tints of Deep Blush #E07D84

Color information

#E07D84 (or 0xE07D84) is unknown color: approx Deep Blush. HEX triplet: E0, 7D and 84. RGB value is (224,125,132). Sum of RGB (Red+Green+Blue) = 224+125+132=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D84 is #1F827B. Grayscale: #9B9B9B. Windows color (decimal): -2065020 or 8682976. OLE color: 8682976.

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

Color convert

RGB224125132-
CMYK00.440.410.12
HSL355.76º61.49%68.43%-
HSV(B)355.76º44.2%87.84%-
XYZ42.2432.1825.82-
YUV155.4114.8176.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=46.57%
G=25.99%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412513200.440.410.12355.7661.4968.43
HexE07D8402C29C1643d44
Octal340175204054511454475104
Binary11100000111110110000100010110010100111001011001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07D84; }

 p { color: rgb(224,125,132); }

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

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

 a { background-color: rgb(224,125,132); }

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

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

 span { border-color: rgb(224,125,132); }

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