Shades of Shocking Pink #E714B7
Tints of Shocking Pink #E714B7
RGB
CMYK
RGB Variations
Color information
#E714B7 (or 0xE714B7) is known color: Shocking Pink. HEX triplet: E7, 14 and B7. RGB value is (231,20,183). Sum of RGB (Red+Green+Blue) = 231+20+183=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E714B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714B7 is #18EB48. Grayscale: #656565. Windows color (decimal): -1633097 or 11998439. OLE color: 11998439.
HSL color Cylindrical-coordinate representation of color #E714B7: hue angle of 313.65º 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 #E714B7 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 20 | 183 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.09 |
| HSL | 313.65º | 0.84% | 0.49% | - |
| HSV(B) | 313.65º | 0.91% | 0.91% | - |
| XYZ | 41.75 | 20.91 | 46.63 | - |
| YUV | 101.67 | 173.9 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 20 | 183 | 0 | 0.91 | 0.21 | 0.09 | 313.65 | 0.84 | 0.49 |
| Hex | E7 | 14 | B7 | 0 | 5B | 15 | 9 | 13A | 54 | 31 |
| Octal | 347 | 24 | 267 | 0 | 133 | 25 | 11 | 472 | 124 | 61 |
| Binary | 11100111 | 10100 | 10110111 | 0 | 1011011 | 10101 | 1001 | 100111010 | 1010100 | 110001 |
Color Harmonies of #E714B7
Complementary color
Monochromatic Colors of #E714B7
Black with #E714B7
Text Example
Text Example
White with #E714B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E714B7; }
p { color: rgb(231,20,183); }
H1.HeaderClassName
{
color: #E714B7;
}
.AnyTagClassName
{
color: #E714B7;
}
</style>
background-color css
<style>
a { background-color: #E714B7; }
a { background-color: rgb(231,20,183); }
div.DivClassName
{
background-color: #E714B7;
}
.BgClassName
{
background-color: #E714B7;
}
</style>
border-color css
<style>
span { border-color: #E714B7; }
span { border-color: rgb(231,20,183); }
td.TdClassName
{
border-color: #E714B7;
}
.TagClassName
{
border-color: #E714B7;
}
</style>