#E16DA7

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

Shades of Pale Violet Red #E16DA7

Tints of Pale Violet Red #E16DA7

Color information

#E16DA7 (or 0xE16DA7) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6D and A7. RGB value is (225,109,167). Sum of RGB (Red+Green+Blue) = 225+109+167=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DA7 is #1E9258. Grayscale: #969696. Windows color (decimal): -2003545 or 10972641. OLE color: 10972641.

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

Color convert

RGB225109167-
CMYK00.520.260.12
HSL330º65.91%65.49%-
HSV(B)330º51.56%88.24%-
XYZ43.529.7340.01-
YUV150.3137.43181.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=44.91%
G=21.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510916700.520.260.1233065.9165.49
HexE16DA70341AC14a4241
Octal3411552470643214512102101
Binary11100001110110110100111011010011010110010100101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DA7; }

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

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

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

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

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

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

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

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