#E16F8E

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

Shades of Deep Blush #E16F8E

Tints of Deep Blush #E16F8E

Color information

#E16F8E (or 0xE16F8E) is unknown color: approx Deep Blush. HEX triplet: E1, 6F and 8E. RGB value is (225,111,142). Sum of RGB (Red+Green+Blue) = 225+111+142=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F8E is #1E9071. Grayscale: #949494. Windows color (decimal): -2003058 or 9334753. OLE color: 9334753.

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

Color convert

RGB225111142-
CMYK00.510.370.12
HSL343.68º65.52%65.88%-
HSV(B)343.68º50.67%88.24%-
XYZ41.6229.3329.06-
YUV148.62124.27182.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=47.07%
G=23.22%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511114200.510.370.12343.6865.5265.88
HexE16F8E03325C1584242
Octal3411572160634514530102102
Binary111000011101111100011100110011100101110010101100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F8E; }

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

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

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

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

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

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

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

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