#E16299

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

Shades of Pale Violet Red #E16299

Tints of Pale Violet Red #E16299

Color information

#E16299 (or 0xE16299) is unknown color: approx Pale Violet Red. HEX triplet: E1, 62 and 99. RGB value is (225,98,153). Sum of RGB (Red+Green+Blue) = 225+98+153=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16299 is #1E9D66. Grayscale: #8E8E8E. Windows color (decimal): -2006375 or 10052321. OLE color: 10052321.

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

Color convert

RGB22598153-
CMYK00.560.320.12
HSL334.02º67.91%63.33%-
HSV(B)334.02º56.44%88.24%-
XYZ41.1727.0433.19-
YUV142.24134.08187.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=47.27%
G=20.59%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259815300.560.320.12334.0267.9163.33
HexE1629903820C14e443f
Octal341142231070401451610477
Binary11100001110001010011001011100010000011001010011101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16299; }

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

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

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

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

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

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

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

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