Shades of Shocking Pink #E320C5
Tints of Shocking Pink #E320C5
RGB
CMYK
RGB Variations
Color information
#E320C5 (or 0xE320C5) is known color: Shocking Pink. HEX triplet: E3, 20 and C5. RGB value is (227,32,197). Sum of RGB (Red+Green+Blue) = 227+32+197=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E320C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320C5 is #1CDF3A. Grayscale: #6C6C6C. Windows color (decimal): -1892155 or 12919011. OLE color: 12919011.
HSL color Cylindrical-coordinate representation of color #E320C5: hue angle of 309.23º 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 #E320C5 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 197 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.11 |
| HSL | 309.23º | 0.78% | 0.51% | - |
| HSV(B) | 309.23º | 0.86% | 0.89% | - |
| XYZ | 42.27 | 21.4 | 54.72 | - |
| YUV | 109.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 197 | 0 | 0.86 | 0.13 | 0.11 | 309.23 | 0.78 | 0.51 |
| Hex | E3 | 20 | C5 | 0 | 56 | D | B | 135 | 4E | 33 |
| Octal | 343 | 40 | 305 | 0 | 126 | 15 | 13 | 465 | 116 | 63 |
| Binary | 11100011 | 100000 | 11000101 | 0 | 1010110 | 1101 | 1011 | 100110101 | 1001110 | 110011 |
Color Harmonies of #E320C5
Complementary color
Monochromatic Colors of #E320C5
Black with #E320C5
Text Example
Text Example
White with #E320C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320C5; }
p { color: rgb(227,32,197); }
H1.HeaderClassName
{
color: #E320C5;
}
.AnyTagClassName
{
color: #E320C5;
}
</style>
background-color css
<style>
a { background-color: #E320C5; }
a { background-color: rgb(227,32,197); }
div.DivClassName
{
background-color: #E320C5;
}
.BgClassName
{
background-color: #E320C5;
}
</style>
border-color css
<style>
span { border-color: #E320C5; }
span { border-color: rgb(227,32,197); }
td.TdClassName
{
border-color: #E320C5;
}
.TagClassName
{
border-color: #E320C5;
}
</style>