Shades of Shocking Pink #E818B8
Tints of Shocking Pink #E818B8
RGB
CMYK
RGB Variations
Color information
#E818B8 (or 0xE818B8) is known color: Shocking Pink. HEX triplet: E8, 18 and B8. RGB value is (232,24,184). Sum of RGB (Red+Green+Blue) = 232+24+184=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E818B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E818B8 is #17E747. Grayscale: #676767. Windows color (decimal): -1566536 or 12065000. OLE color: 12065000.
HSL color Cylindrical-coordinate representation of color #E818B8: hue angle of 313.85º 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 #E818B8 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 184 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.09 |
| HSL | 313.85º | 0.82% | 0.5% | - |
| HSV(B) | 313.85º | 0.9% | 0.91% | - |
| XYZ | 42.26 | 21.27 | 47.23 | - |
| YUV | 104.43 | 172.91 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 184 | 0 | 0.90 | 0.21 | 0.09 | 313.85 | 0.82 | 0.5 |
| Hex | E8 | 18 | B8 | 0 | 5A | 15 | 9 | 13A | 52 | 32 |
| Octal | 350 | 30 | 270 | 0 | 132 | 25 | 11 | 472 | 122 | 62 |
| Binary | 11101000 | 11000 | 10111000 | 0 | 1011010 | 10101 | 1001 | 100111010 | 1010010 | 110010 |
Color Harmonies of #E818B8
Complementary color
Monochromatic Colors of #E818B8
Black with #E818B8
Text Example
Text Example
White with #E818B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818B8; }
p { color: rgb(232,24,184); }
H1.HeaderClassName
{
color: #E818B8;
}
.AnyTagClassName
{
color: #E818B8;
}
</style>
background-color css
<style>
a { background-color: #E818B8; }
a { background-color: rgb(232,24,184); }
div.DivClassName
{
background-color: #E818B8;
}
.BgClassName
{
background-color: #E818B8;
}
</style>
border-color css
<style>
span { border-color: #E818B8; }
span { border-color: rgb(232,24,184); }
td.TdClassName
{
border-color: #E818B8;
}
.TagClassName
{
border-color: #E818B8;
}
</style>