#E0778A

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

Shades of Deep Blush #E0778A

Tints of Deep Blush #E0778A

Color information

#E0778A (or 0xE0778A) is unknown color: approx Deep Blush. HEX triplet: E0, 77 and 8A. RGB value is (224,119,138). Sum of RGB (Red+Green+Blue) = 224+119+138=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0778A is #1F8875. Grayscale: #989898. Windows color (decimal): -2066550 or 9074656. OLE color: 9074656.

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

Color convert

RGB224119138-
CMYK00.470.380.12
HSL349.14º62.87%67.25%-
HSV(B)349.14º46.88%87.84%-
XYZ41.9230.8827.79-
YUV152.56119.79178.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=46.57%
G=24.74%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411913800.470.380.12349.1462.8767.25
HexE0778A02F26C15d3f43
Octal340167212057461453577103
Binary11100000111011110001010010111110011011001010111011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0778A; }

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

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

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

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

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

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

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

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