Shades of Shocking Pink #E40CC1
Tints of Shocking Pink #E40CC1
RGB
CMYK
RGB Variations
Color information
#E40CC1 (or 0xE40CC1) is known color: Shocking Pink. HEX triplet: E4, 0C and C1. RGB value is (228,12,193). Sum of RGB (Red+Green+Blue) = 228+12+193=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E40CC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40CC1 is #1BF33E. Grayscale: #606060. Windows color (decimal): -1831743 or 12651748. OLE color: 12651748.
HSL color Cylindrical-coordinate representation of color #E40CC1: hue angle of 309.72º 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 #E40CC1 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 12 | 193 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.11 |
| HSL | 309.72º | 0.9% | 0.47% | - |
| HSV(B) | 309.72º | 0.95% | 0.89% | - |
| XYZ | 41.75 | 20.61 | 52.23 | - |
| YUV | 97.22 | 182.06 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 12 | 193 | 0 | 0.95 | 0.15 | 0.11 | 309.72 | 0.9 | 0.47 |
| Hex | E4 | C | C1 | 0 | 5F | F | B | 136 | 5A | 2F |
| Octal | 344 | 14 | 301 | 0 | 137 | 17 | 13 | 466 | 132 | 57 |
| Binary | 11100100 | 1100 | 11000001 | 0 | 1011111 | 1111 | 1011 | 100110110 | 1011010 | 101111 |
Color Harmonies of #E40CC1
Complementary color
Monochromatic Colors of #E40CC1
Black with #E40CC1
Text Example
Text Example
White with #E40CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40CC1; }
p { color: rgb(228,12,193); }
H1.HeaderClassName
{
color: #E40CC1;
}
.AnyTagClassName
{
color: #E40CC1;
}
</style>
background-color css
<style>
a { background-color: #E40CC1; }
a { background-color: rgb(228,12,193); }
div.DivClassName
{
background-color: #E40CC1;
}
.BgClassName
{
background-color: #E40CC1;
}
</style>
border-color css
<style>
span { border-color: #E40CC1; }
span { border-color: rgb(228,12,193); }
td.TdClassName
{
border-color: #E40CC1;
}
.TagClassName
{
border-color: #E40CC1;
}
</style>