#E0778B

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

Shades of Deep Blush #E0778B

Tints of Deep Blush #E0778B

Color information

#E0778B (or 0xE0778B) is unknown color: approx Deep Blush. HEX triplet: E0, 77 and 8B. RGB value is (224,119,139). Sum of RGB (Red+Green+Blue) = 224+119+139=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0778B is #1F8874. Grayscale: #989898. Windows color (decimal): -2066549 or 9140192. OLE color: 9140192.

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

Color convert

RGB224119139-
CMYK00.470.380.12
HSL348.57º62.87%67.25%-
HSV(B)348.57º46.88%87.84%-
XYZ4230.9128.18-
YUV152.68120.29178.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.47%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=46.47%
G=24.69%
B=28.84%

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
Decimal22411913900.470.380.12348.5762.8767.25
HexE0778B02F26C15d3f43
Octal340167213057461453577103
Binary11100000111011110001011010111110011011001010111011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0778B; }

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

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

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

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

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

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

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

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