#E1778B

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

Shades of Deep Blush #E1778B

Tints of Deep Blush #E1778B

Color information

#E1778B (or 0xE1778B) is unknown color: approx Deep Blush. HEX triplet: E1, 77 and 8B. RGB value is (225,119,139). Sum of RGB (Red+Green+Blue) = 225+119+139=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1778B is #1E8874. Grayscale: #989898. Windows color (decimal): -2001013 or 9140193. OLE color: 9140193.

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

Color convert

RGB225119139-
CMYK00.470.380.12
HSL348.68º63.86%67.45%-
HSV(B)348.68º47.11%88.24%-
XYZ42.3131.0728.19-
YUV152.97120.12179.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.58%
GREEN value IS 119 (46.88% from 255) = 24.64%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=46.58%
G=24.64%
B=28.78%

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
Decimal22511913900.470.380.12348.6863.8667.45
HexE1778B02F26C15d4043
Octal3411672130574614535100103
Binary111000011110111100010110101111100110110010101110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1778B; }

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

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

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

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

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

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

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

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