Shades of Shocking Pink #E71CDA
Tints of Shocking Pink #E71CDA
RGB
CMYK
RGB Variations
Color information
#E71CDA (or 0xE71CDA) is known color: Shocking Pink. HEX triplet: E7, 1C and DA. RGB value is (231,28,218). Sum of RGB (Red+Green+Blue) = 231+28+218=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 28 (11.33% from 255 or 5.87% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CDA is #18E325. Grayscale: #6D6D6D. Windows color (decimal): -1631014 or 14294247. OLE color: 14294247.
HSL color Cylindrical-coordinate representation of color #E71CDA: hue angle of 303.84º 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 #E71CDA is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.09 |
| HSL | 303.84º | 0.81% | 0.51% | - |
| HSV(B) | 303.84º | 0.88% | 0.91% | - |
| XYZ | 46.03 | 22.88 | 68.32 | - |
| YUV | 110.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 218 | 0 | 0.88 | 0.06 | 0.09 | 303.84 | 0.81 | 0.51 |
| Hex | E7 | 1C | DA | 0 | 58 | 6 | 9 | 130 | 51 | 33 |
| Octal | 347 | 34 | 332 | 0 | 130 | 6 | 11 | 460 | 121 | 63 |
| Binary | 11100111 | 11100 | 11011010 | 0 | 1011000 | 110 | 1001 | 100110000 | 1010001 | 110011 |
Color Harmonies of #E71CDA
Complementary color
Monochromatic Colors of #E71CDA
Black with #E71CDA
Text Example
Text Example
White with #E71CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CDA; }
p { color: rgb(231,28,218); }
H1.HeaderClassName
{
color: #E71CDA;
}
.AnyTagClassName
{
color: #E71CDA;
}
</style>
background-color css
<style>
a { background-color: #E71CDA; }
a { background-color: rgb(231,28,218); }
div.DivClassName
{
background-color: #E71CDA;
}
.BgClassName
{
background-color: #E71CDA;
}
</style>
border-color css
<style>
span { border-color: #E71CDA; }
span { border-color: rgb(231,28,218); }
td.TdClassName
{
border-color: #E71CDA;
}
.TagClassName
{
border-color: #E71CDA;
}
</style>