Shades of Deep Pink #E8157D
Tints of Deep Pink #E8157D
RGB
CMYK
RGB Variations
Color information
#E8157D (or 0xE8157D) is known color: Deep Pink. HEX triplet: E8, 15 and 7D. RGB value is (232,21,125). Sum of RGB (Red+Green+Blue) = 232+21+125=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8157D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8157D is #17EA82. Grayscale: #5F5F5F. Windows color (decimal): -1567363 or 8197608. OLE color: 8197608.
HSL color Cylindrical-coordinate representation of color #E8157D: hue angle of 330.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8157D is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 125 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.09 |
| HSL | 330.43º | 0.83% | 0.5% | - |
| HSV(B) | 330.43º | 0.91% | 0.91% | - |
| XYZ | 37.25 | 19.17 | 21.14 | - |
| YUV | 95.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 125 | 0 | 0.91 | 0.46 | 0.09 | 330.43 | 0.83 | 0.5 |
| Hex | E8 | 15 | 7D | 0 | 5B | 2E | 9 | 14A | 53 | 32 |
| Octal | 350 | 25 | 175 | 0 | 133 | 56 | 11 | 512 | 123 | 62 |
| Binary | 11101000 | 10101 | 1111101 | 0 | 1011011 | 101110 | 1001 | 101001010 | 1010011 | 110010 |
Color Harmonies of #E8157D
Complementary color
Monochromatic Colors of #E8157D
Black with #E8157D
Text Example
Text Example
White with #E8157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8157D; }
p { color: rgb(232,21,125); }
H1.HeaderClassName
{
color: #E8157D;
}
.AnyTagClassName
{
color: #E8157D;
}
</style>
background-color css
<style>
a { background-color: #E8157D; }
a { background-color: rgb(232,21,125); }
div.DivClassName
{
background-color: #E8157D;
}
.BgClassName
{
background-color: #E8157D;
}
</style>
border-color css
<style>
span { border-color: #E8157D; }
span { border-color: rgb(232,21,125); }
td.TdClassName
{
border-color: #E8157D;
}
.TagClassName
{
border-color: #E8157D;
}
</style>