#E16DAB

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

Shades of Pale Violet Red #E16DAB

Tints of Pale Violet Red #E16DAB

Color information

#E16DAB (or 0xE16DAB) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6D and AB. RGB value is (225,109,171). Sum of RGB (Red+Green+Blue) = 225+109+171=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DAB is #1E9254. Grayscale: #969696. Windows color (decimal): -2003541 or 11234785. OLE color: 11234785.

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

Color convert

RGB225109171-
CMYK00.520.240.12
HSL327.93º65.91%65.49%-
HSV(B)327.93º51.56%88.24%-
XYZ43.8729.8941.98-
YUV150.75139.43180.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=44.55%
G=21.58%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510917100.520.240.12327.9365.9165.49
HexE16DAB03418C1484241
Octal3411552530643014510102101
Binary11100001110110110101011011010011000110010100100010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DAB; }

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

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

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

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

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

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

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

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