Shades of Shocking Pink #E401BC
Tints of Shocking Pink #E401BC
RGB
CMYK
RGB Variations
Color information
#E401BC (or 0xE401BC) is known color: Shocking Pink. HEX triplet: E4, 01 and BC. RGB value is (228,1,188). Sum of RGB (Red+Green+Blue) = 228+1+188=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E401BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401BC is #1BFE43. Grayscale: #595959. Windows color (decimal): -1834564 or 12321252. OLE color: 12321252.
HSL color Cylindrical-coordinate representation of color #E401BC: hue angle of 310.57º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E401BC is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.11 |
| HSL | 310.57º | 0.99% | 0.45% | - |
| HSV(B) | 310.57º | 1% | 0.89% | - |
| XYZ | 41.08 | 20.15 | 49.3 | - |
| YUV | 90.19 | 183.21 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 188 | 0 | 1.00 | 0.18 | 0.11 | 310.57 | 0.99 | 0.45 |
| Hex | E4 | 1 | BC | 0 | 64 | 12 | B | 137 | 63 | 2D |
| Octal | 344 | 1 | 274 | 0 | 144 | 22 | 13 | 467 | 143 | 55 |
| Binary | 11100100 | 1 | 10111100 | 0 | 1100100 | 10010 | 1011 | 100110111 | 1100011 | 101101 |
Color Harmonies of #E401BC
Complementary color
Monochromatic Colors of #E401BC
Black with #E401BC
Text Example
Text Example
White with #E401BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401BC; }
p { color: rgb(228,1,188); }
H1.HeaderClassName
{
color: #E401BC;
}
.AnyTagClassName
{
color: #E401BC;
}
</style>
background-color css
<style>
a { background-color: #E401BC; }
a { background-color: rgb(228,1,188); }
div.DivClassName
{
background-color: #E401BC;
}
.BgClassName
{
background-color: #E401BC;
}
</style>
border-color css
<style>
span { border-color: #E401BC; }
span { border-color: rgb(228,1,188); }
td.TdClassName
{
border-color: #E401BC;
}
.TagClassName
{
border-color: #E401BC;
}
</style>