Shades of Shocking Pink #E41CCE
Tints of Shocking Pink #E41CCE
RGB
CMYK
RGB Variations
Color information
#E41CCE (or 0xE41CCE) is known color: Shocking Pink. HEX triplet: E4, 1C and CE. RGB value is (228,28,206). Sum of RGB (Red+Green+Blue) = 228+28+206=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CCE is #1BE331. Grayscale: #6B6B6B. Windows color (decimal): -1827634 or 13507812. OLE color: 13507812.
HSL color Cylindrical-coordinate representation of color #E41CCE: hue angle of 306.6º 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 #E41CCE is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 206 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.6º | 0.79% | 0.5% | - |
| HSV(B) | 306.6º | 0.88% | 0.89% | - |
| XYZ | 43.55 | 21.78 | 60.3 | - |
| YUV | 108.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 206 | 0 | 0.88 | 0.10 | 0.11 | 306.6 | 0.79 | 0.5 |
| Hex | E4 | 1C | CE | 0 | 58 | A | B | 133 | 4F | 32 |
| Octal | 344 | 34 | 316 | 0 | 130 | 12 | 13 | 463 | 117 | 62 |
| Binary | 11100100 | 11100 | 11001110 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E41CCE
Complementary color
Monochromatic Colors of #E41CCE
Black with #E41CCE
Text Example
Text Example
White with #E41CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CCE; }
p { color: rgb(228,28,206); }
H1.HeaderClassName
{
color: #E41CCE;
}
.AnyTagClassName
{
color: #E41CCE;
}
</style>
background-color css
<style>
a { background-color: #E41CCE; }
a { background-color: rgb(228,28,206); }
div.DivClassName
{
background-color: #E41CCE;
}
.BgClassName
{
background-color: #E41CCE;
}
</style>
border-color css
<style>
span { border-color: #E41CCE; }
span { border-color: rgb(228,28,206); }
td.TdClassName
{
border-color: #E41CCE;
}
.TagClassName
{
border-color: #E41CCE;
}
</style>