#E15A9A

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

Shades of Pale Violet Red #E15A9A

Tints of Pale Violet Red #E15A9A

Color information

#E15A9A (or 0xE15A9A) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5A and 9A. RGB value is (225,90,154). Sum of RGB (Red+Green+Blue) = 225+90+154=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A9A is #1EA565. Grayscale: #898989. Windows color (decimal): -2008422 or 10115809. OLE color: 10115809.

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

Color convert

RGB22590154-
CMYK00.600.320.12
HSL331.56º69.23%61.76%-
HSV(B)331.56º60%88.24%-
XYZ40.5425.6533.39-
YUV137.66137.23190.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.97%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=47.97%
G=19.19%
B=32.84%

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
Decimal2259015400.600.320.12331.5669.2361.76
HexE15A9A03C20C14c453e
Octal341132232074401451410576
Binary11100001101101010011010011110010000011001010011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15A9A; }

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

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

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

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

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

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

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

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