Shades of Dark Pink #E15091
Tints of Dark Pink #E15091
RGB
CMYK
RGB Variations
Color information
#E15091 (or 0xE15091) is known color: Dark Pink. HEX triplet: E1, 50 and 91. RGB value is (225,80,145). Sum of RGB (Red+Green+Blue) = 225+80+145=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E15091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15091 is #1EAF6E. Grayscale: #828282. Windows color (decimal): -2010991 or 9523425. OLE color: 9523425.
HSL color Cylindrical-coordinate representation of color #E15091: hue angle of 333.1º degrees, saturation: 0.71, 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 #E15091 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 145 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.12 |
| HSL | 333.1º | 0.71% | 0.6% | - |
| HSV(B) | 333.1º | 0.64% | 0.88% | - |
| XYZ | 39.03 | 23.79 | 29.32 | - |
| YUV | 130.77 | 136.04 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 145 | 0 | 0.64 | 0.36 | 0.12 | 333.1 | 0.71 | 0.6 |
| Hex | E1 | 50 | 91 | 0 | 40 | 24 | C | 14D | 47 | 3C |
| Octal | 341 | 120 | 221 | 0 | 100 | 44 | 14 | 515 | 107 | 74 |
| Binary | 11100001 | 1010000 | 10010001 | 0 | 1000000 | 100100 | 1100 | 101001101 | 1000111 | 111100 |
Color Harmonies of #E15091
Complementary color
Monochromatic Colors of #E15091
Black with #E15091
Text Example
Text Example
White with #E15091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15091; }
p { color: rgb(225,80,145); }
H1.HeaderClassName
{
color: #E15091;
}
.AnyTagClassName
{
color: #E15091;
}
</style>
background-color css
<style>
a { background-color: #E15091; }
a { background-color: rgb(225,80,145); }
div.DivClassName
{
background-color: #E15091;
}
.BgClassName
{
background-color: #E15091;
}
</style>
border-color css
<style>
span { border-color: #E15091; }
span { border-color: rgb(225,80,145); }
td.TdClassName
{
border-color: #E15091;
}
.TagClassName
{
border-color: #E15091;
}
</style>