Shades of Shocking Pink #E101B9
Tints of Shocking Pink #E101B9
RGB
CMYK
RGB Variations
Color information
#E101B9 (or 0xE101B9) is known color: Shocking Pink. HEX triplet: E1, 01 and B9. RGB value is (225,1,185). Sum of RGB (Red+Green+Blue) = 225+1+185=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E101B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E101B9 is #1EFE46. Grayscale: #585858. Windows color (decimal): -2031175 or 12124641. OLE color: 12124641.
HSL color Cylindrical-coordinate representation of color #E101B9: hue angle of 310.71º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101B9 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 185 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.12 |
| HSL | 310.71º | 0.99% | 0.44% | - |
| HSV(B) | 310.71º | 1% | 0.88% | - |
| XYZ | 39.82 | 19.53 | 47.57 | - |
| YUV | 88.95 | 182.21 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 185 | 0 | 1.00 | 0.18 | 0.12 | 310.71 | 0.99 | 0.44 |
| Hex | E1 | 1 | B9 | 0 | 64 | 12 | C | 137 | 63 | 2C |
| Octal | 341 | 1 | 271 | 0 | 144 | 22 | 14 | 467 | 143 | 54 |
| Binary | 11100001 | 1 | 10111001 | 0 | 1100100 | 10010 | 1100 | 100110111 | 1100011 | 101100 |
Color Harmonies of #E101B9
Complementary color
Monochromatic Colors of #E101B9
Black with #E101B9
Text Example
Text Example
White with #E101B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101B9; }
p { color: rgb(225,1,185); }
H1.HeaderClassName
{
color: #E101B9;
}
.AnyTagClassName
{
color: #E101B9;
}
</style>
background-color css
<style>
a { background-color: #E101B9; }
a { background-color: rgb(225,1,185); }
div.DivClassName
{
background-color: #E101B9;
}
.BgClassName
{
background-color: #E101B9;
}
</style>
border-color css
<style>
span { border-color: #E101B9; }
span { border-color: rgb(225,1,185); }
td.TdClassName
{
border-color: #E101B9;
}
.TagClassName
{
border-color: #E101B9;
}
</style>