Shades of Shocking Pink #E91BCC
Tints of Shocking Pink #E91BCC
RGB
CMYK
RGB Variations
Color information
#E91BCC (or 0xE91BCC) is known color: Shocking Pink. HEX triplet: E9, 1B and CC. RGB value is (233,27,204). Sum of RGB (Red+Green+Blue) = 233+27+204=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E91BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91BCC is #16E433. Grayscale: #6C6C6C. Windows color (decimal): -1500212 or 13376489. OLE color: 13376489.
HSL color Cylindrical-coordinate representation of color #E91BCC: hue angle of 308.45º 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 #E91BCC is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 204 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.09 |
| HSL | 308.45º | 0.82% | 0.51% | - |
| HSV(B) | 308.45º | 0.88% | 0.91% | - |
| XYZ | 44.9 | 22.47 | 59.1 | - |
| YUV | 108.77 | 181.75 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 204 | 0 | 0.88 | 0.12 | 0.09 | 308.45 | 0.82 | 0.51 |
| Hex | E9 | 1B | CC | 0 | 58 | C | 9 | 134 | 52 | 33 |
| Octal | 351 | 33 | 314 | 0 | 130 | 14 | 11 | 464 | 122 | 63 |
| Binary | 11101001 | 11011 | 11001100 | 0 | 1011000 | 1100 | 1001 | 100110100 | 1010010 | 110011 |
Color Harmonies of #E91BCC
Complementary color
Monochromatic Colors of #E91BCC
Black with #E91BCC
Text Example
Text Example
White with #E91BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BCC; }
p { color: rgb(233,27,204); }
H1.HeaderClassName
{
color: #E91BCC;
}
.AnyTagClassName
{
color: #E91BCC;
}
</style>
background-color css
<style>
a { background-color: #E91BCC; }
a { background-color: rgb(233,27,204); }
div.DivClassName
{
background-color: #E91BCC;
}
.BgClassName
{
background-color: #E91BCC;
}
</style>
border-color css
<style>
span { border-color: #E91BCC; }
span { border-color: rgb(233,27,204); }
td.TdClassName
{
border-color: #E91BCC;
}
.TagClassName
{
border-color: #E91BCC;
}
</style>