Shades of Shocking Pink #E91BCE
Tints of Shocking Pink #E91BCE
RGB
CMYK
RGB Variations
Color information
#E91BCE (or 0xE91BCE) is known color: Shocking Pink. HEX triplet: E9, 1B and CE. RGB value is (233,27,206). Sum of RGB (Red+Green+Blue) = 233+27+206=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E91BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91BCE is #16E431. Grayscale: #6C6C6C. Windows color (decimal): -1500210 or 13507561. OLE color: 13507561.
HSL color Cylindrical-coordinate representation of color #E91BCE: hue angle of 307.86º 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 #E91BCE is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 206 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.09 |
| HSL | 307.86º | 0.82% | 0.51% | - |
| HSV(B) | 307.86º | 0.88% | 0.91% | - |
| XYZ | 45.14 | 22.56 | 60.37 | - |
| YUV | 109 | 182.75 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 206 | 0 | 0.88 | 0.12 | 0.09 | 307.86 | 0.82 | 0.51 |
| Hex | E9 | 1B | CE | 0 | 58 | C | 9 | 134 | 52 | 33 |
| Octal | 351 | 33 | 316 | 0 | 130 | 14 | 11 | 464 | 122 | 63 |
| Binary | 11101001 | 11011 | 11001110 | 0 | 1011000 | 1100 | 1001 | 100110100 | 1010010 | 110011 |
Color Harmonies of #E91BCE
Complementary color
Monochromatic Colors of #E91BCE
Black with #E91BCE
Text Example
Text Example
White with #E91BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BCE; }
p { color: rgb(233,27,206); }
H1.HeaderClassName
{
color: #E91BCE;
}
.AnyTagClassName
{
color: #E91BCE;
}
</style>
background-color css
<style>
a { background-color: #E91BCE; }
a { background-color: rgb(233,27,206); }
div.DivClassName
{
background-color: #E91BCE;
}
.BgClassName
{
background-color: #E91BCE;
}
</style>
border-color css
<style>
span { border-color: #E91BCE; }
span { border-color: rgb(233,27,206); }
td.TdClassName
{
border-color: #E91BCE;
}
.TagClassName
{
border-color: #E91BCE;
}
</style>