#E16EAB

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

Shades of Pale Violet Red #E16EAB

Tints of Pale Violet Red #E16EAB

Color information

#E16EAB (or 0xE16EAB) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6E and AB. RGB value is (225,110,171). Sum of RGB (Red+Green+Blue) = 225+110+171=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EAB is #1E9154. Grayscale: #979797. Windows color (decimal): -2003285 or 11235041. OLE color: 11235041.

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

Color convert

RGB225110171-
CMYK00.510.240.12
HSL328.17º65.71%65.69%-
HSV(B)328.17º51.11%88.24%-
XYZ43.9830.142.02-
YUV151.34139.1180.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 110 (43.36% from 255) = 21.74%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=44.47%
G=21.74%
B=33.79%

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
Decimal22511017100.510.240.12328.1765.7165.69
HexE16EAB03318C1484242
Octal3411562530633014510102102
Binary11100001110111010101011011001111000110010100100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16EAB; }

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

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

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

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

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

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

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

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