Shades of Shocking Pink #E41CCD
Tints of Shocking Pink #E41CCD
RGB
CMYK
RGB Variations
Color information
#E41CCD (or 0xE41CCD) is known color: Shocking Pink. HEX triplet: E4, 1C and CD. RGB value is (228,28,205). Sum of RGB (Red+Green+Blue) = 228+28+205=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CCD is #1BE332. Grayscale: #6B6B6B. Windows color (decimal): -1827635 or 13442276. OLE color: 13442276.
HSL color Cylindrical-coordinate representation of color #E41CCD: hue angle of 306.9º degrees, saturation: 0.79, 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 #E41CCD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 205 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.9º | 0.79% | 0.5% | - |
| HSV(B) | 306.9º | 0.88% | 0.89% | - |
| XYZ | 43.43 | 21.73 | 59.66 | - |
| YUV | 107.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 205 | 0 | 0.88 | 0.10 | 0.11 | 306.9 | 0.79 | 0.5 |
| Hex | E4 | 1C | CD | 0 | 58 | A | B | 133 | 4F | 32 |
| Octal | 344 | 34 | 315 | 0 | 130 | 12 | 13 | 463 | 117 | 62 |
| Binary | 11100100 | 11100 | 11001101 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E41CCD
Complementary color
Monochromatic Colors of #E41CCD
Black with #E41CCD
Text Example
Text Example
White with #E41CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CCD; }
p { color: rgb(228,28,205); }
H1.HeaderClassName
{
color: #E41CCD;
}
.AnyTagClassName
{
color: #E41CCD;
}
</style>
background-color css
<style>
a { background-color: #E41CCD; }
a { background-color: rgb(228,28,205); }
div.DivClassName
{
background-color: #E41CCD;
}
.BgClassName
{
background-color: #E41CCD;
}
</style>
border-color css
<style>
span { border-color: #E41CCD; }
span { border-color: rgb(228,28,205); }
td.TdClassName
{
border-color: #E41CCD;
}
.TagClassName
{
border-color: #E41CCD;
}
</style>