Shades of Dark Pink #E15281
Tints of Dark Pink #E15281
RGB
CMYK
RGB Variations
Color information
#E15281 (or 0xE15281) is known color: Dark Pink. HEX triplet: E1, 52 and 81. RGB value is (225,82,129). Sum of RGB (Red+Green+Blue) = 225+82+129=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E15281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15281 is #1EAD7E. Grayscale: #828282. Windows color (decimal): -2010495 or 8475361. OLE color: 8475361.
HSL color Cylindrical-coordinate representation of color #E15281: hue angle of 340.28º 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 #E15281 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 129 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.12 |
| HSL | 340.28º | 0.7% | 0.6% | - |
| HSV(B) | 340.28º | 0.64% | 0.88% | - |
| XYZ | 38.03 | 23.63 | 23.32 | - |
| YUV | 130.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 129 | 0 | 0.64 | 0.43 | 0.12 | 340.28 | 0.7 | 0.6 |
| Hex | E1 | 52 | 81 | 0 | 40 | 2B | C | 154 | 46 | 3C |
| Octal | 341 | 122 | 201 | 0 | 100 | 53 | 14 | 524 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10000001 | 0 | 1000000 | 101011 | 1100 | 101010100 | 1000110 | 111100 |
Color Harmonies of #E15281
Complementary color
Monochromatic Colors of #E15281
Black with #E15281
Text Example
Text Example
White with #E15281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15281; }
p { color: rgb(225,82,129); }
H1.HeaderClassName
{
color: #E15281;
}
.AnyTagClassName
{
color: #E15281;
}
</style>
background-color css
<style>
a { background-color: #E15281; }
a { background-color: rgb(225,82,129); }
div.DivClassName
{
background-color: #E15281;
}
.BgClassName
{
background-color: #E15281;
}
</style>
border-color css
<style>
span { border-color: #E15281; }
span { border-color: rgb(225,82,129); }
td.TdClassName
{
border-color: #E15281;
}
.TagClassName
{
border-color: #E15281;
}
</style>