Shades of Shocking Pink #E21BCD
Tints of Shocking Pink #E21BCD
RGB
CMYK
RGB Variations
Color information
#E21BCD (or 0xE21BCD) is known color: Shocking Pink. HEX triplet: E2, 1B and CD. RGB value is (226,27,205). Sum of RGB (Red+Green+Blue) = 226+27+205=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BCD is #1DE432. Grayscale: #6A6A6A. Windows color (decimal): -1958963 or 13442018. OLE color: 13442018.
HSL color Cylindrical-coordinate representation of color #E21BCD: hue angle of 306.33º 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 #E21BCD is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.11 |
| HSL | 306.33º | 0.79% | 0.5% | - |
| HSV(B) | 306.33º | 0.88% | 0.89% | - |
| XYZ | 42.78 | 21.36 | 59.63 | - |
| YUV | 106.79 | 183.43 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 205 | 0 | 0.88 | 0.09 | 0.11 | 306.33 | 0.79 | 0.5 |
| Hex | E2 | 1B | CD | 0 | 58 | 9 | B | 132 | 4F | 32 |
| Octal | 342 | 33 | 315 | 0 | 130 | 11 | 13 | 462 | 117 | 62 |
| Binary | 11100010 | 11011 | 11001101 | 0 | 1011000 | 1001 | 1011 | 100110010 | 1001111 | 110010 |
Color Harmonies of #E21BCD
Complementary color
Monochromatic Colors of #E21BCD
Black with #E21BCD
Text Example
Text Example
White with #E21BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BCD; }
p { color: rgb(226,27,205); }
H1.HeaderClassName
{
color: #E21BCD;
}
.AnyTagClassName
{
color: #E21BCD;
}
</style>
background-color css
<style>
a { background-color: #E21BCD; }
a { background-color: rgb(226,27,205); }
div.DivClassName
{
background-color: #E21BCD;
}
.BgClassName
{
background-color: #E21BCD;
}
</style>
border-color css
<style>
span { border-color: #E21BCD; }
span { border-color: rgb(226,27,205); }
td.TdClassName
{
border-color: #E21BCD;
}
.TagClassName
{
border-color: #E21BCD;
}
</style>