Shades of Shocking Pink #E320CD
Tints of Shocking Pink #E320CD
RGB
CMYK
RGB Variations
Color information
#E320CD (or 0xE320CD) is known color: Shocking Pink. HEX triplet: E3, 20 and CD. RGB value is (227,32,205). Sum of RGB (Red+Green+Blue) = 227+32+205=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 32 (12.89% from 255 or 6.90% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E320CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E320CD is #1CDF32. Grayscale: #6D6D6D. Windows color (decimal): -1892147 or 13443299. OLE color: 13443299.
HSL color Cylindrical-coordinate representation of color #E320CD: hue angle of 306.77º 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 #E320CD is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 205 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.11 |
| HSL | 306.77º | 0.78% | 0.51% | - |
| HSV(B) | 306.77º | 0.86% | 0.89% | - |
| XYZ | 43.21 | 21.77 | 59.68 | - |
| YUV | 110.03 | 181.6 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 205 | 0 | 0.86 | 0.10 | 0.11 | 306.77 | 0.78 | 0.51 |
| Hex | E3 | 20 | CD | 0 | 56 | A | B | 133 | 4E | 33 |
| Octal | 343 | 40 | 315 | 0 | 126 | 12 | 13 | 463 | 116 | 63 |
| Binary | 11100011 | 100000 | 11001101 | 0 | 1010110 | 1010 | 1011 | 100110011 | 1001110 | 110011 |
Color Harmonies of #E320CD
Complementary color
Monochromatic Colors of #E320CD
Black with #E320CD
Text Example
Text Example
White with #E320CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320CD; }
p { color: rgb(227,32,205); }
H1.HeaderClassName
{
color: #E320CD;
}
.AnyTagClassName
{
color: #E320CD;
}
</style>
background-color css
<style>
a { background-color: #E320CD; }
a { background-color: rgb(227,32,205); }
div.DivClassName
{
background-color: #E320CD;
}
.BgClassName
{
background-color: #E320CD;
}
</style>
border-color css
<style>
span { border-color: #E320CD; }
span { border-color: rgb(227,32,205); }
td.TdClassName
{
border-color: #E320CD;
}
.TagClassName
{
border-color: #E320CD;
}
</style>