Shades of Shocking Pink #E724BC
Tints of Shocking Pink #E724BC
RGB
CMYK
RGB Variations
Color information
#E724BC (or 0xE724BC) is known color: Shocking Pink. HEX triplet: E7, 24 and BC. RGB value is (231,36,188). Sum of RGB (Red+Green+Blue) = 231+36+188=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E724BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E724BC is #18DB43. Grayscale: #6F6F6F. Windows color (decimal): -1628996 or 12330215. OLE color: 12330215.
HSL color Cylindrical-coordinate representation of color #E724BC: hue angle of 313.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E724BC is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 36 | 188 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.09 |
| HSL | 313.23º | 0.8% | 0.52% | - |
| HSV(B) | 313.23º | 0.84% | 0.91% | - |
| XYZ | 42.66 | 21.88 | 49.55 | - |
| YUV | 111.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 188 | 0 | 0.84 | 0.19 | 0.09 | 313.23 | 0.8 | 0.52 |
| Hex | E7 | 24 | BC | 0 | 54 | 13 | 9 | 139 | 50 | 34 |
| Octal | 347 | 44 | 274 | 0 | 124 | 23 | 11 | 471 | 120 | 64 |
| Binary | 11100111 | 100100 | 10111100 | 0 | 1010100 | 10011 | 1001 | 100111001 | 1010000 | 110100 |
Color Harmonies of #E724BC
Complementary color
Monochromatic Colors of #E724BC
Black with #E724BC
Text Example
Text Example
White with #E724BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724BC; }
p { color: rgb(231,36,188); }
H1.HeaderClassName
{
color: #E724BC;
}
.AnyTagClassName
{
color: #E724BC;
}
</style>
background-color css
<style>
a { background-color: #E724BC; }
a { background-color: rgb(231,36,188); }
div.DivClassName
{
background-color: #E724BC;
}
.BgClassName
{
background-color: #E724BC;
}
</style>
border-color css
<style>
span { border-color: #E724BC; }
span { border-color: rgb(231,36,188); }
td.TdClassName
{
border-color: #E724BC;
}
.TagClassName
{
border-color: #E724BC;
}
</style>