#E17292

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

Shades of Pale Violet Red #E17292

Tints of Pale Violet Red #E17292

Color information

#E17292 (or 0xE17292) is unknown color: approx Pale Violet Red. HEX triplet: E1, 72 and 92. RGB value is (225,114,146). Sum of RGB (Red+Green+Blue) = 225+114+146=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E17292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17292 is #1E8D6D. Grayscale: #969696. Windows color (decimal): -2002286 or 9597665. OLE color: 9597665.

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

Color convert

RGB225114146-
CMYK00.490.350.12
HSL342.7º64.91%66.47%-
HSV(B)342.7º49.33%88.24%-
XYZ42.2630.1230.78-
YUV150.84125.27180.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 114 (44.92% from 255) = 23.51%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=46.39%
G=23.51%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511414600.490.350.12342.764.9166.47
HexE1729203123C1574142
Octal3411622220614314527101102
Binary111000011110010100100100110001100011110010101011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17292; }

 p { color: rgb(225,114,146); }

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

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

 a { background-color: rgb(225,114,146); }

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

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

 span { border-color: rgb(225,114,146); }

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