Shades of Shocking Pink #E224BC
Tints of Shocking Pink #E224BC
RGB
CMYK
RGB Variations
Color information
#E224BC (or 0xE224BC) is known color: Shocking Pink. HEX triplet: E2, 24 and BC. RGB value is (226,36,188). Sum of RGB (Red+Green+Blue) = 226+36+188=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E224BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E224BC is #1DDB43. Grayscale: #6D6D6D. Windows color (decimal): -1956676 or 12330210. OLE color: 12330210.
HSL color Cylindrical-coordinate representation of color #E224BC: hue angle of 312º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E224BC is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 188 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.11 |
| HSL | 312º | 0.77% | 0.51% | - |
| HSV(B) | 312º | 0.84% | 0.89% | - |
| XYZ | 41.07 | 21.06 | 49.48 | - |
| YUV | 110.14 | 171.95 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 188 | 0 | 0.84 | 0.17 | 0.11 | 312 | 0.77 | 0.51 |
| Hex | E2 | 24 | BC | 0 | 54 | 11 | B | 138 | 4D | 33 |
| Octal | 342 | 44 | 274 | 0 | 124 | 21 | 13 | 470 | 115 | 63 |
| Binary | 11100010 | 100100 | 10111100 | 0 | 1010100 | 10001 | 1011 | 100111000 | 1001101 | 110011 |
Color Harmonies of #E224BC
Complementary color
Monochromatic Colors of #E224BC
Black with #E224BC
Text Example
Text Example
White with #E224BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224BC; }
p { color: rgb(226,36,188); }
H1.HeaderClassName
{
color: #E224BC;
}
.AnyTagClassName
{
color: #E224BC;
}
</style>
background-color css
<style>
a { background-color: #E224BC; }
a { background-color: rgb(226,36,188); }
div.DivClassName
{
background-color: #E224BC;
}
.BgClassName
{
background-color: #E224BC;
}
</style>
border-color css
<style>
span { border-color: #E224BC; }
span { border-color: rgb(226,36,188); }
td.TdClassName
{
border-color: #E224BC;
}
.TagClassName
{
border-color: #E224BC;
}
</style>