#E16B99

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

Shades of Pale Violet Red #E16B99

Tints of Pale Violet Red #E16B99

Color information

#E16B99 (or 0xE16B99) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6B and 99. RGB value is (225,107,153). Sum of RGB (Red+Green+Blue) = 225+107+153=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16B99 is #1E9466. Grayscale: #939393. Windows color (decimal): -2004071 or 10054625. OLE color: 10054625.

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

Color convert

RGB225107153-
CMYK00.520.320.12
HSL336.61º66.29%65.1%-
HSV(B)336.61º52.44%88.24%-
XYZ42.0628.8233.48-
YUV147.53131.09183.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 107 (42.19% from 255) = 22.06%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=46.39%
G=22.06%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510715300.520.320.12336.6166.2965.1
HexE16B9903420C1514241
Octal3411532310644014521102101
Binary111000011101011100110010110100100000110010101000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16B99; }

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

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

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

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

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

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

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

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