Shades of Shocking Pink #E811BE
Tints of Shocking Pink #E811BE
RGB
CMYK
RGB Variations
Color information
#E811BE (or 0xE811BE) is known color: Shocking Pink. HEX triplet: E8, 11 and BE. RGB value is (232,17,190). Sum of RGB (Red+Green+Blue) = 232+17+190=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E811BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E811BE is #17EE41. Grayscale: #646464. Windows color (decimal): -1568322 or 12456424. OLE color: 12456424.
HSL color Cylindrical-coordinate representation of color #E811BE: hue angle of 311.72º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E811BE is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 17 | 190 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.09 |
| HSL | 311.72º | 0.86% | 0.49% | - |
| HSV(B) | 311.72º | 0.93% | 0.91% | - |
| XYZ | 42.77 | 21.27 | 50.57 | - |
| YUV | 101.01 | 178.23 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 17 | 190 | 0 | 0.93 | 0.18 | 0.09 | 311.72 | 0.86 | 0.49 |
| Hex | E8 | 11 | BE | 0 | 5D | 12 | 9 | 138 | 56 | 31 |
| Octal | 350 | 21 | 276 | 0 | 135 | 22 | 11 | 470 | 126 | 61 |
| Binary | 11101000 | 10001 | 10111110 | 0 | 1011101 | 10010 | 1001 | 100111000 | 1010110 | 110001 |
Color Harmonies of #E811BE
Complementary color
Monochromatic Colors of #E811BE
Black with #E811BE
Text Example
Text Example
White with #E811BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E811BE; }
p { color: rgb(232,17,190); }
H1.HeaderClassName
{
color: #E811BE;
}
.AnyTagClassName
{
color: #E811BE;
}
</style>
background-color css
<style>
a { background-color: #E811BE; }
a { background-color: rgb(232,17,190); }
div.DivClassName
{
background-color: #E811BE;
}
.BgClassName
{
background-color: #E811BE;
}
</style>
border-color css
<style>
span { border-color: #E811BE; }
span { border-color: rgb(232,17,190); }
td.TdClassName
{
border-color: #E811BE;
}
.TagClassName
{
border-color: #E811BE;
}
</style>