#E15C9E

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

Shades of Pale Violet Red #E15C9E

Tints of Pale Violet Red #E15C9E

Color information

#E15C9E (or 0xE15C9E) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5C and 9E. RGB value is (225,92,158). Sum of RGB (Red+Green+Blue) = 225+92+158=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C9E is #1EA361. Grayscale: #8B8B8B. Windows color (decimal): -2007906 or 10378465. OLE color: 10378465.

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

Color convert

RGB22592158-
CMYK00.590.300.12
HSL330.23º68.91%62.16%-
HSV(B)330.23º59.11%88.24%-
XYZ41.0526.1335.23-
YUV139.29138.56189.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.37%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 158 (62.11% from 255) = 33.26%
R=47.37%
G=19.37%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259215800.590.300.12330.2368.9162.16
HexE15C9E03B1EC14a453e
Octal341134236073361451210576
Binary1110000110111001001111001110111111011001010010101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C9E; }

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

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

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

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

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

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

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

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