#E16EAA

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

Shades of Pale Violet Red #E16EAA

Tints of Pale Violet Red #E16EAA

Color information

#E16EAA (or 0xE16EAA) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6E and AA. RGB value is (225,110,170). Sum of RGB (Red+Green+Blue) = 225+110+170=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EAA is #1E9155. Grayscale: #979797. Windows color (decimal): -2003286 or 11169505. OLE color: 11169505.

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

Color convert

RGB225110170-
CMYK00.510.240.12
HSL328.7º65.71%65.69%-
HSV(B)328.7º51.11%88.24%-
XYZ43.8830.0641.52-
YUV151.22138.6180.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=44.55%
G=21.78%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511017000.510.240.12328.765.7165.69
HexE16EAA03318C1494242
Octal3411562520633014511102102
Binary11100001110111010101010011001111000110010100100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16EAA; }

 p { color: rgb(225,110,170); }

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

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

 a { background-color: rgb(225,110,170); }

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

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

 span { border-color: rgb(225,110,170); }

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