Shades of Shocking Pink #E40CC9
Tints of Shocking Pink #E40CC9
RGB
CMYK
RGB Variations
Color information
#E40CC9 (or 0xE40CC9) is known color: Shocking Pink. HEX triplet: E4, 0C and C9. RGB value is (228,12,201). Sum of RGB (Red+Green+Blue) = 228+12+201=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CC9 is #1BF336. Grayscale: #616161. Windows color (decimal): -1831735 or 13176036. OLE color: 13176036.
HSL color Cylindrical-coordinate representation of color #E40CC9: hue angle of 307.5º 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 #E40CC9 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 201 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.11 |
| HSL | 307.5º | 0.9% | 0.47% | - |
| HSV(B) | 307.5º | 0.95% | 0.89% | - |
| XYZ | 42.67 | 20.97 | 57.06 | - |
| YUV | 98.13 | 186.06 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 201 | 0 | 0.95 | 0.12 | 0.11 | 307.5 | 0.9 | 0.47 |
| Hex | E4 | C | C9 | 0 | 5F | C | B | 134 | 5A | 2F |
| Octal | 344 | 14 | 311 | 0 | 137 | 14 | 13 | 464 | 132 | 57 |
| Binary | 11100100 | 1100 | 11001001 | 0 | 1011111 | 1100 | 1011 | 100110100 | 1011010 | 101111 |
Color Harmonies of #E40CC9
Complementary color
Monochromatic Colors of #E40CC9
Black with #E40CC9
Text Example
Text Example
White with #E40CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CC9; }
p { color: rgb(228,12,201); }
H1.HeaderClassName
{
color: #E40CC9;
}
.AnyTagClassName
{
color: #E40CC9;
}
</style>
background-color css
<style>
a { background-color: #E40CC9; }
a { background-color: rgb(228,12,201); }
div.DivClassName
{
background-color: #E40CC9;
}
.BgClassName
{
background-color: #E40CC9;
}
</style>
border-color css
<style>
span { border-color: #E40CC9; }
span { border-color: rgb(228,12,201); }
td.TdClassName
{
border-color: #E40CC9;
}
.TagClassName
{
border-color: #E40CC9;
}
</style>