#E16AA0

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

Shades of Pale Violet Red #E16AA0

Tints of Pale Violet Red #E16AA0

Color information

#E16AA0 (or 0xE16AA0) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6A and A0. RGB value is (225,106,160). Sum of RGB (Red+Green+Blue) = 225+106+160=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AA0 is #1E955F. Grayscale: #939393. Windows color (decimal): -2004320 or 10513121. OLE color: 10513121.

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

Color convert

RGB225106160-
CMYK00.530.290.12
HSL332.77º66.48%64.9%-
HSV(B)332.77º52.89%88.24%-
XYZ42.5528.8536.58-
YUV147.74134.92183.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 106 (41.80% from 255) = 21.59%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=45.82%
G=21.59%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510616000.530.290.12332.7766.4864.9
HexE16AA00351DC14d4241
Octal3411522400653514515102101
Binary11100001110101010100000011010111101110010100110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AA0; }

 p { color: rgb(225,106,160); }

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

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

 a { background-color: rgb(225,106,160); }

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

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

 span { border-color: rgb(225,106,160); }

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