Shades of Shocking Pink #E31CCC
Tints of Shocking Pink #E31CCC
RGB
CMYK
RGB Variations
Color information
#E31CCC (or 0xE31CCC) is known color: Shocking Pink. HEX triplet: E3, 1C and CC. RGB value is (227,28,204). Sum of RGB (Red+Green+Blue) = 227+28+204=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CCC is #1CE333. Grayscale: #6B6B6B. Windows color (decimal): -1893172 or 13376739. OLE color: 13376739.
HSL color Cylindrical-coordinate representation of color #E31CCC: hue angle of 306.93º 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 #E31CCC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.93º | 0.78% | 0.5% | - |
| HSV(B) | 306.93º | 0.88% | 0.89% | - |
| XYZ | 42.99 | 21.52 | 59.01 | - |
| YUV | 107.57 | 182.43 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 204 | 0 | 0.88 | 0.10 | 0.11 | 306.93 | 0.78 | 0.5 |
| Hex | E3 | 1C | CC | 0 | 58 | A | B | 133 | 4E | 32 |
| Octal | 343 | 34 | 314 | 0 | 130 | 12 | 13 | 463 | 116 | 62 |
| Binary | 11100011 | 11100 | 11001100 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001110 | 110010 |
Color Harmonies of #E31CCC
Complementary color
Monochromatic Colors of #E31CCC
Black with #E31CCC
Text Example
Text Example
White with #E31CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31CCC; }
p { color: rgb(227,28,204); }
H1.HeaderClassName
{
color: #E31CCC;
}
.AnyTagClassName
{
color: #E31CCC;
}
</style>
background-color css
<style>
a { background-color: #E31CCC; }
a { background-color: rgb(227,28,204); }
div.DivClassName
{
background-color: #E31CCC;
}
.BgClassName
{
background-color: #E31CCC;
}
</style>
border-color css
<style>
span { border-color: #E31CCC; }
span { border-color: rgb(227,28,204); }
td.TdClassName
{
border-color: #E31CCC;
}
.TagClassName
{
border-color: #E31CCC;
}
</style>