Shades of Shocking Pink #E21DC9
Tints of Shocking Pink #E21DC9
RGB
CMYK
RGB Variations
Color information
#E21DC9 (or 0xE21DC9) is known color: Shocking Pink. HEX triplet: E2, 1D and C9. RGB value is (226,29,201). Sum of RGB (Red+Green+Blue) = 226+29+201=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DC9 is #1DE236. Grayscale: #6B6B6B. Windows color (decimal): -1958455 or 13180386. OLE color: 13180386.
HSL color Cylindrical-coordinate representation of color #E21DC9: hue angle of 307.61º 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 #E21DC9 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 29 | 201 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.11 |
| HSL | 307.61º | 0.77% | 0.5% | - |
| HSV(B) | 307.61º | 0.87% | 0.89% | - |
| XYZ | 42.35 | 21.26 | 57.13 | - |
| YUV | 107.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 29 | 201 | 0 | 0.87 | 0.11 | 0.11 | 307.61 | 0.77 | 0.5 |
| Hex | E2 | 1D | C9 | 0 | 57 | B | B | 134 | 4D | 32 |
| Octal | 342 | 35 | 311 | 0 | 127 | 13 | 13 | 464 | 115 | 62 |
| Binary | 11100010 | 11101 | 11001001 | 0 | 1010111 | 1011 | 1011 | 100110100 | 1001101 | 110010 |
Color Harmonies of #E21DC9
Complementary color
Monochromatic Colors of #E21DC9
Black with #E21DC9
Text Example
Text Example
White with #E21DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21DC9; }
p { color: rgb(226,29,201); }
H1.HeaderClassName
{
color: #E21DC9;
}
.AnyTagClassName
{
color: #E21DC9;
}
</style>
background-color css
<style>
a { background-color: #E21DC9; }
a { background-color: rgb(226,29,201); }
div.DivClassName
{
background-color: #E21DC9;
}
.BgClassName
{
background-color: #E21DC9;
}
</style>
border-color css
<style>
span { border-color: #E21DC9; }
span { border-color: rgb(226,29,201); }
td.TdClassName
{
border-color: #E21DC9;
}
.TagClassName
{
border-color: #E21DC9;
}
</style>