Shades of Shocking Pink #E80DB4
Tints of Shocking Pink #E80DB4
RGB
CMYK
RGB Variations
Color information
#E80DB4 (or 0xE80DB4) is known color: Shocking Pink. HEX triplet: E8, 0D and B4. RGB value is (232,13,180). Sum of RGB (Red+Green+Blue) = 232+13+180=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E80DB4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80DB4 is #17F24B. Grayscale: #616161. Windows color (decimal): -1569356 or 11800040. OLE color: 11800040.
HSL color Cylindrical-coordinate representation of color #E80DB4: hue angle of 314.25º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80DB4 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 180 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.09 |
| HSL | 314.25º | 0.89% | 0.48% | - |
| HSV(B) | 314.25º | 0.94% | 0.91% | - |
| XYZ | 41.66 | 20.74 | 44.99 | - |
| YUV | 97.52 | 174.55 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 180 | 0 | 0.94 | 0.22 | 0.09 | 314.25 | 0.89 | 0.48 |
| Hex | E8 | D | B4 | 0 | 5E | 16 | 9 | 13A | 59 | 30 |
| Octal | 350 | 15 | 264 | 0 | 136 | 26 | 11 | 472 | 131 | 60 |
| Binary | 11101000 | 1101 | 10110100 | 0 | 1011110 | 10110 | 1001 | 100111010 | 1011001 | 110000 |
Color Harmonies of #E80DB4
Complementary color
Monochromatic Colors of #E80DB4
Black with #E80DB4
Text Example
Text Example
White with #E80DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80DB4; }
p { color: rgb(232,13,180); }
H1.HeaderClassName
{
color: #E80DB4;
}
.AnyTagClassName
{
color: #E80DB4;
}
</style>
background-color css
<style>
a { background-color: #E80DB4; }
a { background-color: rgb(232,13,180); }
div.DivClassName
{
background-color: #E80DB4;
}
.BgClassName
{
background-color: #E80DB4;
}
</style>
border-color css
<style>
span { border-color: #E80DB4; }
span { border-color: rgb(232,13,180); }
td.TdClassName
{
border-color: #E80DB4;
}
.TagClassName
{
border-color: #E80DB4;
}
</style>