Shades of Shocking Pink #E31CCD
Tints of Shocking Pink #E31CCD
RGB
CMYK
RGB Variations
Color information
#E31CCD (or 0xE31CCD) is known color: Shocking Pink. HEX triplet: E3, 1C and CD. RGB value is (227,28,205). Sum of RGB (Red+Green+Blue) = 227+28+205=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CCD is #1CE332. Grayscale: #6B6B6B. Windows color (decimal): -1893171 or 13442275. OLE color: 13442275.
HSL color Cylindrical-coordinate representation of color #E31CCD: hue angle of 306.63º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31CCD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 205 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.63º | 0.78% | 0.5% | - |
| HSV(B) | 306.63º | 0.88% | 0.89% | - |
| XYZ | 43.11 | 21.57 | 59.65 | - |
| YUV | 107.68 | 182.93 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 205 | 0 | 0.88 | 0.10 | 0.11 | 306.63 | 0.78 | 0.5 |
| Hex | E3 | 1C | CD | 0 | 58 | A | B | 133 | 4E | 32 |
| Octal | 343 | 34 | 315 | 0 | 130 | 12 | 13 | 463 | 116 | 62 |
| Binary | 11100011 | 11100 | 11001101 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001110 | 110010 |
Color Harmonies of #E31CCD
Complementary color
Monochromatic Colors of #E31CCD
Black with #E31CCD
Text Example
Text Example
White with #E31CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CCD; }
p { color: rgb(227,28,205); }
H1.HeaderClassName
{
color: #E31CCD;
}
.AnyTagClassName
{
color: #E31CCD;
}
</style>
background-color css
<style>
a { background-color: #E31CCD; }
a { background-color: rgb(227,28,205); }
div.DivClassName
{
background-color: #E31CCD;
}
.BgClassName
{
background-color: #E31CCD;
}
</style>
border-color css
<style>
span { border-color: #E31CCD; }
span { border-color: rgb(227,28,205); }
td.TdClassName
{
border-color: #E31CCD;
}
.TagClassName
{
border-color: #E31CCD;
}
</style>