Shades of Shocking Pink #E21BC9
Tints of Shocking Pink #E21BC9
RGB
CMYK
RGB Variations
Color information
#E21BC9 (or 0xE21BC9) is known color: Shocking Pink. HEX triplet: E2, 1B and C9. RGB value is (226,27,201). Sum of RGB (Red+Green+Blue) = 226+27+201=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BC9 is #1DE436. Grayscale: #696969. Windows color (decimal): -1958967 or 13179874. OLE color: 13179874.
HSL color Cylindrical-coordinate representation of color #E21BC9: hue angle of 307.54º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21BC9 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 201 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.11 |
| HSL | 307.54º | 0.79% | 0.5% | - |
| HSV(B) | 307.54º | 0.88% | 0.89% | - |
| XYZ | 42.3 | 21.17 | 57.12 | - |
| YUV | 106.34 | 181.43 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 201 | 0 | 0.88 | 0.11 | 0.11 | 307.54 | 0.79 | 0.5 |
| Hex | E2 | 1B | C9 | 0 | 58 | B | B | 134 | 4F | 32 |
| Octal | 342 | 33 | 311 | 0 | 130 | 13 | 13 | 464 | 117 | 62 |
| Binary | 11100010 | 11011 | 11001001 | 0 | 1011000 | 1011 | 1011 | 100110100 | 1001111 | 110010 |
Color Harmonies of #E21BC9
Complementary color
Monochromatic Colors of #E21BC9
Black with #E21BC9
Text Example
Text Example
White with #E21BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BC9; }
p { color: rgb(226,27,201); }
H1.HeaderClassName
{
color: #E21BC9;
}
.AnyTagClassName
{
color: #E21BC9;
}
</style>
background-color css
<style>
a { background-color: #E21BC9; }
a { background-color: rgb(226,27,201); }
div.DivClassName
{
background-color: #E21BC9;
}
.BgClassName
{
background-color: #E21BC9;
}
</style>
border-color css
<style>
span { border-color: #E21BC9; }
span { border-color: rgb(226,27,201); }
td.TdClassName
{
border-color: #E21BC9;
}
.TagClassName
{
border-color: #E21BC9;
}
</style>