#E15E91

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

Shades of Pale Violet Red #E15E91

Tints of Pale Violet Red #E15E91

Color information

#E15E91 (or 0xE15E91) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5E and 91. RGB value is (225,94,145). Sum of RGB (Red+Green+Blue) = 225+94+145=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E91 is #1EA16E. Grayscale: #8A8A8A. Windows color (decimal): -2007407 or 9527009. OLE color: 9527009.

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

Color convert

RGB22594145-
CMYK00.580.360.12
HSL336.64º68.59%62.55%-
HSV(B)336.64º58.22%88.24%-
XYZ40.1626.0629.7-
YUV138.98131.4189.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.49%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 145 (57.03% from 255) = 31.25%
R=48.49%
G=20.26%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259414500.580.360.12336.6468.5962.55
HexE15E9103A24C151453f
Octal341136221072441452110577
Binary11100001101111010010001011101010010011001010100011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E91; }

 p { color: rgb(225,94,145); }

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

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

 a { background-color: rgb(225,94,145); }

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

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

 span { border-color: rgb(225,94,145); }

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