Shades of Shocking Pink #E11BCA
Tints of Shocking Pink #E11BCA
RGB
CMYK
RGB Variations
Color information
#E11BCA (or 0xE11BCA) is known color: Shocking Pink. HEX triplet: E1, 1B and CA. RGB value is (225,27,202). Sum of RGB (Red+Green+Blue) = 225+27+202=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11BCA is #1EE435. Grayscale: #696969. Windows color (decimal): -2024502 or 13245409. OLE color: 13245409.
HSL color Cylindrical-coordinate representation of color #E11BCA: hue angle of 306.97º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11BCA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 202 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.12 |
| HSL | 306.97º | 0.79% | 0.49% | - |
| HSV(B) | 306.97º | 0.88% | 0.88% | - |
| XYZ | 42.1 | 21.06 | 57.72 | - |
| YUV | 106.15 | 182.1 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 202 | 0 | 0.88 | 0.10 | 0.12 | 306.97 | 0.79 | 0.49 |
| Hex | E1 | 1B | CA | 0 | 58 | A | C | 133 | 4F | 31 |
| Octal | 341 | 33 | 312 | 0 | 130 | 12 | 14 | 463 | 117 | 61 |
| Binary | 11100001 | 11011 | 11001010 | 0 | 1011000 | 1010 | 1100 | 100110011 | 1001111 | 110001 |
Color Harmonies of #E11BCA
Complementary color
Monochromatic Colors of #E11BCA
Black with #E11BCA
Text Example
Text Example
White with #E11BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BCA; }
p { color: rgb(225,27,202); }
H1.HeaderClassName
{
color: #E11BCA;
}
.AnyTagClassName
{
color: #E11BCA;
}
</style>
background-color css
<style>
a { background-color: #E11BCA; }
a { background-color: rgb(225,27,202); }
div.DivClassName
{
background-color: #E11BCA;
}
.BgClassName
{
background-color: #E11BCA;
}
</style>
border-color css
<style>
span { border-color: #E11BCA; }
span { border-color: rgb(225,27,202); }
td.TdClassName
{
border-color: #E11BCA;
}
.TagClassName
{
border-color: #E11BCA;
}
</style>