Shades of Deep Pink #E80B83
Tints of Deep Pink #E80B83
RGB
CMYK
RGB Variations
Color information
#E80B83 (or 0xE80B83) is known color: Deep Pink. HEX triplet: E8, 0B and 83. RGB value is (232,11,131). Sum of RGB (Red+Green+Blue) = 232+11+131=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 131 (51.56% from 255 or 35.03% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B83 is #17F47C. Grayscale: #5A5A5A. Windows color (decimal): -1569917 or 8588264. OLE color: 8588264.
HSL color Cylindrical-coordinate representation of color #E80B83: hue angle of 327.42º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B83 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 131 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.09 |
| HSL | 327.42º | 0.91% | 0.48% | - |
| HSV(B) | 327.42º | 0.95% | 0.91% | - |
| XYZ | 37.5 | 19.03 | 23.17 | - |
| YUV | 90.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 131 | 0 | 0.95 | 0.44 | 0.09 | 327.42 | 0.91 | 0.48 |
| Hex | E8 | B | 83 | 0 | 5F | 2C | 9 | 147 | 5B | 30 |
| Octal | 350 | 13 | 203 | 0 | 137 | 54 | 11 | 507 | 133 | 60 |
| Binary | 11101000 | 1011 | 10000011 | 0 | 1011111 | 101100 | 1001 | 101000111 | 1011011 | 110000 |
Color Harmonies of #E80B83
Complementary color
Monochromatic Colors of #E80B83
Black with #E80B83
Text Example
Text Example
White with #E80B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B83; }
p { color: rgb(232,11,131); }
H1.HeaderClassName
{
color: #E80B83;
}
.AnyTagClassName
{
color: #E80B83;
}
</style>
background-color css
<style>
a { background-color: #E80B83; }
a { background-color: rgb(232,11,131); }
div.DivClassName
{
background-color: #E80B83;
}
.BgClassName
{
background-color: #E80B83;
}
</style>
border-color css
<style>
span { border-color: #E80B83; }
span { border-color: rgb(232,11,131); }
td.TdClassName
{
border-color: #E80B83;
}
.TagClassName
{
border-color: #E80B83;
}
</style>