Shades of Shocking Pink #E91CCA
Tints of Shocking Pink #E91CCA
RGB
CMYK
RGB Variations
Color information
#E91CCA (or 0xE91CCA) is known color: Shocking Pink. HEX triplet: E9, 1C and CA. RGB value is (233,28,202). Sum of RGB (Red+Green+Blue) = 233+28+202=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E91CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E91CCA is #16E335. Grayscale: #6C6C6C. Windows color (decimal): -1499958 or 13245673. OLE color: 13245673.
HSL color Cylindrical-coordinate representation of color #E91CCA: hue angle of 309.07º 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 #E91CCA is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 202 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.09 |
| HSL | 309.07º | 0.82% | 0.51% | - |
| HSV(B) | 309.07º | 0.88% | 0.91% | - |
| XYZ | 44.68 | 22.42 | 57.85 | - |
| YUV | 109.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 202 | 0 | 0.88 | 0.13 | 0.09 | 309.07 | 0.82 | 0.51 |
| Hex | E9 | 1C | CA | 0 | 58 | D | 9 | 135 | 52 | 33 |
| Octal | 351 | 34 | 312 | 0 | 130 | 15 | 11 | 465 | 122 | 63 |
| Binary | 11101001 | 11100 | 11001010 | 0 | 1011000 | 1101 | 1001 | 100110101 | 1010010 | 110011 |
Color Harmonies of #E91CCA
Complementary color
Monochromatic Colors of #E91CCA
Black with #E91CCA
Text Example
Text Example
White with #E91CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91CCA; }
p { color: rgb(233,28,202); }
H1.HeaderClassName
{
color: #E91CCA;
}
.AnyTagClassName
{
color: #E91CCA;
}
</style>
background-color css
<style>
a { background-color: #E91CCA; }
a { background-color: rgb(233,28,202); }
div.DivClassName
{
background-color: #E91CCA;
}
.BgClassName
{
background-color: #E91CCA;
}
</style>
border-color css
<style>
span { border-color: #E91CCA; }
span { border-color: rgb(233,28,202); }
td.TdClassName
{
border-color: #E91CCA;
}
.TagClassName
{
border-color: #E91CCA;
}
</style>