Shades of Deep Pink #E80B7E
Tints of Deep Pink #E80B7E
RGB
CMYK
RGB Variations
Color information
#E80B7E (or 0xE80B7E) is known color: Deep Pink. HEX triplet: E8, 0B and 7E. RGB value is (232,11,126). Sum of RGB (Red+Green+Blue) = 232+11+126=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80B7E is #17F481. Grayscale: #595959. Windows color (decimal): -1569922 or 8260584. OLE color: 8260584.
HSL color Cylindrical-coordinate representation of color #E80B7E: hue angle of 328.78º 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 #E80B7E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 126 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.09 |
| HSL | 328.78º | 0.91% | 0.48% | - |
| HSV(B) | 328.78º | 0.95% | 0.91% | - |
| XYZ | 37.16 | 18.9 | 21.43 | - |
| YUV | 90.19 | 148.22 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 126 | 0 | 0.95 | 0.46 | 0.09 | 328.78 | 0.91 | 0.48 |
| Hex | E8 | B | 7E | 0 | 5F | 2E | 9 | 149 | 5B | 30 |
| Octal | 350 | 13 | 176 | 0 | 137 | 56 | 11 | 511 | 133 | 60 |
| Binary | 11101000 | 1011 | 1111110 | 0 | 1011111 | 101110 | 1001 | 101001001 | 1011011 | 110000 |
Color Harmonies of #E80B7E
Complementary color
Monochromatic Colors of #E80B7E
Black with #E80B7E
Text Example
Text Example
White with #E80B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B7E; }
p { color: rgb(232,11,126); }
H1.HeaderClassName
{
color: #E80B7E;
}
.AnyTagClassName
{
color: #E80B7E;
}
</style>
background-color css
<style>
a { background-color: #E80B7E; }
a { background-color: rgb(232,11,126); }
div.DivClassName
{
background-color: #E80B7E;
}
.BgClassName
{
background-color: #E80B7E;
}
</style>
border-color css
<style>
span { border-color: #E80B7E; }
span { border-color: rgb(232,11,126); }
td.TdClassName
{
border-color: #E80B7E;
}
.TagClassName
{
border-color: #E80B7E;
}
</style>