Shades of Shocking Pink #E420CB
Tints of Shocking Pink #E420CB
RGB
CMYK
RGB Variations
Color information
#E420CB (or 0xE420CB) is known color: Shocking Pink. HEX triplet: E4, 20 and CB. RGB value is (228,32,203). Sum of RGB (Red+Green+Blue) = 228+32+203=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 32 (12.89% from 255 or 6.91% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E420CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420CB is #1BDF34. Grayscale: #6D6D6D. Windows color (decimal): -1826613 or 13312228. OLE color: 13312228.
HSL color Cylindrical-coordinate representation of color #E420CB: hue angle of 307.65º 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 #E420CB is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 203 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.11 |
| HSL | 307.65º | 0.78% | 0.51% | - |
| HSV(B) | 307.65º | 0.86% | 0.89% | - |
| XYZ | 43.29 | 21.84 | 58.43 | - |
| YUV | 110.1 | 180.43 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 203 | 0 | 0.86 | 0.11 | 0.11 | 307.65 | 0.78 | 0.51 |
| Hex | E4 | 20 | CB | 0 | 56 | B | B | 134 | 4E | 33 |
| Octal | 344 | 40 | 313 | 0 | 126 | 13 | 13 | 464 | 116 | 63 |
| Binary | 11100100 | 100000 | 11001011 | 0 | 1010110 | 1011 | 1011 | 100110100 | 1001110 | 110011 |
Color Harmonies of #E420CB
Complementary color
Monochromatic Colors of #E420CB
Black with #E420CB
Text Example
Text Example
White with #E420CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420CB; }
p { color: rgb(228,32,203); }
H1.HeaderClassName
{
color: #E420CB;
}
.AnyTagClassName
{
color: #E420CB;
}
</style>
background-color css
<style>
a { background-color: #E420CB; }
a { background-color: rgb(228,32,203); }
div.DivClassName
{
background-color: #E420CB;
}
.BgClassName
{
background-color: #E420CB;
}
</style>
border-color css
<style>
span { border-color: #E420CB; }
span { border-color: rgb(228,32,203); }
td.TdClassName
{
border-color: #E420CB;
}
.TagClassName
{
border-color: #E420CB;
}
</style>