#E15484

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

Shades of Dark Pink #E15484

Tints of Dark Pink #E15484

Color information

#E15484 (or 0xE15484) is unknown color: approx Dark Pink. HEX triplet: E1, 54 and 84. RGB value is (225,84,132). Sum of RGB (Red+Green+Blue) = 225+84+132=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15484 is #1EAB7B. Grayscale: #838383. Windows color (decimal): -2009980 or 8672481. OLE color: 8672481.

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

Color convert

RGB22584132-
CMYK00.630.410.12
HSL339.57º70.15%60.59%-
HSV(B)339.57º62.67%88.24%-
XYZ38.3924.0124.44-
YUV131.63128.21194.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.02%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=51.02%
G=19.05%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258413200.630.410.12339.5770.1560.59
HexE1548403F29C154463d
Octal341124204077511452410675
Binary11100001101010010000100011111110100111001010101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15484; }

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

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

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

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

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

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

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

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