Shades of Shocking Pink #E71CBB
Tints of Shocking Pink #E71CBB
RGB
CMYK
RGB Variations
Color information
#E71CBB (or 0xE71CBB) is known color: Shocking Pink. HEX triplet: E7, 1C and BB. RGB value is (231,28,187). Sum of RGB (Red+Green+Blue) = 231+28+187=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CBB is #18E344. Grayscale: #6A6A6A. Windows color (decimal): -1631045 or 12262631. OLE color: 12262631.
HSL color Cylindrical-coordinate representation of color #E71CBB: hue angle of 313º 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 #E71CBB is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 187 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.09 |
| HSL | 313º | 0.81% | 0.51% | - |
| HSV(B) | 313º | 0.88% | 0.91% | - |
| XYZ | 42.34 | 21.41 | 48.91 | - |
| YUV | 106.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 187 | 0 | 0.88 | 0.19 | 0.09 | 313 | 0.81 | 0.51 |
| Hex | E7 | 1C | BB | 0 | 58 | 13 | 9 | 139 | 51 | 33 |
| Octal | 347 | 34 | 273 | 0 | 130 | 23 | 11 | 471 | 121 | 63 |
| Binary | 11100111 | 11100 | 10111011 | 0 | 1011000 | 10011 | 1001 | 100111001 | 1010001 | 110011 |
Color Harmonies of #E71CBB
Complementary color
Monochromatic Colors of #E71CBB
Black with #E71CBB
Text Example
Text Example
White with #E71CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CBB; }
p { color: rgb(231,28,187); }
H1.HeaderClassName
{
color: #E71CBB;
}
.AnyTagClassName
{
color: #E71CBB;
}
</style>
background-color css
<style>
a { background-color: #E71CBB; }
a { background-color: rgb(231,28,187); }
div.DivClassName
{
background-color: #E71CBB;
}
.BgClassName
{
background-color: #E71CBB;
}
</style>
border-color css
<style>
span { border-color: #E71CBB; }
span { border-color: rgb(231,28,187); }
td.TdClassName
{
border-color: #E71CBB;
}
.TagClassName
{
border-color: #E71CBB;
}
</style>