Shades of Shocking Pink #E401BE
Tints of Shocking Pink #E401BE
RGB
CMYK
RGB Variations
Color information
#E401BE (or 0xE401BE) is known color: Shocking Pink. HEX triplet: E4, 01 and BE. RGB value is (228,1,190). Sum of RGB (Red+Green+Blue) = 228+1+190=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E401BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401BE is #1BFE41. Grayscale: #595959. Windows color (decimal): -1834562 or 12452324. OLE color: 12452324.
HSL color Cylindrical-coordinate representation of color #E401BE: hue angle of 310.04º 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 #E401BE is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 190 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.11 |
| HSL | 310.04º | 0.99% | 0.45% | - |
| HSV(B) | 310.04º | 1% | 0.89% | - |
| XYZ | 41.3 | 20.23 | 50.44 | - |
| YUV | 90.42 | 184.21 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 190 | 0 | 1.00 | 0.17 | 0.11 | 310.04 | 0.99 | 0.45 |
| Hex | E4 | 1 | BE | 0 | 64 | 11 | B | 136 | 63 | 2D |
| Octal | 344 | 1 | 276 | 0 | 144 | 21 | 13 | 466 | 143 | 55 |
| Binary | 11100100 | 1 | 10111110 | 0 | 1100100 | 10001 | 1011 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E401BE
Complementary color
Monochromatic Colors of #E401BE
Black with #E401BE
Text Example
Text Example
White with #E401BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E401BE; }
p { color: rgb(228,1,190); }
H1.HeaderClassName
{
color: #E401BE;
}
.AnyTagClassName
{
color: #E401BE;
}
</style>
background-color css
<style>
a { background-color: #E401BE; }
a { background-color: rgb(228,1,190); }
div.DivClassName
{
background-color: #E401BE;
}
.BgClassName
{
background-color: #E401BE;
}
</style>
border-color css
<style>
span { border-color: #E401BE; }
span { border-color: rgb(228,1,190); }
td.TdClassName
{
border-color: #E401BE;
}
.TagClassName
{
border-color: #E401BE;
}
</style>