Shades of Dark Pink #E15380
Tints of Dark Pink #E15380
RGB
CMYK
RGB Variations
Color information
#E15380 (or 0xE15380) is known color: Dark Pink. HEX triplet: E1, 53 and 80. RGB value is (225,83,128). Sum of RGB (Red+Green+Blue) = 225+83+128=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E15380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15380 is #1EAC7F. Grayscale: #828282. Windows color (decimal): -2010240 or 8410081. OLE color: 8410081.
HSL color Cylindrical-coordinate representation of color #E15380: hue angle of 340.99º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15380 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 128 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.12 |
| HSL | 340.99º | 0.7% | 0.6% | - |
| HSV(B) | 340.99º | 0.63% | 0.88% | - |
| XYZ | 38.04 | 23.75 | 23 | - |
| YUV | 130.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 128 | 0 | 0.63 | 0.43 | 0.12 | 340.99 | 0.7 | 0.6 |
| Hex | E1 | 53 | 80 | 0 | 3F | 2B | C | 155 | 46 | 3C |
| Octal | 341 | 123 | 200 | 0 | 77 | 53 | 14 | 525 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10000000 | 0 | 111111 | 101011 | 1100 | 101010101 | 1000110 | 111100 |
Color Harmonies of #E15380
Complementary color
Monochromatic Colors of #E15380
Black with #E15380
Text Example
Text Example
White with #E15380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15380; }
p { color: rgb(225,83,128); }
H1.HeaderClassName
{
color: #E15380;
}
.AnyTagClassName
{
color: #E15380;
}
</style>
background-color css
<style>
a { background-color: #E15380; }
a { background-color: rgb(225,83,128); }
div.DivClassName
{
background-color: #E15380;
}
.BgClassName
{
background-color: #E15380;
}
</style>
border-color css
<style>
span { border-color: #E15380; }
span { border-color: rgb(225,83,128); }
td.TdClassName
{
border-color: #E15380;
}
.TagClassName
{
border-color: #E15380;
}
</style>