#E5778A

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

Shades of Deep Blush #E5778A

Tints of Deep Blush #E5778A

Color information

#E5778A (or 0xE5778A) is unknown color: approx Deep Blush. HEX triplet: E5, 77 and 8A. RGB value is (229,119,138). Sum of RGB (Red+Green+Blue) = 229+119+138=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5778A is #1A8875. Grayscale: #9A9A9A. Windows color (decimal): -1738870 or 9074661. OLE color: 9074661.

HSL color Cylindrical-coordinate representation of color #E5778A: hue angle of 349.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5778A is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229119138-
CMYK00.480.400.10
HSL349.64º67.9%68.24%-
HSV(B)349.64º48.03%89.8%-
XYZ43.531.6927.87-
YUV154.06118.94181.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 119 (46.88% from 255) = 24.49%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=47.12%
G=24.49%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911913800.480.400.10349.6467.968.24
HexE5778A03028A15e4444
Octal3451672120605012536104104
Binary111001011110111100010100110000101000101010101111010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5778A; }

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

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

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

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

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

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

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

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