Shades of Shocking Pink #E420CA
Tints of Shocking Pink #E420CA
RGB
CMYK
RGB Variations
Color information
#E420CA (or 0xE420CA) is known color: Shocking Pink. HEX triplet: E4, 20 and CA. RGB value is (228,32,202). Sum of RGB (Red+Green+Blue) = 228+32+202=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E420CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420CA is #1BDF35. Grayscale: #6D6D6D. Windows color (decimal): -1826614 or 13246692. OLE color: 13246692.
HSL color Cylindrical-coordinate representation of color #E420CA: hue angle of 307.96º 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 #E420CA is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 202 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.11 |
| HSL | 307.96º | 0.78% | 0.51% | - |
| HSV(B) | 307.96º | 0.86% | 0.89% | - |
| XYZ | 43.17 | 21.79 | 57.81 | - |
| YUV | 109.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 202 | 0 | 0.86 | 0.11 | 0.11 | 307.96 | 0.78 | 0.51 |
| Hex | E4 | 20 | CA | 0 | 56 | B | B | 134 | 4E | 33 |
| Octal | 344 | 40 | 312 | 0 | 126 | 13 | 13 | 464 | 116 | 63 |
| Binary | 11100100 | 100000 | 11001010 | 0 | 1010110 | 1011 | 1011 | 100110100 | 1001110 | 110011 |
Color Harmonies of #E420CA
Complementary color
Monochromatic Colors of #E420CA
Black with #E420CA
Text Example
Text Example
White with #E420CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420CA; }
p { color: rgb(228,32,202); }
H1.HeaderClassName
{
color: #E420CA;
}
.AnyTagClassName
{
color: #E420CA;
}
</style>
background-color css
<style>
a { background-color: #E420CA; }
a { background-color: rgb(228,32,202); }
div.DivClassName
{
background-color: #E420CA;
}
.BgClassName
{
background-color: #E420CA;
}
</style>
border-color css
<style>
span { border-color: #E420CA; }
span { border-color: rgb(228,32,202); }
td.TdClassName
{
border-color: #E420CA;
}
.TagClassName
{
border-color: #E420CA;
}
</style>