#E15482

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

Shades of Dark Pink #E15482

Tints of Dark Pink #E15482

Color information

#E15482 (or 0xE15482) is unknown color: approx Dark Pink. HEX triplet: E1, 54 and 82. RGB value is (225,84,130). Sum of RGB (Red+Green+Blue) = 225+84+130=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E15482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15482 is #1EAB7D. Grayscale: #838383. Windows color (decimal): -2009982 or 8541409. OLE color: 8541409.

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

Color convert

RGB22584130-
CMYK00.630.420.12
HSL340.43º70.15%60.59%-
HSV(B)340.43º62.67%88.24%-
XYZ38.2523.9623.73-
YUV131.4127.21194.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=51.25%
G=19.13%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258413000.630.420.12340.4370.1560.59
HexE1548203F2AC154463d
Octal341124202077521452410675
Binary11100001101010010000010011111110101011001010101001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15482; }

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

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

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

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

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

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

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

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