Shades of Shocking Pink #E420CF
Tints of Shocking Pink #E420CF
RGB
CMYK
RGB Variations
Color information
#E420CF (or 0xE420CF) is known color: Shocking Pink. HEX triplet: E4, 20 and CF. RGB value is (228,32,207). Sum of RGB (Red+Green+Blue) = 228+32+207=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E420CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E420CF is #1BDF30. Grayscale: #6E6E6E. Windows color (decimal): -1826609 or 13574372. OLE color: 13574372.
HSL color Cylindrical-coordinate representation of color #E420CF: hue angle of 306.43º 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 #E420CF is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 32 | 207 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.11 |
| HSL | 306.43º | 0.78% | 0.51% | - |
| HSV(B) | 306.43º | 0.86% | 0.89% | - |
| XYZ | 43.77 | 22.03 | 60.98 | - |
| YUV | 110.55 | 182.43 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 32 | 207 | 0 | 0.86 | 0.09 | 0.11 | 306.43 | 0.78 | 0.51 |
| Hex | E4 | 20 | CF | 0 | 56 | 9 | B | 132 | 4E | 33 |
| Octal | 344 | 40 | 317 | 0 | 126 | 11 | 13 | 462 | 116 | 63 |
| Binary | 11100100 | 100000 | 11001111 | 0 | 1010110 | 1001 | 1011 | 100110010 | 1001110 | 110011 |
Color Harmonies of #E420CF
Complementary color
Monochromatic Colors of #E420CF
Black with #E420CF
Text Example
Text Example
White with #E420CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E420CF; }
p { color: rgb(228,32,207); }
H1.HeaderClassName
{
color: #E420CF;
}
.AnyTagClassName
{
color: #E420CF;
}
</style>
background-color css
<style>
a { background-color: #E420CF; }
a { background-color: rgb(228,32,207); }
div.DivClassName
{
background-color: #E420CF;
}
.BgClassName
{
background-color: #E420CF;
}
</style>
border-color css
<style>
span { border-color: #E420CF; }
span { border-color: rgb(228,32,207); }
td.TdClassName
{
border-color: #E420CF;
}
.TagClassName
{
border-color: #E420CF;
}
</style>