Shades of Shocking Pink #E718D0
Tints of Shocking Pink #E718D0
RGB
CMYK
RGB Variations
Color information
#E718D0 (or 0xE718D0) is known color: Shocking Pink. HEX triplet: E7, 18 and D0. RGB value is (231,24,208). Sum of RGB (Red+Green+Blue) = 231+24+208=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E718D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718D0 is #18E72F. Grayscale: #6A6A6A. Windows color (decimal): -1632048 or 13637863. OLE color: 13637863.
HSL color Cylindrical-coordinate representation of color #E718D0: hue angle of 306.67º degrees, saturation: 0.81, 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 #E718D0 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 208 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.09 |
| HSL | 306.67º | 0.81% | 0.5% | - |
| HSV(B) | 306.67º | 0.9% | 0.91% | - |
| XYZ | 44.67 | 22.2 | 61.6 | - |
| YUV | 106.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 208 | 0 | 0.90 | 0.10 | 0.09 | 306.67 | 0.81 | 0.5 |
| Hex | E7 | 18 | D0 | 0 | 5A | A | 9 | 133 | 51 | 32 |
| Octal | 347 | 30 | 320 | 0 | 132 | 12 | 11 | 463 | 121 | 62 |
| Binary | 11100111 | 11000 | 11010000 | 0 | 1011010 | 1010 | 1001 | 100110011 | 1010001 | 110010 |
Color Harmonies of #E718D0
Complementary color
Monochromatic Colors of #E718D0
Black with #E718D0
Text Example
Text Example
White with #E718D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718D0; }
p { color: rgb(231,24,208); }
H1.HeaderClassName
{
color: #E718D0;
}
.AnyTagClassName
{
color: #E718D0;
}
</style>
background-color css
<style>
a { background-color: #E718D0; }
a { background-color: rgb(231,24,208); }
div.DivClassName
{
background-color: #E718D0;
}
.BgClassName
{
background-color: #E718D0;
}
</style>
border-color css
<style>
span { border-color: #E718D0; }
span { border-color: rgb(231,24,208); }
td.TdClassName
{
border-color: #E718D0;
}
.TagClassName
{
border-color: #E718D0;
}
</style>