#E16691

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

Shades of Pale Violet Red #E16691

Tints of Pale Violet Red #E16691

Color information

#E16691 (or 0xE16691) is unknown color: approx Pale Violet Red. HEX triplet: E1, 66 and 91. RGB value is (225,102,145). Sum of RGB (Red+Green+Blue) = 225+102+145=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E16691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16691 is #1E996E. Grayscale: #8F8F8F. Windows color (decimal): -2005359 or 9529057. OLE color: 9529057.

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

Color convert

RGB225102145-
CMYK00.550.360.12
HSL339.02º67.21%64.12%-
HSV(B)339.02º54.67%88.24%-
XYZ40.9127.5529.95-
YUV143.68128.75186-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=47.67%
G=21.61%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510214500.550.360.12339.0267.2164.12
HexE1669103724C1534340
Octal3411462210674414523103100
Binary111000011100110100100010110111100100110010101001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16691; }

 p { color: rgb(225,102,145); }

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

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

 a { background-color: rgb(225,102,145); }

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

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

 span { border-color: rgb(225,102,145); }

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