#E16CA2

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

Shades of Pale Violet Red #E16CA2

Tints of Pale Violet Red #E16CA2

Color information

#E16CA2 (or 0xE16CA2) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6C and A2. RGB value is (225,108,162). Sum of RGB (Red+Green+Blue) = 225+108+162=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CA2 is #1E935D. Grayscale: #959595. Windows color (decimal): -2003806 or 10644705. OLE color: 10644705.

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

Color convert

RGB225108162-
CMYK00.520.280.12
HSL332.31º66.1%65.29%-
HSV(B)332.31º52%88.24%-
XYZ42.9429.3437.58-
YUV149.14135.26182.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 108 (42.58% from 255) = 21.82%
BLUE value IS 162 (63.67% from 255) = 32.73%
R=45.45%
G=21.82%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510816200.520.280.12332.3166.165.29
HexE16CA20341CC14c4241
Octal3411542420643414514102101
Binary11100001110110010100010011010011100110010100110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CA2; }

 p { color: rgb(225,108,162); }

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

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

 a { background-color: rgb(225,108,162); }

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

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

 span { border-color: rgb(225,108,162); }

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