Shades of Shocking Pink #E808C7
Tints of Shocking Pink #E808C7
RGB
CMYK
RGB Variations
Color information
#E808C7 (or 0xE808C7) is known color: Shocking Pink. HEX triplet: E8, 08 and C7. RGB value is (232,8,199). Sum of RGB (Red+Green+Blue) = 232+8+199=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E808C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E808C7 is #17F738. Grayscale: #606060. Windows color (decimal): -1570617 or 13043944. OLE color: 13043944.
HSL color Cylindrical-coordinate representation of color #E808C7: hue angle of 308.84º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E808C7 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 199 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.09 |
| HSL | 308.84º | 0.93% | 0.47% | - |
| HSV(B) | 308.84º | 0.97% | 0.91% | - |
| XYZ | 43.67 | 21.45 | 55.87 | - |
| YUV | 96.75 | 185.71 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 199 | 0 | 0.97 | 0.14 | 0.09 | 308.84 | 0.93 | 0.47 |
| Hex | E8 | 8 | C7 | 0 | 61 | E | 9 | 135 | 5D | 2F |
| Octal | 350 | 10 | 307 | 0 | 141 | 16 | 11 | 465 | 135 | 57 |
| Binary | 11101000 | 1000 | 11000111 | 0 | 1100001 | 1110 | 1001 | 100110101 | 1011101 | 101111 |
Color Harmonies of #E808C7
Complementary color
Monochromatic Colors of #E808C7
Black with #E808C7
Text Example
Text Example
White with #E808C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E808C7; }
p { color: rgb(232,8,199); }
H1.HeaderClassName
{
color: #E808C7;
}
.AnyTagClassName
{
color: #E808C7;
}
</style>
background-color css
<style>
a { background-color: #E808C7; }
a { background-color: rgb(232,8,199); }
div.DivClassName
{
background-color: #E808C7;
}
.BgClassName
{
background-color: #E808C7;
}
</style>
border-color css
<style>
span { border-color: #E808C7; }
span { border-color: rgb(232,8,199); }
td.TdClassName
{
border-color: #E808C7;
}
.TagClassName
{
border-color: #E808C7;
}
</style>