#E16CA8

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

Shades of Pale Violet Red #E16CA8

Tints of Pale Violet Red #E16CA8

Color information

#E16CA8 (or 0xE16CA8) is unknown color: approx Pale Violet Red. HEX triplet: E1, 6C and A8. RGB value is (225,108,168). Sum of RGB (Red+Green+Blue) = 225+108+168=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CA8 is #1E9357. Grayscale: #959595. Windows color (decimal): -2003800 or 11037921. OLE color: 11037921.

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

Color convert

RGB225108168-
CMYK00.520.250.12
HSL329.23º66.1%65.29%-
HSV(B)329.23º52%88.24%-
XYZ43.4829.5640.46-
YUV149.82138.26181.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=44.91%
G=21.56%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510816800.520.250.12329.2366.165.29
HexE16CA803419C1494241
Octal3411542500643114511102101
Binary11100001110110010101000011010011001110010100100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CA8; }

 p { color: rgb(225,108,168); }

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

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

 a { background-color: rgb(225,108,168); }

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

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

 span { border-color: rgb(225,108,168); }

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