#e15b96

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

Shades of Pale Violet Red #E15B96

Tints of Pale Violet Red #E15B96

Color information

#E15B96 (or 0xE15B96) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5B and 96. RGB value is (225,91,150). Sum of RGB (Red+Green+Blue) = 225+91+150=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15B96 is #1EA469. Grayscale: #898989. Windows color (decimal): -2008170 or 9853921. OLE color: 9853921.

HSL color Cylindrical-coordinate representation of color #E15B96: hue angle of 333.58º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15B96 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB22591150-
CMYK00.600.330.12
HSL333.58º69.07%61.96%-
HSV(B)333.58º59.56%88.24%-
XYZ40.325.6931.69-
YUV137.79134.89190.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.28%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=48.28%
G=19.53%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259115000.600.330.12333.5869.0761.96
HexE15B9603C21C14e453e
Octal341133226074411451610576
Binary11100001101101110010110011110010000111001010011101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e15b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e15b96; }

 p { color: rgb(225,91,150); }

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

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

 a { background-color: rgb(225,91,150); }

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

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

 span { border-color: rgb(225,91,150); }

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