Shades of Shocking Pink #E801BE
Tints of Shocking Pink #E801BE
RGB
CMYK
RGB Variations
Color information
#E801BE (or 0xE801BE) is known color: Shocking Pink. HEX triplet: E8, 01 and BE. RGB value is (232,1,190). Sum of RGB (Red+Green+Blue) = 232+1+190=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E801BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E801BE is #17FE41. Grayscale: #5B5B5B. Windows color (decimal): -1572418 or 12452328. OLE color: 12452328.
HSL color Cylindrical-coordinate representation of color #E801BE: hue angle of 310.91º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801BE is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.09 |
| HSL | 310.91º | 0.99% | 0.46% | - |
| HSV(B) | 310.91º | 1% | 0.91% | - |
| XYZ | 42.58 | 20.9 | 50.5 | - |
| YUV | 91.62 | 183.53 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 190 | 0 | 1.00 | 0.18 | 0.09 | 310.91 | 0.99 | 0.46 |
| Hex | E8 | 1 | BE | 0 | 64 | 12 | 9 | 137 | 63 | 2E |
| Octal | 350 | 1 | 276 | 0 | 144 | 22 | 11 | 467 | 143 | 56 |
| Binary | 11101000 | 1 | 10111110 | 0 | 1100100 | 10010 | 1001 | 100110111 | 1100011 | 101110 |
Color Harmonies of #E801BE
Complementary color
Monochromatic Colors of #E801BE
Black with #E801BE
Text Example
Text Example
White with #E801BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801BE; }
p { color: rgb(232,1,190); }
H1.HeaderClassName
{
color: #E801BE;
}
.AnyTagClassName
{
color: #E801BE;
}
</style>
background-color css
<style>
a { background-color: #E801BE; }
a { background-color: rgb(232,1,190); }
div.DivClassName
{
background-color: #E801BE;
}
.BgClassName
{
background-color: #E801BE;
}
</style>
border-color css
<style>
span { border-color: #E801BE; }
span { border-color: rgb(232,1,190); }
td.TdClassName
{
border-color: #E801BE;
}
.TagClassName
{
border-color: #E801BE;
}
</style>