Shades of Shocking Pink #E818D5
Tints of Shocking Pink #E818D5
RGB
CMYK
RGB Variations
Color information
#E818D5 (or 0xE818D5) is known color: Shocking Pink. HEX triplet: E8, 18 and D5. RGB value is (232,24,213). Sum of RGB (Red+Green+Blue) = 232+24+213=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E818D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E818D5 is #17E72A. Grayscale: #6B6B6B. Windows color (decimal): -1566507 or 13965544. OLE color: 13965544.
HSL color Cylindrical-coordinate representation of color #E818D5: hue angle of 305.48º 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 #E818D5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 213 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.09 |
| HSL | 305.48º | 0.82% | 0.5% | - |
| HSV(B) | 305.48º | 0.9% | 0.91% | - |
| XYZ | 45.62 | 22.61 | 64.91 | - |
| YUV | 107.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 213 | 0 | 0.90 | 0.08 | 0.09 | 305.48 | 0.82 | 0.5 |
| Hex | E8 | 18 | D5 | 0 | 5A | 8 | 9 | 131 | 52 | 32 |
| Octal | 350 | 30 | 325 | 0 | 132 | 10 | 11 | 461 | 122 | 62 |
| Binary | 11101000 | 11000 | 11010101 | 0 | 1011010 | 1000 | 1001 | 100110001 | 1010010 | 110010 |
Color Harmonies of #E818D5
Complementary color
Monochromatic Colors of #E818D5
Black with #E818D5
Text Example
Text Example
White with #E818D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818D5; }
p { color: rgb(232,24,213); }
H1.HeaderClassName
{
color: #E818D5;
}
.AnyTagClassName
{
color: #E818D5;
}
</style>
background-color css
<style>
a { background-color: #E818D5; }
a { background-color: rgb(232,24,213); }
div.DivClassName
{
background-color: #E818D5;
}
.BgClassName
{
background-color: #E818D5;
}
</style>
border-color css
<style>
span { border-color: #E818D5; }
span { border-color: rgb(232,24,213); }
td.TdClassName
{
border-color: #E818D5;
}
.TagClassName
{
border-color: #E818D5;
}
</style>