#E16F9E

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

Shades of Pale Violet Red #E16F9E

Tints of Pale Violet Red #E16F9E

Color information

#E16F9E (or 0xE16F9E) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6F and 9E. RGB value is (225,111,158). Sum of RGB (Red+Green+Blue) = 225+111+158=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F9E is #1E9061. Grayscale: #969696. Windows color (decimal): -2003042 or 10383329. OLE color: 10383329.

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

Color convert

RGB225111158-
CMYK00.510.300.12
HSL335.26º65.52%65.88%-
HSV(B)335.26º50.67%88.24%-
XYZ42.9129.8535.85-
YUV150.44132.27181.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.55%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=45.55%
G=22.47%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511115800.510.300.12335.2665.5265.88
HexE16F9E0331EC14f4242
Octal3411572360633614517102102
Binary11100001110111110011110011001111110110010100111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F9E; }

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

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

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

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

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

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

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

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