#E17196

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

Shades of Pale Violet Red #E17196

Tints of Pale Violet Red #E17196

Color information

#E17196 (or 0xE17196) is unknown color: approx Pale Violet Red. HEX triplet: E1, 71 and 96. RGB value is (225,113,150). Sum of RGB (Red+Green+Blue) = 225+113+150=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E17196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17196 is #1E8E69. Grayscale: #969696. Windows color (decimal): -2002538 or 9859553. OLE color: 9859553.

HSL color Cylindrical-coordinate representation of color #E17196: hue angle of 340.18º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17196 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225113150-
CMYK00.500.330.12
HSL340.18º65.12%66.27%-
HSV(B)340.18º49.78%88.24%-
XYZ42.4630.0232.41-
YUV150.71127.61180.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.11%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=46.11%
G=23.16%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511315000.500.330.12340.1865.1266.27
HexE1719603221C1544142
Octal3411612260624114524101102
Binary111000011110001100101100110010100001110010101010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17196; }

 p { color: rgb(225,113,150); }

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

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

 a { background-color: rgb(225,113,150); }

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

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

 span { border-color: rgb(225,113,150); }

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