Shades of Deep Pink #E80B8C
Tints of Deep Pink #E80B8C
RGB
CMYK
RGB Variations
Color information
#E80B8C (or 0xE80B8C) is known color: Deep Pink. HEX triplet: E8, 0B and 8C. RGB value is (232,11,140). Sum of RGB (Red+Green+Blue) = 232+11+140=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B8C is #17F473. Grayscale: #5B5B5B. Windows color (decimal): -1569908 or 9178088. OLE color: 9178088.
HSL color Cylindrical-coordinate representation of color #E80B8C: hue angle of 324.98º 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 #E80B8C is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 140 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.09 |
| HSL | 324.98º | 0.91% | 0.48% | - |
| HSV(B) | 324.98º | 0.95% | 0.91% | - |
| XYZ | 38.13 | 19.29 | 26.52 | - |
| YUV | 91.79 | 155.22 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 140 | 0 | 0.95 | 0.40 | 0.09 | 324.98 | 0.91 | 0.48 |
| Hex | E8 | B | 8C | 0 | 5F | 28 | 9 | 145 | 5B | 30 |
| Octal | 350 | 13 | 214 | 0 | 137 | 50 | 11 | 505 | 133 | 60 |
| Binary | 11101000 | 1011 | 10001100 | 0 | 1011111 | 101000 | 1001 | 101000101 | 1011011 | 110000 |
Color Harmonies of #E80B8C
Complementary color
Monochromatic Colors of #E80B8C
Black with #E80B8C
Text Example
Text Example
White with #E80B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B8C; }
p { color: rgb(232,11,140); }
H1.HeaderClassName
{
color: #E80B8C;
}
.AnyTagClassName
{
color: #E80B8C;
}
</style>
background-color css
<style>
a { background-color: #E80B8C; }
a { background-color: rgb(232,11,140); }
div.DivClassName
{
background-color: #E80B8C;
}
.BgClassName
{
background-color: #E80B8C;
}
</style>
border-color css
<style>
span { border-color: #E80B8C; }
span { border-color: rgb(232,11,140); }
td.TdClassName
{
border-color: #E80B8C;
}
.TagClassName
{
border-color: #E80B8C;
}
</style>