Shades of Shocking Pink #E912B1
Tints of Shocking Pink #E912B1
RGB
CMYK
RGB Variations
Color information
#E912B1 (or 0xE912B1) is known color: Shocking Pink. HEX triplet: E9, 12 and B1. RGB value is (233,18,177). Sum of RGB (Red+Green+Blue) = 233+18+177=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E912B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E912B1 is #16ED4E. Grayscale: #636363. Windows color (decimal): -1502543 or 11604713. OLE color: 11604713.
HSL color Cylindrical-coordinate representation of color #E912B1: hue angle of 315.63º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912B1 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 177 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.09 |
| HSL | 315.63º | 0.86% | 0.49% | - |
| HSV(B) | 315.63º | 0.92% | 0.91% | - |
| XYZ | 41.76 | 20.93 | 43.43 | - |
| YUV | 100.41 | 171.23 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 177 | 0 | 0.92 | 0.24 | 0.09 | 315.63 | 0.86 | 0.49 |
| Hex | E9 | 12 | B1 | 0 | 5C | 18 | 9 | 13C | 56 | 31 |
| Octal | 351 | 22 | 261 | 0 | 134 | 30 | 11 | 474 | 126 | 61 |
| Binary | 11101001 | 10010 | 10110001 | 0 | 1011100 | 11000 | 1001 | 100111100 | 1010110 | 110001 |
Color Harmonies of #E912B1
Complementary color
Monochromatic Colors of #E912B1
Black with #E912B1
Text Example
Text Example
White with #E912B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912B1; }
p { color: rgb(233,18,177); }
H1.HeaderClassName
{
color: #E912B1;
}
.AnyTagClassName
{
color: #E912B1;
}
</style>
background-color css
<style>
a { background-color: #E912B1; }
a { background-color: rgb(233,18,177); }
div.DivClassName
{
background-color: #E912B1;
}
.BgClassName
{
background-color: #E912B1;
}
</style>
border-color css
<style>
span { border-color: #E912B1; }
span { border-color: rgb(233,18,177); }
td.TdClassName
{
border-color: #E912B1;
}
.TagClassName
{
border-color: #E912B1;
}
</style>