Shades of Shocking Pink #E718C9
Tints of Shocking Pink #E718C9
RGB
CMYK
RGB Variations
Color information
#E718C9 (or 0xE718C9) is known color: Shocking Pink. HEX triplet: E7, 18 and C9. RGB value is (231,24,201). Sum of RGB (Red+Green+Blue) = 231+24+201=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E718C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718C9 is #18E736. Grayscale: #696969. Windows color (decimal): -1632055 or 13179111. OLE color: 13179111.
HSL color Cylindrical-coordinate representation of color #E718C9: hue angle of 308.7º 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 #E718C9 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 201 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.09 |
| HSL | 308.7º | 0.81% | 0.5% | - |
| HSV(B) | 308.7º | 0.9% | 0.91% | - |
| XYZ | 43.82 | 21.86 | 57.17 | - |
| YUV | 106.07 | 181.58 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 201 | 0 | 0.90 | 0.13 | 0.09 | 308.7 | 0.81 | 0.5 |
| Hex | E7 | 18 | C9 | 0 | 5A | D | 9 | 135 | 51 | 32 |
| Octal | 347 | 30 | 311 | 0 | 132 | 15 | 11 | 465 | 121 | 62 |
| Binary | 11100111 | 11000 | 11001001 | 0 | 1011010 | 1101 | 1001 | 100110101 | 1010001 | 110010 |
Color Harmonies of #E718C9
Complementary color
Monochromatic Colors of #E718C9
Black with #E718C9
Text Example
Text Example
White with #E718C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718C9; }
p { color: rgb(231,24,201); }
H1.HeaderClassName
{
color: #E718C9;
}
.AnyTagClassName
{
color: #E718C9;
}
</style>
background-color css
<style>
a { background-color: #E718C9; }
a { background-color: rgb(231,24,201); }
div.DivClassName
{
background-color: #E718C9;
}
.BgClassName
{
background-color: #E718C9;
}
</style>
border-color css
<style>
span { border-color: #E718C9; }
span { border-color: rgb(231,24,201); }
td.TdClassName
{
border-color: #E718C9;
}
.TagClassName
{
border-color: #E718C9;
}
</style>