Shades of Shocking Pink #E718CF
Tints of Shocking Pink #E718CF
RGB
CMYK
RGB Variations
Color information
#E718CF (or 0xE718CF) is known color: Shocking Pink. HEX triplet: E7, 18 and CF. RGB value is (231,24,207). Sum of RGB (Red+Green+Blue) = 231+24+207=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E718CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718CF is #18E730. Grayscale: #6A6A6A. Windows color (decimal): -1632049 or 13572327. OLE color: 13572327.
HSL color Cylindrical-coordinate representation of color #E718CF: hue angle of 306.96º 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 #E718CF is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 207 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.09 |
| HSL | 306.96º | 0.81% | 0.5% | - |
| HSV(B) | 306.96º | 0.9% | 0.91% | - |
| XYZ | 44.54 | 22.15 | 60.96 | - |
| YUV | 106.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 207 | 0 | 0.90 | 0.10 | 0.09 | 306.96 | 0.81 | 0.5 |
| Hex | E7 | 18 | CF | 0 | 5A | A | 9 | 133 | 51 | 32 |
| Octal | 347 | 30 | 317 | 0 | 132 | 12 | 11 | 463 | 121 | 62 |
| Binary | 11100111 | 11000 | 11001111 | 0 | 1011010 | 1010 | 1001 | 100110011 | 1010001 | 110010 |
Color Harmonies of #E718CF
Complementary color
Monochromatic Colors of #E718CF
Black with #E718CF
Text Example
Text Example
White with #E718CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718CF; }
p { color: rgb(231,24,207); }
H1.HeaderClassName
{
color: #E718CF;
}
.AnyTagClassName
{
color: #E718CF;
}
</style>
background-color css
<style>
a { background-color: #E718CF; }
a { background-color: rgb(231,24,207); }
div.DivClassName
{
background-color: #E718CF;
}
.BgClassName
{
background-color: #E718CF;
}
</style>
border-color css
<style>
span { border-color: #E718CF; }
span { border-color: rgb(231,24,207); }
td.TdClassName
{
border-color: #E718CF;
}
.TagClassName
{
border-color: #E718CF;
}
</style>