#E07784

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

Shades of Deep Blush #E07784

Tints of Deep Blush #E07784

Color information

#E07784 (or 0xE07784) is unknown color: approx Deep Blush. HEX triplet: E0, 77 and 84. RGB value is (224,119,132). Sum of RGB (Red+Green+Blue) = 224+119+132=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E07784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07784 is #1F887B. Grayscale: #979797. Windows color (decimal): -2066556 or 8681440. OLE color: 8681440.

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

Color convert

RGB224119132-
CMYK00.470.410.12
HSL352.57º62.87%67.25%-
HSV(B)352.57º46.88%87.84%-
XYZ41.530.7125.57-
YUV151.88116.79179.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.16%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=47.16%
G=25.05%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411913200.470.410.12352.5762.8767.25
HexE0778402F29C1613f43
Octal340167204057511454177103
Binary11100000111011110000100010111110100111001011000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07784; }

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

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

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

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

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

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

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

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