Shades of Shocking Pink #E71CCF
Tints of Shocking Pink #E71CCF
RGB
CMYK
RGB Variations
Color information
#E71CCF (or 0xE71CCF) is known color: Shocking Pink. HEX triplet: E7, 1C and CF. RGB value is (231,28,207). Sum of RGB (Red+Green+Blue) = 231+28+207=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CCF is #18E330. Grayscale: #6C6C6C. Windows color (decimal): -1631025 or 13573351. OLE color: 13573351.
HSL color Cylindrical-coordinate representation of color #E71CCF: hue angle of 307.09º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CCF is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 207 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.09 |
| HSL | 307.09º | 0.81% | 0.51% | - |
| HSV(B) | 307.09º | 0.88% | 0.91% | - |
| XYZ | 44.63 | 22.32 | 60.99 | - |
| YUV | 109.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 207 | 0 | 0.88 | 0.10 | 0.09 | 307.09 | 0.81 | 0.51 |
| Hex | E7 | 1C | CF | 0 | 58 | A | 9 | 133 | 51 | 33 |
| Octal | 347 | 34 | 317 | 0 | 130 | 12 | 11 | 463 | 121 | 63 |
| Binary | 11100111 | 11100 | 11001111 | 0 | 1011000 | 1010 | 1001 | 100110011 | 1010001 | 110011 |
Color Harmonies of #E71CCF
Complementary color
Monochromatic Colors of #E71CCF
Black with #E71CCF
Text Example
Text Example
White with #E71CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CCF; }
p { color: rgb(231,28,207); }
H1.HeaderClassName
{
color: #E71CCF;
}
.AnyTagClassName
{
color: #E71CCF;
}
</style>
background-color css
<style>
a { background-color: #E71CCF; }
a { background-color: rgb(231,28,207); }
div.DivClassName
{
background-color: #E71CCF;
}
.BgClassName
{
background-color: #E71CCF;
}
</style>
border-color css
<style>
span { border-color: #E71CCF; }
span { border-color: rgb(231,28,207); }
td.TdClassName
{
border-color: #E71CCF;
}
.TagClassName
{
border-color: #E71CCF;
}
</style>