Shades of Shocking Pink #E718CD
Tints of Shocking Pink #E718CD
RGB
CMYK
RGB Variations
Color information
#E718CD (or 0xE718CD) is known color: Shocking Pink. HEX triplet: E7, 18 and CD. RGB value is (231,24,205). Sum of RGB (Red+Green+Blue) = 231+24+205=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E718CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718CD is #18E732. Grayscale: #6A6A6A. Windows color (decimal): -1632051 or 13441255. OLE color: 13441255.
HSL color Cylindrical-coordinate representation of color #E718CD: hue angle of 307.54º 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 #E718CD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 24 | 205 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.09 |
| HSL | 307.54º | 0.81% | 0.5% | - |
| HSV(B) | 307.54º | 0.9% | 0.91% | - |
| XYZ | 44.3 | 22.05 | 59.68 | - |
| YUV | 106.53 | 183.58 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 205 | 0 | 0.90 | 0.11 | 0.09 | 307.54 | 0.81 | 0.5 |
| Hex | E7 | 18 | CD | 0 | 5A | B | 9 | 134 | 51 | 32 |
| Octal | 347 | 30 | 315 | 0 | 132 | 13 | 11 | 464 | 121 | 62 |
| Binary | 11100111 | 11000 | 11001101 | 0 | 1011010 | 1011 | 1001 | 100110100 | 1010001 | 110010 |
Color Harmonies of #E718CD
Complementary color
Monochromatic Colors of #E718CD
Black with #E718CD
Text Example
Text Example
White with #E718CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718CD; }
p { color: rgb(231,24,205); }
H1.HeaderClassName
{
color: #E718CD;
}
.AnyTagClassName
{
color: #E718CD;
}
</style>
background-color css
<style>
a { background-color: #E718CD; }
a { background-color: rgb(231,24,205); }
div.DivClassName
{
background-color: #E718CD;
}
.BgClassName
{
background-color: #E718CD;
}
</style>
border-color css
<style>
span { border-color: #E718CD; }
span { border-color: rgb(231,24,205); }
td.TdClassName
{
border-color: #E718CD;
}
.TagClassName
{
border-color: #E718CD;
}
</style>