#E16488

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

Shades of Deep Blush #E16488

Tints of Deep Blush #E16488

Color information

#E16488 (or 0xE16488) is unknown color: approx Deep Blush. HEX triplet: E1, 64 and 88. RGB value is (225,100,136). Sum of RGB (Red+Green+Blue) = 225+100+136=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E16488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16488 is #1E9B77. Grayscale: #8D8D8D. Windows color (decimal): -2005880 or 8938721. OLE color: 8938721.

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

Color convert

RGB225100136-
CMYK00.560.400.12
HSL342.72º67.57%63.73%-
HSV(B)342.72º55.56%88.24%-
XYZ40.0526.926.37-
YUV141.48124.91187.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.81%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=48.81%
G=21.69%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510013600.560.400.12342.7267.5763.73
HexE1648803828C1574440
Octal3411442100705014527104100
Binary111000011100100100010000111000101000110010101011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16488; }

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

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

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

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

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

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

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

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