#E16988

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

Shades of Deep Blush #E16988

Tints of Deep Blush #E16988

Color information

#E16988 (or 0xE16988) is unknown color: approx Deep Blush. HEX triplet: E1, 69 and 88. RGB value is (225,105,136). Sum of RGB (Red+Green+Blue) = 225+105+136=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E16988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16988 is #1E9677. Grayscale: #909090. Windows color (decimal): -2004600 or 8940001. OLE color: 8940001.

HSL color Cylindrical-coordinate representation of color #E16988: hue angle of 344.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16988 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225105136-
CMYK00.530.400.12
HSL344.5º66.67%64.71%-
HSV(B)344.5º53.33%88.24%-
XYZ40.5527.8926.54-
YUV144.41123.26185.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=48.28%
G=22.53%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510513600.530.400.12344.566.6764.71
HexE1698803528C1584341
Octal3411512100655014530103101
Binary111000011101001100010000110101101000110010101100010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16988; }

 p { color: rgb(225,105,136); }

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

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

 a { background-color: rgb(225,105,136); }

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

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

 span { border-color: rgb(225,105,136); }

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