Shades of Shocking Pink #E21BCC
Tints of Shocking Pink #E21BCC
RGB
CMYK
RGB Variations
Color information
#E21BCC (or 0xE21BCC) is known color: Shocking Pink. HEX triplet: E2, 1B and CC. RGB value is (226,27,204). Sum of RGB (Red+Green+Blue) = 226+27+204=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 27 (10.94% from 255 or 5.91% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BCC is #1DE433. Grayscale: #6A6A6A. Windows color (decimal): -1958964 or 13376482. OLE color: 13376482.
HSL color Cylindrical-coordinate representation of color #E21BCC: hue angle of 306.63º 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 #E21BCC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 204 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.63º | 0.79% | 0.5% | - |
| HSV(B) | 306.63º | 0.88% | 0.89% | - |
| XYZ | 42.66 | 21.31 | 58.99 | - |
| YUV | 106.68 | 182.93 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 204 | 0 | 0.88 | 0.10 | 0.11 | 306.63 | 0.79 | 0.5 |
| Hex | E2 | 1B | CC | 0 | 58 | A | B | 133 | 4F | 32 |
| Octal | 342 | 33 | 314 | 0 | 130 | 12 | 13 | 463 | 117 | 62 |
| Binary | 11100010 | 11011 | 11001100 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E21BCC
Complementary color
Monochromatic Colors of #E21BCC
Black with #E21BCC
Text Example
Text Example
White with #E21BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BCC; }
p { color: rgb(226,27,204); }
H1.HeaderClassName
{
color: #E21BCC;
}
.AnyTagClassName
{
color: #E21BCC;
}
</style>
background-color css
<style>
a { background-color: #E21BCC; }
a { background-color: rgb(226,27,204); }
div.DivClassName
{
background-color: #E21BCC;
}
.BgClassName
{
background-color: #E21BCC;
}
</style>
border-color css
<style>
span { border-color: #E21BCC; }
span { border-color: rgb(226,27,204); }
td.TdClassName
{
border-color: #E21BCC;
}
.TagClassName
{
border-color: #E21BCC;
}
</style>