#E15A99

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

Shades of Pale Violet Red #E15A99

Tints of Pale Violet Red #E15A99

Color information

#E15A99 (or 0xE15A99) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5A and 99. RGB value is (225,90,153). Sum of RGB (Red+Green+Blue) = 225+90+153=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A99 is #1EA566. Grayscale: #898989. Windows color (decimal): -2008423 or 10050273. OLE color: 10050273.

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

Color convert

RGB22590153-
CMYK00.600.320.12
HSL332º69.23%61.76%-
HSV(B)332º60%88.24%-
XYZ40.4625.6232.95-
YUV137.55136.73190.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.08%
GREEN value IS 90 (35.55% from 255) = 19.23%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=48.08%
G=19.23%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259015300.600.320.1233269.2361.76
HexE15A9903C20C14c453e
Octal341132231074401451410576
Binary11100001101101010011001011110010000011001010011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15A99; }

 p { color: rgb(225,90,153); }

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

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

 a { background-color: rgb(225,90,153); }

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

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

 span { border-color: rgb(225,90,153); }

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