Shades of Shocking Pink #E420CE
Tints of Shocking Pink #E420CE
RGB
CMYK
RGB Variations
Color information
#E420CE (or 0xE420CE) is known color: Shocking Pink. HEX triplet: E4, 20 and CE. RGB value is (228,32,206). Sum of RGB (Red+Green+Blue) = 228+32+206=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E420CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420CE is #1BDF31. Grayscale: #6D6D6D. Windows color (decimal): -1826610 or 13508836. OLE color: 13508836.
HSL color Cylindrical-coordinate representation of color #E420CE: hue angle of 306.73º 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 #E420CE is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 206 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.11 |
| HSL | 306.73º | 0.78% | 0.51% | - |
| HSV(B) | 306.73º | 0.86% | 0.89% | - |
| XYZ | 43.65 | 21.98 | 60.33 | - |
| YUV | 110.44 | 181.93 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 206 | 0 | 0.86 | 0.10 | 0.11 | 306.73 | 0.78 | 0.51 |
| Hex | E4 | 20 | CE | 0 | 56 | A | B | 133 | 4E | 33 |
| Octal | 344 | 40 | 316 | 0 | 126 | 12 | 13 | 463 | 116 | 63 |
| Binary | 11100100 | 100000 | 11001110 | 0 | 1010110 | 1010 | 1011 | 100110011 | 1001110 | 110011 |
Color Harmonies of #E420CE
Complementary color
Monochromatic Colors of #E420CE
Black with #E420CE
Text Example
Text Example
White with #E420CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420CE; }
p { color: rgb(228,32,206); }
H1.HeaderClassName
{
color: #E420CE;
}
.AnyTagClassName
{
color: #E420CE;
}
</style>
background-color css
<style>
a { background-color: #E420CE; }
a { background-color: rgb(228,32,206); }
div.DivClassName
{
background-color: #E420CE;
}
.BgClassName
{
background-color: #E420CE;
}
</style>
border-color css
<style>
span { border-color: #E420CE; }
span { border-color: rgb(228,32,206); }
td.TdClassName
{
border-color: #E420CE;
}
.TagClassName
{
border-color: #E420CE;
}
</style>