#E15CA0

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

Shades of Pale Violet Red #E15CA0

Tints of Pale Violet Red #E15CA0

Color information

#E15CA0 (or 0xE15CA0) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5C and A0. RGB value is (225,92,160). Sum of RGB (Red+Green+Blue) = 225+92+160=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CA0 is #1EA35F. Grayscale: #8B8B8B. Windows color (decimal): -2007904 or 10509537. OLE color: 10509537.

HSL color Cylindrical-coordinate representation of color #E15CA0: hue angle of 329.32º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CA0 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB22592160-
CMYK00.590.290.12
HSL329.32º68.91%62.16%-
HSV(B)329.32º59.11%88.24%-
XYZ41.2226.236.14-
YUV139.52139.56188.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.17%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=47.17%
G=19.29%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259216000.590.290.12329.3268.9162.16
HexE15CA003B1DC149453e
Octal341134240073351451110576
Binary1110000110111001010000001110111110111001010010011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CA0; }

 p { color: rgb(225,92,160); }

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

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

 a { background-color: rgb(225,92,160); }

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

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

 span { border-color: rgb(225,92,160); }

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