Shades of Shocking Pink #E420BE
Tints of Shocking Pink #E420BE
RGB
CMYK
RGB Variations
Color information
#E420BE (or 0xE420BE) is known color: Shocking Pink. HEX triplet: E4, 20 and BE. RGB value is (228,32,190). Sum of RGB (Red+Green+Blue) = 228+32+190=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E420BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420BE is #1BDF41. Grayscale: #6C6C6C. Windows color (decimal): -1826626 or 12460260. OLE color: 12460260.
HSL color Cylindrical-coordinate representation of color #E420BE: hue angle of 311.63º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E420BE is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 190 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.11 |
| HSL | 311.63º | 0.78% | 0.51% | - |
| HSV(B) | 311.63º | 0.86% | 0.89% | - |
| XYZ | 41.81 | 21.24 | 50.61 | - |
| YUV | 108.62 | 173.93 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 190 | 0 | 0.86 | 0.17 | 0.11 | 311.63 | 0.78 | 0.51 |
| Hex | E4 | 20 | BE | 0 | 56 | 11 | B | 138 | 4E | 33 |
| Octal | 344 | 40 | 276 | 0 | 126 | 21 | 13 | 470 | 116 | 63 |
| Binary | 11100100 | 100000 | 10111110 | 0 | 1010110 | 10001 | 1011 | 100111000 | 1001110 | 110011 |
Color Harmonies of #E420BE
Complementary color
Monochromatic Colors of #E420BE
Black with #E420BE
Text Example
Text Example
White with #E420BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420BE; }
p { color: rgb(228,32,190); }
H1.HeaderClassName
{
color: #E420BE;
}
.AnyTagClassName
{
color: #E420BE;
}
</style>
background-color css
<style>
a { background-color: #E420BE; }
a { background-color: rgb(228,32,190); }
div.DivClassName
{
background-color: #E420BE;
}
.BgClassName
{
background-color: #E420BE;
}
</style>
border-color css
<style>
span { border-color: #E420BE; }
span { border-color: rgb(228,32,190); }
td.TdClassName
{
border-color: #E420BE;
}
.TagClassName
{
border-color: #E420BE;
}
</style>