#E1778A

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

Shades of Deep Blush #E1778A

Tints of Deep Blush #E1778A

Color information

#E1778A (or 0xE1778A) is unknown color: approx Deep Blush. HEX triplet: E1, 77 and 8A. RGB value is (225,119,138). Sum of RGB (Red+Green+Blue) = 225+119+138=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1778A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1778A is #1E8875. Grayscale: #989898. Windows color (decimal): -2001014 or 9074657. OLE color: 9074657.

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

Color convert

RGB225119138-
CMYK00.470.390.12
HSL349.25º63.86%67.45%-
HSV(B)349.25º47.11%88.24%-
XYZ42.2431.0427.81-
YUV152.86119.62179.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=46.68%
G=24.69%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511913800.470.390.12349.2563.8667.45
HexE1778A02F27C15d4043
Octal3411672120574714535100103
Binary111000011110111100010100101111100111110010101110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1778A; }

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

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

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

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

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

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

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

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