#E17493

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

Shades of Pale Violet Red #E17493

Tints of Pale Violet Red #E17493

Color information

#E17493 (or 0xE17493) is unknown color: approx Pale Violet Red. HEX triplet: E1, 74 and 93. RGB value is (225,116,147). Sum of RGB (Red+Green+Blue) = 225+116+147=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E17493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17493 is #1E8B6C. Grayscale: #989898. Windows color (decimal): -2001773 or 9663713. OLE color: 9663713.

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

Color convert

RGB225116147-
CMYK00.480.350.12
HSL342.94º64.5%66.86%-
HSV(B)342.94º48.44%88.24%-
XYZ42.5630.631.27-
YUV152.12125.11179.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.11%
GREEN value IS 116 (45.70% from 255) = 23.77%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=46.11%
G=23.77%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511614700.480.350.12342.9464.566.86
HexE1749303023C1574043
Octal3411642230604314527100103
Binary111000011110100100100110110000100011110010101011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17493; }

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

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

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

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

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

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

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

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