#E16F99

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

Shades of Pale Violet Red #E16F99

Tints of Pale Violet Red #E16F99

Color information

#E16F99 (or 0xE16F99) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6F and 99. RGB value is (225,111,153). Sum of RGB (Red+Green+Blue) = 225+111+153=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F99 is #1E9066. Grayscale: #959595. Windows color (decimal): -2003047 or 10055649. OLE color: 10055649.

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

Color convert

RGB225111153-
CMYK00.510.320.12
HSL337.89º65.52%65.88%-
HSV(B)337.89º50.67%88.24%-
XYZ42.4929.6833.63-
YUV149.87129.77181.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=46.01%
G=22.70%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511115300.510.320.12337.8965.5265.88
HexE16F9903320C1524242
Octal3411572310634014522102102
Binary111000011101111100110010110011100000110010101001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16F99; }

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

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

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

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

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

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

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

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