#E16499

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

Shades of Pale Violet Red #E16499

Tints of Pale Violet Red #E16499

Color information

#E16499 (or 0xE16499) is unknown color: approx Pale Violet Red. HEX triplet: E1, 64 and 99. RGB value is (225,100,153). Sum of RGB (Red+Green+Blue) = 225+100+153=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E16499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16499 is #1E9B66. Grayscale: #8F8F8F. Windows color (decimal): -2005863 or 10052833. OLE color: 10052833.

HSL color Cylindrical-coordinate representation of color #E16499: hue angle of 334.56º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16499 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225100153-
CMYK00.560.320.12
HSL334.56º67.57%63.73%-
HSV(B)334.56º55.56%88.24%-
XYZ41.3627.4233.25-
YUV143.42133.41186.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=47.07%
G=20.92%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510015300.560.320.12334.5667.5763.73
HexE1649903820C14f4440
Octal3411442310704014517104100
Binary111000011100100100110010111000100000110010100111110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16499; }

 p { color: rgb(225,100,153); }

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

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

 a { background-color: rgb(225,100,153); }

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

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

 span { border-color: rgb(225,100,153); }

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