#E16F9F

Color #E16F9F Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E16F9F

Tints of Pale Violet Red #E16F9F

Color information

#E16F9F (or 0xE16F9F) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6F and 9F. RGB value is (225,111,159). Sum of RGB (Red+Green+Blue) = 225+111+159=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F9F is #1E9060. Grayscale: #969696. Windows color (decimal): -2003041 or 10448865. OLE color: 10448865.

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

Color convert

RGB225111159-
CMYK00.510.290.12
HSL334.74º65.52%65.88%-
HSV(B)334.74º50.67%88.24%-
XYZ42.9929.8836.3-
YUV150.56132.77181.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=45.45%
G=22.42%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511115900.510.290.12334.7465.5265.88
HexE16F9F0331DC14f4242
Octal3411572370633514517102102
Binary11100001110111110011111011001111101110010100111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F9F; }

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

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

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

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

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

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

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

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