Shades of Deep Pink #E8158F
Tints of Deep Pink #E8158F
RGB
CMYK
RGB Variations
Color information
#E8158F (or 0xE8158F) is known color: Deep Pink. HEX triplet: E8, 15 and 8F. RGB value is (232,21,143). Sum of RGB (Red+Green+Blue) = 232+21+143=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E8158F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8158F is #17EA70. Grayscale: #616161. Windows color (decimal): -1567345 or 9377256. OLE color: 9377256.
HSL color Cylindrical-coordinate representation of color #E8158F: hue angle of 325.31º 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 #E8158F is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 143 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.09 |
| HSL | 325.31º | 0.83% | 0.5% | - |
| HSV(B) | 325.31º | 0.91% | 0.91% | - |
| XYZ | 38.5 | 19.68 | 27.75 | - |
| YUV | 98 | 153.4 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 143 | 0 | 0.91 | 0.38 | 0.09 | 325.31 | 0.83 | 0.5 |
| Hex | E8 | 15 | 8F | 0 | 5B | 26 | 9 | 145 | 53 | 32 |
| Octal | 350 | 25 | 217 | 0 | 133 | 46 | 11 | 505 | 123 | 62 |
| Binary | 11101000 | 10101 | 10001111 | 0 | 1011011 | 100110 | 1001 | 101000101 | 1010011 | 110010 |
Color Harmonies of #E8158F
Complementary color
Monochromatic Colors of #E8158F
Black with #E8158F
Text Example
Text Example
White with #E8158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8158F; }
p { color: rgb(232,21,143); }
H1.HeaderClassName
{
color: #E8158F;
}
.AnyTagClassName
{
color: #E8158F;
}
</style>
background-color css
<style>
a { background-color: #E8158F; }
a { background-color: rgb(232,21,143); }
div.DivClassName
{
background-color: #E8158F;
}
.BgClassName
{
background-color: #E8158F;
}
</style>
border-color css
<style>
span { border-color: #E8158F; }
span { border-color: rgb(232,21,143); }
td.TdClassName
{
border-color: #E8158F;
}
.TagClassName
{
border-color: #E8158F;
}
</style>