#E16497

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

Shades of Pale Violet Red #E16497

Tints of Pale Violet Red #E16497

Color information

#E16497 (or 0xE16497) is unknown color: approx Pale Violet Red. HEX triplet: E1, 64 and 97. RGB value is (225,100,151). Sum of RGB (Red+Green+Blue) = 225+100+151=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E16497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16497 is #1E9B68. Grayscale: #8F8F8F. Windows color (decimal): -2005865 or 9921761. OLE color: 9921761.

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

Color convert

RGB225100151-
CMYK00.560.330.12
HSL335.52º67.57%63.73%-
HSV(B)335.52º55.56%88.24%-
XYZ41.1927.3632.39-
YUV143.19132.41186.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.27%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=47.27%
G=21.01%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510015100.560.330.12335.5267.5763.73
HexE1649703821C1504440
Octal3411442270704114520104100
Binary111000011100100100101110111000100001110010101000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16497; }

 p { color: rgb(225,100,151); }

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

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

 a { background-color: rgb(225,100,151); }

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

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

 span { border-color: rgb(225,100,151); }

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