#E16F8C

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

Shades of Deep Blush #E16F8C

Tints of Deep Blush #E16F8C

Color information

#E16F8C (or 0xE16F8C) is unknown color: approx Deep Blush. HEX triplet: E1, 6F and 8C. RGB value is (225,111,140). Sum of RGB (Red+Green+Blue) = 225+111+140=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F8C is #1E9073. Grayscale: #949494. Windows color (decimal): -2003060 or 9203681. OLE color: 9203681.

HSL color Cylindrical-coordinate representation of color #E16F8C: hue angle of 344.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16F8C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225111140-
CMYK00.510.380.12
HSL344.74º65.52%65.88%-
HSV(B)344.74º50.67%88.24%-
XYZ41.4729.2728.27-
YUV148.39123.27182.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=47.27%
G=23.32%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511114000.510.380.12344.7465.5265.88
HexE16F8C03326C1594242
Octal3411572140634614531102102
Binary111000011101111100011000110011100110110010101100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F8C; }

 p { color: rgb(225,111,140); }

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

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

 a { background-color: rgb(225,111,140); }

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

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

 span { border-color: rgb(225,111,140); }

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