Shades of Shocking Pink #E814D4
Tints of Shocking Pink #E814D4
RGB
CMYK
RGB Variations
Color information
#E814D4 (or 0xE814D4) is known color: Shocking Pink. HEX triplet: E8, 14 and D4. RGB value is (232,20,212). Sum of RGB (Red+Green+Blue) = 232+20+212=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E814D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E814D4 is #17EB2B. Grayscale: #686868. Windows color (decimal): -1567532 or 13898984. OLE color: 13898984.
HSL color Cylindrical-coordinate representation of color #E814D4: hue angle of 305.66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E814D4 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 212 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.09 |
| HSL | 305.66º | 0.84% | 0.49% | - |
| HSV(B) | 305.66º | 0.91% | 0.91% | - |
| XYZ | 45.41 | 22.41 | 64.22 | - |
| YUV | 105.28 | 188.24 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 212 | 0 | 0.91 | 0.09 | 0.09 | 305.66 | 0.84 | 0.49 |
| Hex | E8 | 14 | D4 | 0 | 5B | 9 | 9 | 132 | 54 | 31 |
| Octal | 350 | 24 | 324 | 0 | 133 | 11 | 11 | 462 | 124 | 61 |
| Binary | 11101000 | 10100 | 11010100 | 0 | 1011011 | 1001 | 1001 | 100110010 | 1010100 | 110001 |
Color Harmonies of #E814D4
Complementary color
Monochromatic Colors of #E814D4
Black with #E814D4
Text Example
Text Example
White with #E814D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814D4; }
p { color: rgb(232,20,212); }
H1.HeaderClassName
{
color: #E814D4;
}
.AnyTagClassName
{
color: #E814D4;
}
</style>
background-color css
<style>
a { background-color: #E814D4; }
a { background-color: rgb(232,20,212); }
div.DivClassName
{
background-color: #E814D4;
}
.BgClassName
{
background-color: #E814D4;
}
</style>
border-color css
<style>
span { border-color: #E814D4; }
span { border-color: rgb(232,20,212); }
td.TdClassName
{
border-color: #E814D4;
}
.TagClassName
{
border-color: #E814D4;
}
</style>