#E15D91

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

Shades of Pale Violet Red #E15D91

Tints of Pale Violet Red #E15D91

Color information

#E15D91 (or 0xE15D91) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5D and 91. RGB value is (225,93,145). Sum of RGB (Red+Green+Blue) = 225+93+145=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D91 is #1EA26E. Grayscale: #8A8A8A. Windows color (decimal): -2007663 or 9526753. OLE color: 9526753.

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

Color convert

RGB22593145-
CMYK00.590.360.12
HSL336.36º68.75%62.35%-
HSV(B)336.36º58.67%88.24%-
XYZ40.0825.8829.67-
YUV138.4131.73189.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=48.60%
G=20.09%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259314500.590.360.12336.3668.7562.35
HexE15D9103B24C150453e
Octal341135221073441452010576
Binary11100001101110110010001011101110010011001010100001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D91; }

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

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

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

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

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

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

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

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