#E17CA6

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

Shades of Pale Violet Red #E17CA6

Tints of Pale Violet Red #E17CA6

Color information

#E17CA6 (or 0xE17CA6) is unknown color: approx Pale Violet Red. HEX triplet: E1, 7C and A6. RGB value is (225,124,166). Sum of RGB (Red+Green+Blue) = 225+124+166=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17CA6 is #1E8359. Grayscale: #9E9E9E. Windows color (decimal): -1999706 or 10910945. OLE color: 10910945.

HSL color Cylindrical-coordinate representation of color #E17CA6: hue angle of 335.05º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17CA6 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB225124166-
CMYK00.450.260.12
HSL335.05º62.73%68.43%-
HSV(B)335.05º44.89%88.24%-
XYZ45.1433.1840.1-
YUV158.99131.96175.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=43.69%
G=24.08%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512416600.450.260.12335.0562.7368.43
HexE17CA602D1AC14f3f44
Octal341174246055321451777104
Binary1110000111111001010011001011011101011001010011111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CA6; }

 p { color: rgb(225,124,166); }

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

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

 a { background-color: rgb(225,124,166); }

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

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

 span { border-color: rgb(225,124,166); }

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