Shades of Shocking Pink #E814BE
Tints of Shocking Pink #E814BE
RGB
CMYK
RGB Variations
Color information
#E814BE (or 0xE814BE) is known color: Shocking Pink. HEX triplet: E8, 14 and BE. RGB value is (232,20,190). Sum of RGB (Red+Green+Blue) = 232+20+190=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E814BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E814BE is #17EB41. Grayscale: #666666. Windows color (decimal): -1567554 or 12457192. OLE color: 12457192.
HSL color Cylindrical-coordinate representation of color #E814BE: hue angle of 311.89º 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 #E814BE is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 190 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.09 |
| HSL | 311.89º | 0.84% | 0.49% | - |
| HSV(B) | 311.89º | 0.91% | 0.91% | - |
| XYZ | 42.82 | 21.37 | 50.58 | - |
| YUV | 102.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 190 | 0 | 0.91 | 0.18 | 0.09 | 311.89 | 0.84 | 0.49 |
| Hex | E8 | 14 | BE | 0 | 5B | 12 | 9 | 138 | 54 | 31 |
| Octal | 350 | 24 | 276 | 0 | 133 | 22 | 11 | 470 | 124 | 61 |
| Binary | 11101000 | 10100 | 10111110 | 0 | 1011011 | 10010 | 1001 | 100111000 | 1010100 | 110001 |
Color Harmonies of #E814BE
Complementary color
Monochromatic Colors of #E814BE
Black with #E814BE
Text Example
Text Example
White with #E814BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814BE; }
p { color: rgb(232,20,190); }
H1.HeaderClassName
{
color: #E814BE;
}
.AnyTagClassName
{
color: #E814BE;
}
</style>
background-color css
<style>
a { background-color: #E814BE; }
a { background-color: rgb(232,20,190); }
div.DivClassName
{
background-color: #E814BE;
}
.BgClassName
{
background-color: #E814BE;
}
</style>
border-color css
<style>
span { border-color: #E814BE; }
span { border-color: rgb(232,20,190); }
td.TdClassName
{
border-color: #E814BE;
}
.TagClassName
{
border-color: #E814BE;
}
</style>