Shades of Shocking Pink #E818BE
Tints of Shocking Pink #E818BE
RGB
CMYK
RGB Variations
Color information
#E818BE (or 0xE818BE) is known color: Shocking Pink. HEX triplet: E8, 18 and BE. RGB value is (232,24,190). Sum of RGB (Red+Green+Blue) = 232+24+190=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E818BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E818BE is #17E741. Grayscale: #686868. Windows color (decimal): -1566530 or 12458216. OLE color: 12458216.
HSL color Cylindrical-coordinate representation of color #E818BE: hue angle of 312.12º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E818BE is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 190 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.09 |
| HSL | 312.12º | 0.82% | 0.5% | - |
| HSV(B) | 312.12º | 0.9% | 0.91% | - |
| XYZ | 42.9 | 21.53 | 50.61 | - |
| YUV | 105.12 | 175.91 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 190 | 0 | 0.90 | 0.18 | 0.09 | 312.12 | 0.82 | 0.5 |
| Hex | E8 | 18 | BE | 0 | 5A | 12 | 9 | 138 | 52 | 32 |
| Octal | 350 | 30 | 276 | 0 | 132 | 22 | 11 | 470 | 122 | 62 |
| Binary | 11101000 | 11000 | 10111110 | 0 | 1011010 | 10010 | 1001 | 100111000 | 1010010 | 110010 |
Color Harmonies of #E818BE
Complementary color
Monochromatic Colors of #E818BE
Black with #E818BE
Text Example
Text Example
White with #E818BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818BE; }
p { color: rgb(232,24,190); }
H1.HeaderClassName
{
color: #E818BE;
}
.AnyTagClassName
{
color: #E818BE;
}
</style>
background-color css
<style>
a { background-color: #E818BE; }
a { background-color: rgb(232,24,190); }
div.DivClassName
{
background-color: #E818BE;
}
.BgClassName
{
background-color: #E818BE;
}
</style>
border-color css
<style>
span { border-color: #E818BE; }
span { border-color: rgb(232,24,190); }
td.TdClassName
{
border-color: #E818BE;
}
.TagClassName
{
border-color: #E818BE;
}
</style>