Shades of Shocking Pink #E324BC
Tints of Shocking Pink #E324BC
RGB
CMYK
RGB Variations
Color information
#E324BC (or 0xE324BC) is known color: Shocking Pink. HEX triplet: E3, 24 and BC. RGB value is (227,36,188). Sum of RGB (Red+Green+Blue) = 227+36+188=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E324BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E324BC is #1CDB43. Grayscale: #6E6E6E. Windows color (decimal): -1891140 or 12330211. OLE color: 12330211.
HSL color Cylindrical-coordinate representation of color #E324BC: hue angle of 312.25º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E324BC is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 188 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.11 |
| HSL | 312.25º | 0.77% | 0.52% | - |
| HSV(B) | 312.25º | 0.84% | 0.89% | - |
| XYZ | 41.39 | 21.22 | 49.49 | - |
| YUV | 110.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 188 | 0 | 0.84 | 0.17 | 0.11 | 312.25 | 0.77 | 0.52 |
| Hex | E3 | 24 | BC | 0 | 54 | 11 | B | 138 | 4D | 34 |
| Octal | 343 | 44 | 274 | 0 | 124 | 21 | 13 | 470 | 115 | 64 |
| Binary | 11100011 | 100100 | 10111100 | 0 | 1010100 | 10001 | 1011 | 100111000 | 1001101 | 110100 |
Color Harmonies of #E324BC
Complementary color
Monochromatic Colors of #E324BC
Black with #E324BC
Text Example
Text Example
White with #E324BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324BC; }
p { color: rgb(227,36,188); }
H1.HeaderClassName
{
color: #E324BC;
}
.AnyTagClassName
{
color: #E324BC;
}
</style>
background-color css
<style>
a { background-color: #E324BC; }
a { background-color: rgb(227,36,188); }
div.DivClassName
{
background-color: #E324BC;
}
.BgClassName
{
background-color: #E324BC;
}
</style>
border-color css
<style>
span { border-color: #E324BC; }
span { border-color: rgb(227,36,188); }
td.TdClassName
{
border-color: #E324BC;
}
.TagClassName
{
border-color: #E324BC;
}
</style>