Shades of Shocking Pink #E401BF
Tints of Shocking Pink #E401BF
RGB
CMYK
RGB Variations
Color information
#E401BF (or 0xE401BF) is known color: Shocking Pink. HEX triplet: E4, 01 and BF. RGB value is (228,1,191). Sum of RGB (Red+Green+Blue) = 228+1+191=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E401BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401BF is #1BFE40. Grayscale: #5A5A5A. Windows color (decimal): -1834561 or 12517860. OLE color: 12517860.
HSL color Cylindrical-coordinate representation of color #E401BF: hue angle of 309.78º 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 #E401BF is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.11 |
| HSL | 309.78º | 0.99% | 0.45% | - |
| HSV(B) | 309.78º | 1% | 0.89% | - |
| XYZ | 41.41 | 20.28 | 51.02 | - |
| YUV | 90.53 | 184.71 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 191 | 0 | 1.00 | 0.16 | 0.11 | 309.78 | 0.99 | 0.45 |
| Hex | E4 | 1 | BF | 0 | 64 | 10 | B | 136 | 63 | 2D |
| Octal | 344 | 1 | 277 | 0 | 144 | 20 | 13 | 466 | 143 | 55 |
| Binary | 11100100 | 1 | 10111111 | 0 | 1100100 | 10000 | 1011 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E401BF
Complementary color
Monochromatic Colors of #E401BF
Black with #E401BF
Text Example
Text Example
White with #E401BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401BF; }
p { color: rgb(228,1,191); }
H1.HeaderClassName
{
color: #E401BF;
}
.AnyTagClassName
{
color: #E401BF;
}
</style>
background-color css
<style>
a { background-color: #E401BF; }
a { background-color: rgb(228,1,191); }
div.DivClassName
{
background-color: #E401BF;
}
.BgClassName
{
background-color: #E401BF;
}
</style>
border-color css
<style>
span { border-color: #E401BF; }
span { border-color: rgb(228,1,191); }
td.TdClassName
{
border-color: #E401BF;
}
.TagClassName
{
border-color: #E401BF;
}
</style>