#E17194

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

Shades of Pale Violet Red #E17194

Tints of Pale Violet Red #E17194

Color information

#E17194 (or 0xE17194) is unknown color: approx Pale Violet Red. HEX triplet: E1, 71 and 94. RGB value is (225,113,148). Sum of RGB (Red+Green+Blue) = 225+113+148=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E17194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17194 is #1E8E6B. Grayscale: #969696. Windows color (decimal): -2002540 or 9728481. OLE color: 9728481.

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

Color convert

RGB225113148-
CMYK00.500.340.12
HSL341.25º65.12%66.27%-
HSV(B)341.25º49.78%88.24%-
XYZ42.329.9631.57-
YUV150.48126.61181.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=46.30%
G=23.25%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511314800.500.340.12341.2565.1266.27
HexE1719403222C1554142
Octal3411612240624214525101102
Binary111000011110001100101000110010100010110010101010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17194; }

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

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

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

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

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

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

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

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