#E16AAB

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

Shades of Pale Violet Red #E16AAB

Tints of Pale Violet Red #E16AAB

Color information

#E16AAB (or 0xE16AAB) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6A and AB. RGB value is (225,106,171). Sum of RGB (Red+Green+Blue) = 225+106+171=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16AAB is #1E9554. Grayscale: #949494. Windows color (decimal): -2004309 or 11234017. OLE color: 11234017.

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

Color convert

RGB225106171-
CMYK00.530.240.12
HSL327.23º66.48%64.9%-
HSV(B)327.23º52.89%88.24%-
XYZ43.5629.2641.88-
YUV148.99140.42182.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 171 (67.19% from 255) = 34.06%
R=44.82%
G=21.12%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510617100.530.240.12327.2366.4864.9
HexE16AAB03518C1474241
Octal3411522530653014507102101
Binary11100001110101010101011011010111000110010100011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16AAB; }

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

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

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

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

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

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

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

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