Shades of Shocking Pink #E714D5
Tints of Shocking Pink #E714D5
RGB
CMYK
RGB Variations
Color information
#E714D5 (or 0xE714D5) is known color: Shocking Pink. HEX triplet: E7, 14 and D5. RGB value is (231,20,213). Sum of RGB (Red+Green+Blue) = 231+20+213=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E714D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714D5 is #18EB2A. Grayscale: #686868. Windows color (decimal): -1633067 or 13964519. OLE color: 13964519.
HSL color Cylindrical-coordinate representation of color #E714D5: hue angle of 305.12º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E714D5 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 213 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.09 |
| HSL | 305.12º | 0.84% | 0.49% | - |
| HSV(B) | 305.12º | 0.91% | 0.91% | - |
| XYZ | 45.22 | 22.29 | 64.87 | - |
| YUV | 105.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 213 | 0 | 0.91 | 0.08 | 0.09 | 305.12 | 0.84 | 0.49 |
| Hex | E7 | 14 | D5 | 0 | 5B | 8 | 9 | 131 | 54 | 31 |
| Octal | 347 | 24 | 325 | 0 | 133 | 10 | 11 | 461 | 124 | 61 |
| Binary | 11100111 | 10100 | 11010101 | 0 | 1011011 | 1000 | 1001 | 100110001 | 1010100 | 110001 |
Color Harmonies of #E714D5
Complementary color
Monochromatic Colors of #E714D5
Black with #E714D5
Text Example
Text Example
White with #E714D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714D5; }
p { color: rgb(231,20,213); }
H1.HeaderClassName
{
color: #E714D5;
}
.AnyTagClassName
{
color: #E714D5;
}
</style>
background-color css
<style>
a { background-color: #E714D5; }
a { background-color: rgb(231,20,213); }
div.DivClassName
{
background-color: #E714D5;
}
.BgClassName
{
background-color: #E714D5;
}
</style>
border-color css
<style>
span { border-color: #E714D5; }
span { border-color: rgb(231,20,213); }
td.TdClassName
{
border-color: #E714D5;
}
.TagClassName
{
border-color: #E714D5;
}
</style>