Shades of Shocking Pink #E41ACC
Tints of Shocking Pink #E41ACC
RGB
CMYK
RGB Variations
Color information
#E41ACC (or 0xE41ACC) is known color: Shocking Pink. HEX triplet: E4, 1A and CC. RGB value is (228,26,204). Sum of RGB (Red+Green+Blue) = 228+26+204=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ACC is #1BE533. Grayscale: #6A6A6A. Windows color (decimal): -1828148 or 13376228. OLE color: 13376228.
HSL color Cylindrical-coordinate representation of color #E41ACC: hue angle of 307.13º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41ACC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 204 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.11 |
| HSL | 307.13º | 0.8% | 0.5% | - |
| HSV(B) | 307.13º | 0.89% | 0.89% | - |
| XYZ | 43.26 | 21.59 | 59.01 | - |
| YUV | 106.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 204 | 0 | 0.89 | 0.11 | 0.11 | 307.13 | 0.8 | 0.5 |
| Hex | E4 | 1A | CC | 0 | 59 | B | B | 133 | 50 | 32 |
| Octal | 344 | 32 | 314 | 0 | 131 | 13 | 13 | 463 | 120 | 62 |
| Binary | 11100100 | 11010 | 11001100 | 0 | 1011001 | 1011 | 1011 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E41ACC
Complementary color
Monochromatic Colors of #E41ACC
Black with #E41ACC
Text Example
Text Example
White with #E41ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41ACC; }
p { color: rgb(228,26,204); }
H1.HeaderClassName
{
color: #E41ACC;
}
.AnyTagClassName
{
color: #E41ACC;
}
</style>
background-color css
<style>
a { background-color: #E41ACC; }
a { background-color: rgb(228,26,204); }
div.DivClassName
{
background-color: #E41ACC;
}
.BgClassName
{
background-color: #E41ACC;
}
</style>
border-color css
<style>
span { border-color: #E41ACC; }
span { border-color: rgb(228,26,204); }
td.TdClassName
{
border-color: #E41ACC;
}
.TagClassName
{
border-color: #E41ACC;
}
</style>