Shades of Shocking Pink #E91DCC
Tints of Shocking Pink #E91DCC
RGB
CMYK
RGB Variations
Color information
#E91DCC (or 0xE91DCC) is known color: Shocking Pink. HEX triplet: E9, 1D and CC. RGB value is (233,29,204). Sum of RGB (Red+Green+Blue) = 233+29+204=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 29 (11.72% from 255 or 6.22% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E91DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91DCC is #16E233. Grayscale: #6D6D6D. Windows color (decimal): -1499700 or 13377001. OLE color: 13377001.
HSL color Cylindrical-coordinate representation of color #E91DCC: hue angle of 308.53º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91DCC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 204 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.09 |
| HSL | 308.53º | 0.82% | 0.51% | - |
| HSV(B) | 308.53º | 0.88% | 0.91% | - |
| XYZ | 44.94 | 22.56 | 59.11 | - |
| YUV | 109.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 204 | 0 | 0.88 | 0.12 | 0.09 | 308.53 | 0.82 | 0.51 |
| Hex | E9 | 1D | CC | 0 | 58 | C | 9 | 135 | 52 | 33 |
| Octal | 351 | 35 | 314 | 0 | 130 | 14 | 11 | 465 | 122 | 63 |
| Binary | 11101001 | 11101 | 11001100 | 0 | 1011000 | 1100 | 1001 | 100110101 | 1010010 | 110011 |
Color Harmonies of #E91DCC
Complementary color
Monochromatic Colors of #E91DCC
Black with #E91DCC
Text Example
Text Example
White with #E91DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91DCC; }
p { color: rgb(233,29,204); }
H1.HeaderClassName
{
color: #E91DCC;
}
.AnyTagClassName
{
color: #E91DCC;
}
</style>
background-color css
<style>
a { background-color: #E91DCC; }
a { background-color: rgb(233,29,204); }
div.DivClassName
{
background-color: #E91DCC;
}
.BgClassName
{
background-color: #E91DCC;
}
</style>
border-color css
<style>
span { border-color: #E91DCC; }
span { border-color: rgb(233,29,204); }
td.TdClassName
{
border-color: #E91DCC;
}
.TagClassName
{
border-color: #E91DCC;
}
</style>