#E15CA1

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

Shades of Pale Violet Red #E15CA1

Tints of Pale Violet Red #E15CA1

Color information

#E15CA1 (or 0xE15CA1) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5C and A1. RGB value is (225,92,161). Sum of RGB (Red+Green+Blue) = 225+92+161=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CA1 is #1EA35E. Grayscale: #8B8B8B. Windows color (decimal): -2007903 or 10575073. OLE color: 10575073.

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

Color convert

RGB22592161-
CMYK00.590.280.12
HSL328.87º68.91%62.16%-
HSV(B)328.87º59.11%88.24%-
XYZ41.3126.2436.6-
YUV139.63140.06188.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.07%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=47.07%
G=19.25%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259216100.590.280.12328.8768.9162.16
HexE15CA103B1CC149453e
Octal341134241073341451110576
Binary1110000110111001010000101110111110011001010010011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CA1; }

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

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

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

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

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

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

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

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