#E15490

Color #E15490 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E15490

Tints of Dark Pink #E15490

Color information

#E15490 (or 0xE15490) is unknown color: approx Dark Pink. HEX triplet: E1, 54 and 90. RGB value is (225,84,144). Sum of RGB (Red+Green+Blue) = 225+84+144=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E15490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15490 is #1EAB6F. Grayscale: #848484. Windows color (decimal): -2009968 or 9458913. OLE color: 9458913.

HSL color Cylindrical-coordinate representation of color #E15490: hue angle of 334.47º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15490 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB22584144-
CMYK00.630.360.12
HSL334.47º70.15%60.59%-
HSV(B)334.47º62.67%88.24%-
XYZ39.2624.3629.02-
YUV133134.21193.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.67%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=49.67%
G=18.54%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258414400.630.360.12334.4770.1560.59
HexE1549003F24C14e463d
Octal341124220077441451610675
Binary11100001101010010010000011111110010011001010011101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15490; }

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

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

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

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

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

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

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

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