Shades of Dark Pink #E15194
Tints of Dark Pink #E15194
RGB
CMYK
RGB Variations
Color information
#E15194 (or 0xE15194) is known color: Dark Pink. HEX triplet: E1, 51 and 94. RGB value is (225,81,148). Sum of RGB (Red+Green+Blue) = 225+81+148=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 148 (58.20% from 255 or 32.60% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E15194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15194 is #1EAE6B. Grayscale: #838383. Windows color (decimal): -2010732 or 9720289. OLE color: 9720289.
HSL color Cylindrical-coordinate representation of color #E15194: hue angle of 332.08º 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 #E15194 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 148 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.12 |
| HSL | 332.08º | 0.71% | 0.6% | - |
| HSV(B) | 332.08º | 0.64% | 0.88% | - |
| XYZ | 39.34 | 24.03 | 30.58 | - |
| YUV | 131.69 | 137.21 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 148 | 0 | 0.64 | 0.34 | 0.12 | 332.08 | 0.71 | 0.6 |
| Hex | E1 | 51 | 94 | 0 | 40 | 22 | C | 14C | 47 | 3C |
| Octal | 341 | 121 | 224 | 0 | 100 | 42 | 14 | 514 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10010100 | 0 | 1000000 | 100010 | 1100 | 101001100 | 1000111 | 111100 |
Color Harmonies of #E15194
Complementary color
Monochromatic Colors of #E15194
Black with #E15194
Text Example
Text Example
White with #E15194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15194; }
p { color: rgb(225,81,148); }
H1.HeaderClassName
{
color: #E15194;
}
.AnyTagClassName
{
color: #E15194;
}
</style>
background-color css
<style>
a { background-color: #E15194; }
a { background-color: rgb(225,81,148); }
div.DivClassName
{
background-color: #E15194;
}
.BgClassName
{
background-color: #E15194;
}
</style>
border-color css
<style>
span { border-color: #E15194; }
span { border-color: rgb(225,81,148); }
td.TdClassName
{
border-color: #E15194;
}
.TagClassName
{
border-color: #E15194;
}
</style>