Shades of Shocking Pink #E21DCB
Tints of Shocking Pink #E21DCB
RGB
CMYK
RGB Variations
Color information
#E21DCB (or 0xE21DCB) is known color: Shocking Pink. HEX triplet: E2, 1D and CB. RGB value is (226,29,203). Sum of RGB (Red+Green+Blue) = 226+29+203=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DCB is #1DE234. Grayscale: #6B6B6B. Windows color (decimal): -1958453 or 13311458. OLE color: 13311458.
HSL color Cylindrical-coordinate representation of color #E21DCB: hue angle of 307.01º 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 #E21DCB is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 203 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.11 |
| HSL | 307.01º | 0.77% | 0.5% | - |
| HSV(B) | 307.01º | 0.87% | 0.89% | - |
| XYZ | 42.58 | 21.36 | 58.38 | - |
| YUV | 107.74 | 181.77 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 203 | 0 | 0.87 | 0.10 | 0.11 | 307.01 | 0.77 | 0.5 |
| Hex | E2 | 1D | CB | 0 | 57 | A | B | 133 | 4D | 32 |
| Octal | 342 | 35 | 313 | 0 | 127 | 12 | 13 | 463 | 115 | 62 |
| Binary | 11100010 | 11101 | 11001011 | 0 | 1010111 | 1010 | 1011 | 100110011 | 1001101 | 110010 |
Color Harmonies of #E21DCB
Complementary color
Monochromatic Colors of #E21DCB
Black with #E21DCB
Text Example
Text Example
White with #E21DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DCB; }
p { color: rgb(226,29,203); }
H1.HeaderClassName
{
color: #E21DCB;
}
.AnyTagClassName
{
color: #E21DCB;
}
</style>
background-color css
<style>
a { background-color: #E21DCB; }
a { background-color: rgb(226,29,203); }
div.DivClassName
{
background-color: #E21DCB;
}
.BgClassName
{
background-color: #E21DCB;
}
</style>
border-color css
<style>
span { border-color: #E21DCB; }
span { border-color: rgb(226,29,203); }
td.TdClassName
{
border-color: #E21DCB;
}
.TagClassName
{
border-color: #E21DCB;
}
</style>