Shades of Shocking Pink #E71CC9
Tints of Shocking Pink #E71CC9
RGB
CMYK
RGB Variations
Color information
#E71CC9 (or 0xE71CC9) is known color: Shocking Pink. HEX triplet: E7, 1C and C9. RGB value is (231,28,201). Sum of RGB (Red+Green+Blue) = 231+28+201=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CC9 is #18E336. Grayscale: #6B6B6B. Windows color (decimal): -1631031 or 13180135. OLE color: 13180135.
HSL color Cylindrical-coordinate representation of color #E71CC9: hue angle of 308.87º 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 #E71CC9 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 201 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.09 |
| HSL | 308.87º | 0.81% | 0.51% | - |
| HSV(B) | 308.87º | 0.88% | 0.91% | - |
| XYZ | 43.91 | 22.04 | 57.2 | - |
| YUV | 108.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 201 | 0 | 0.88 | 0.13 | 0.09 | 308.87 | 0.81 | 0.51 |
| Hex | E7 | 1C | C9 | 0 | 58 | D | 9 | 135 | 51 | 33 |
| Octal | 347 | 34 | 311 | 0 | 130 | 15 | 11 | 465 | 121 | 63 |
| Binary | 11100111 | 11100 | 11001001 | 0 | 1011000 | 1101 | 1001 | 100110101 | 1010001 | 110011 |
Color Harmonies of #E71CC9
Complementary color
Monochromatic Colors of #E71CC9
Black with #E71CC9
Text Example
Text Example
White with #E71CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CC9; }
p { color: rgb(231,28,201); }
H1.HeaderClassName
{
color: #E71CC9;
}
.AnyTagClassName
{
color: #E71CC9;
}
</style>
background-color css
<style>
a { background-color: #E71CC9; }
a { background-color: rgb(231,28,201); }
div.DivClassName
{
background-color: #E71CC9;
}
.BgClassName
{
background-color: #E71CC9;
}
</style>
border-color css
<style>
span { border-color: #E71CC9; }
span { border-color: rgb(231,28,201); }
td.TdClassName
{
border-color: #E71CC9;
}
.TagClassName
{
border-color: #E71CC9;
}
</style>