#E15E90

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

Shades of Pale Violet Red #E15E90

Tints of Pale Violet Red #E15E90

Color information

#E15E90 (or 0xE15E90) is unknown color: approx Pale Violet Red. HEX triplet: E1, 5E and 90. RGB value is (225,94,144). Sum of RGB (Red+Green+Blue) = 225+94+144=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E90 is #1EA16F. Grayscale: #8A8A8A. Windows color (decimal): -2007408 or 9461473. OLE color: 9461473.

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

Color convert

RGB22594144-
CMYK00.580.360.12
HSL337.1º68.59%62.55%-
HSV(B)337.1º58.22%88.24%-
XYZ40.0926.0329.3-
YUV138.87130.9189.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.60%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=48.60%
G=20.30%
B=31.10%

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
Decimal2259414400.580.360.12337.168.5962.55
HexE15E9003A24C151453f
Octal341136220072441452110577
Binary11100001101111010010000011101010010011001010100011000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15E90; }

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

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

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

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

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

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

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

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