Shades of Shocking Pink #E21DCC
Tints of Shocking Pink #E21DCC
RGB
CMYK
RGB Variations
Color information
#E21DCC (or 0xE21DCC) is known color: Shocking Pink. HEX triplet: E2, 1D and CC. RGB value is (226,29,204). Sum of RGB (Red+Green+Blue) = 226+29+204=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DCC is #1DE233. Grayscale: #6B6B6B. Windows color (decimal): -1958452 or 13376994. OLE color: 13376994.
HSL color Cylindrical-coordinate representation of color #E21DCC: hue angle of 306.7º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21DCC is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 204 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.11 |
| HSL | 306.7º | 0.77% | 0.5% | - |
| HSV(B) | 306.7º | 0.87% | 0.89% | - |
| XYZ | 42.7 | 21.41 | 59.01 | - |
| YUV | 107.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 204 | 0 | 0.87 | 0.10 | 0.11 | 306.7 | 0.77 | 0.5 |
| Hex | E2 | 1D | CC | 0 | 57 | A | B | 133 | 4D | 32 |
| Octal | 342 | 35 | 314 | 0 | 127 | 12 | 13 | 463 | 115 | 62 |
| Binary | 11100010 | 11101 | 11001100 | 0 | 1010111 | 1010 | 1011 | 100110011 | 1001101 | 110010 |
Color Harmonies of #E21DCC
Complementary color
Monochromatic Colors of #E21DCC
Black with #E21DCC
Text Example
Text Example
White with #E21DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DCC; }
p { color: rgb(226,29,204); }
H1.HeaderClassName
{
color: #E21DCC;
}
.AnyTagClassName
{
color: #E21DCC;
}
</style>
background-color css
<style>
a { background-color: #E21DCC; }
a { background-color: rgb(226,29,204); }
div.DivClassName
{
background-color: #E21DCC;
}
.BgClassName
{
background-color: #E21DCC;
}
</style>
border-color css
<style>
span { border-color: #E21DCC; }
span { border-color: rgb(226,29,204); }
td.TdClassName
{
border-color: #E21DCC;
}
.TagClassName
{
border-color: #E21DCC;
}
</style>