#E16493

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

Shades of Pale Violet Red #E16493

Tints of Pale Violet Red #E16493

Color information

#E16493 (or 0xE16493) is unknown color: approx Pale Violet Red. HEX triplet: E1, 64 and 93. RGB value is (225,100,147). Sum of RGB (Red+Green+Blue) = 225+100+147=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E16493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16493 is #1E9B6C. Grayscale: #8E8E8E. Windows color (decimal): -2005869 or 9659617. OLE color: 9659617.

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

Color convert

RGB225100147-
CMYK00.560.350.12
HSL337.44º67.57%63.73%-
HSV(B)337.44º55.56%88.24%-
XYZ40.8727.2330.71-
YUV142.73130.41186.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=47.67%
G=21.19%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510014700.560.350.12337.4467.5763.73
HexE1649303823C1514440
Octal3411442230704314521104100
Binary111000011100100100100110111000100011110010101000110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16493; }

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

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

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

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

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

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

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

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