#E15682

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

Shades of Dark Pink #E15682

Tints of Dark Pink #E15682

Color information

#E15682 (or 0xE15682) is unknown color: approx Dark Pink. HEX triplet: E1, 56 and 82. RGB value is (225,86,130). Sum of RGB (Red+Green+Blue) = 225+86+130=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15682 is #1EA97D. Grayscale: #848484. Windows color (decimal): -2009470 or 8541921. OLE color: 8541921.

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

Color convert

RGB22586130-
CMYK00.620.420.12
HSL341.01º69.85%60.98%-
HSV(B)341.01º61.78%88.24%-
XYZ38.4124.2723.78-
YUV132.58126.55193.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.02%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 130 (51.17% from 255) = 29.48%
R=51.02%
G=19.50%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258613000.620.420.12341.0169.8560.98
HexE1568203E2AC155463d
Octal341126202076521452510675
Binary11100001101011010000010011111010101011001010101011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15682; }

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

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

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

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

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

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

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

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