#E16DA4

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

Shades of Pale Violet Red #E16DA4

Tints of Pale Violet Red #E16DA4

Color information

#E16DA4 (or 0xE16DA4) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6D and A4. RGB value is (225,109,164). Sum of RGB (Red+Green+Blue) = 225+109+164=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DA4 is #1E925B. Grayscale: #959595. Windows color (decimal): -2003548 or 10776033. OLE color: 10776033.

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

Color convert

RGB225109164-
CMYK00.520.270.12
HSL331.55º65.91%65.49%-
HSV(B)331.55º51.56%88.24%-
XYZ43.2229.6338.56-
YUV149.95135.93181.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 109 (42.97% from 255) = 21.89%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=45.18%
G=21.89%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510916400.520.270.12331.5565.9165.49
HexE16DA40341BC14c4241
Octal3411552440643314514102101
Binary11100001110110110100100011010011011110010100110010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DA4; }

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

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

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

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

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

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

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

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