#E15282

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

Shades of Dark Pink #E15282

Tints of Dark Pink #E15282

Color information

#E15282 (or 0xE15282) is unknown color: approx Dark Pink. HEX triplet: E1, 52 and 82. RGB value is (225,82,130). Sum of RGB (Red+Green+Blue) = 225+82+130=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E15282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15282 is #1EAD7D. Grayscale: #828282. Windows color (decimal): -2010494 or 8540897. OLE color: 8540897.

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

Color convert

RGB22582130-
CMYK00.640.420.12
HSL339.86º70.44%60.2%-
HSV(B)339.86º63.56%88.24%-
XYZ38.123.6523.68-
YUV130.23127.88195.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 82 (32.42% from 255) = 18.76%
BLUE value IS 130 (51.17% from 255) = 29.75%
R=51.49%
G=18.76%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258213000.640.420.12339.8670.4460.2
HexE152820402AC154463c
Octal3411222020100521452410674
Binary111000011010010100000100100000010101011001010101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15282; }

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

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

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

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

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

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

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

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