Shades of Shocking Pink #E71CD1
Tints of Shocking Pink #E71CD1
RGB
CMYK
RGB Variations
Color information
#E71CD1 (or 0xE71CD1) is known color: Shocking Pink. HEX triplet: E7, 1C and D1. RGB value is (231,28,209). Sum of RGB (Red+Green+Blue) = 231+28+209=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CD1 is #18E32E. Grayscale: #6C6C6C. Windows color (decimal): -1631023 or 13704423. OLE color: 13704423.
HSL color Cylindrical-coordinate representation of color #E71CD1: hue angle of 306.5º 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 #E71CD1 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 209 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.09 |
| HSL | 306.5º | 0.81% | 0.51% | - |
| HSV(B) | 306.5º | 0.88% | 0.91% | - |
| XYZ | 44.88 | 22.42 | 62.28 | - |
| YUV | 109.33 | 184.25 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 209 | 0 | 0.88 | 0.10 | 0.09 | 306.5 | 0.81 | 0.51 |
| Hex | E7 | 1C | D1 | 0 | 58 | A | 9 | 133 | 51 | 33 |
| Octal | 347 | 34 | 321 | 0 | 130 | 12 | 11 | 463 | 121 | 63 |
| Binary | 11100111 | 11100 | 11010001 | 0 | 1011000 | 1010 | 1001 | 100110011 | 1010001 | 110011 |
Color Harmonies of #E71CD1
Complementary color
Monochromatic Colors of #E71CD1
Black with #E71CD1
Text Example
Text Example
White with #E71CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CD1; }
p { color: rgb(231,28,209); }
H1.HeaderClassName
{
color: #E71CD1;
}
.AnyTagClassName
{
color: #E71CD1;
}
</style>
background-color css
<style>
a { background-color: #E71CD1; }
a { background-color: rgb(231,28,209); }
div.DivClassName
{
background-color: #E71CD1;
}
.BgClassName
{
background-color: #E71CD1;
}
</style>
border-color css
<style>
span { border-color: #E71CD1; }
span { border-color: rgb(231,28,209); }
td.TdClassName
{
border-color: #E71CD1;
}
.TagClassName
{
border-color: #E71CD1;
}
</style>