Shades of Dark Pink #E15396
Tints of Dark Pink #E15396
RGB
CMYK
RGB Variations
Color information
#E15396 (or 0xE15396) is known color: Dark Pink. HEX triplet: E1, 53 and 96. RGB value is (225,83,150). Sum of RGB (Red+Green+Blue) = 225+83+150=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15396 is #1EAC69. Grayscale: #848484. Windows color (decimal): -2010218 or 9851873. OLE color: 9851873.
HSL color Cylindrical-coordinate representation of color #E15396: hue angle of 331.69º 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 #E15396 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 150 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.12 |
| HSL | 331.69º | 0.7% | 0.6% | - |
| HSV(B) | 331.69º | 0.63% | 0.88% | - |
| XYZ | 39.65 | 24.4 | 31.47 | - |
| YUV | 133.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 150 | 0 | 0.63 | 0.33 | 0.12 | 331.69 | 0.7 | 0.6 |
| Hex | E1 | 53 | 96 | 0 | 3F | 21 | C | 14C | 46 | 3C |
| Octal | 341 | 123 | 226 | 0 | 77 | 41 | 14 | 514 | 106 | 74 |
| Binary | 11100001 | 1010011 | 10010110 | 0 | 111111 | 100001 | 1100 | 101001100 | 1000110 | 111100 |
Color Harmonies of #E15396
Complementary color
Monochromatic Colors of #E15396
Black with #E15396
Text Example
Text Example
White with #E15396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15396; }
p { color: rgb(225,83,150); }
H1.HeaderClassName
{
color: #E15396;
}
.AnyTagClassName
{
color: #E15396;
}
</style>
background-color css
<style>
a { background-color: #E15396; }
a { background-color: rgb(225,83,150); }
div.DivClassName
{
background-color: #E15396;
}
.BgClassName
{
background-color: #E15396;
}
</style>
border-color css
<style>
span { border-color: #E15396; }
span { border-color: rgb(225,83,150); }
td.TdClassName
{
border-color: #E15396;
}
.TagClassName
{
border-color: #E15396;
}
</style>