#E15C9C

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

Shades of Pale Violet Red #E15C9C

Tints of Pale Violet Red #E15C9C

Color information

#E15C9C (or 0xE15C9C) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5C and 9C. RGB value is (225,92,156). Sum of RGB (Red+Green+Blue) = 225+92+156=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C9C is #1EA363. Grayscale: #8A8A8A. Windows color (decimal): -2007908 or 10247393. OLE color: 10247393.

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

Color convert

RGB22592156-
CMYK00.590.310.12
HSL331.13º68.91%62.16%-
HSV(B)331.13º59.11%88.24%-
XYZ40.8826.0634.33-
YUV139.06137.56189.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.57%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=47.57%
G=19.45%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259215600.590.310.12331.1368.9162.16
HexE15C9C03B1FC14b453e
Octal341134234073371451310576
Binary1110000110111001001110001110111111111001010010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C9C; }

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

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

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

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

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

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

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

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