Shades of Shocking Pink #E40CCA
Tints of Shocking Pink #E40CCA
RGB
CMYK
RGB Variations
Color information
#E40CCA (or 0xE40CCA) is known color: Shocking Pink. HEX triplet: E4, 0C and CA. RGB value is (228,12,202). Sum of RGB (Red+Green+Blue) = 228+12+202=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CCA is #1BF335. Grayscale: #616161. Windows color (decimal): -1831734 or 13241572. OLE color: 13241572.
HSL color Cylindrical-coordinate representation of color #E40CCA: hue angle of 307.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CCA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 202 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.11 |
| HSL | 307.22º | 0.9% | 0.47% | - |
| HSV(B) | 307.22º | 0.95% | 0.89% | - |
| XYZ | 42.79 | 21.02 | 57.68 | - |
| YUV | 98.24 | 186.56 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 202 | 0 | 0.95 | 0.11 | 0.11 | 307.22 | 0.9 | 0.47 |
| Hex | E4 | C | CA | 0 | 5F | B | B | 133 | 5A | 2F |
| Octal | 344 | 14 | 312 | 0 | 137 | 13 | 13 | 463 | 132 | 57 |
| Binary | 11100100 | 1100 | 11001010 | 0 | 1011111 | 1011 | 1011 | 100110011 | 1011010 | 101111 |
Color Harmonies of #E40CCA
Complementary color
Monochromatic Colors of #E40CCA
Black with #E40CCA
Text Example
Text Example
White with #E40CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CCA; }
p { color: rgb(228,12,202); }
H1.HeaderClassName
{
color: #E40CCA;
}
.AnyTagClassName
{
color: #E40CCA;
}
</style>
background-color css
<style>
a { background-color: #E40CCA; }
a { background-color: rgb(228,12,202); }
div.DivClassName
{
background-color: #E40CCA;
}
.BgClassName
{
background-color: #E40CCA;
}
</style>
border-color css
<style>
span { border-color: #E40CCA; }
span { border-color: rgb(228,12,202); }
td.TdClassName
{
border-color: #E40CCA;
}
.TagClassName
{
border-color: #E40CCA;
}
</style>