#E07A84

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

Shades of Deep Blush #E07A84

Tints of Deep Blush #E07A84

Color information

#E07A84 (or 0xE07A84) is unknown color: approx Deep Blush. HEX triplet: E0, 7A and 84. RGB value is (224,122,132). Sum of RGB (Red+Green+Blue) = 224+122+132=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A84 is #1F857B. Grayscale: #999999. Windows color (decimal): -2065788 or 8682208. OLE color: 8682208.

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

Color convert

RGB224122132-
CMYK00.460.410.12
HSL354.12º62.2%67.84%-
HSV(B)354.12º45.54%87.84%-
XYZ41.8631.4325.69-
YUV153.64115.79178.19-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.86%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=46.86%
G=25.52%
B=27.62%

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
Decimal22412213200.460.410.12354.1262.267.84
HexE07A8402E29C1623e44
Octal340172204056511454276104
Binary11100000111101010000100010111010100111001011000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07A84; }

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

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

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

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

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

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

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

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