Shades of Shocking Pink #E41ACE
Tints of Shocking Pink #E41ACE
RGB
CMYK
RGB Variations
Color information
#E41ACE (or 0xE41ACE) is known color: Shocking Pink. HEX triplet: E4, 1A and CE. RGB value is (228,26,206). Sum of RGB (Red+Green+Blue) = 228+26+206=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ACE is #1BE531. Grayscale: #6A6A6A. Windows color (decimal): -1828146 or 13507300. OLE color: 13507300.
HSL color Cylindrical-coordinate representation of color #E41ACE: hue angle of 306.53º 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 #E41ACE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 206 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.11 |
| HSL | 306.53º | 0.8% | 0.5% | - |
| HSV(B) | 306.53º | 0.89% | 0.89% | - |
| XYZ | 43.5 | 21.69 | 60.29 | - |
| YUV | 106.92 | 183.92 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 206 | 0 | 0.89 | 0.10 | 0.11 | 306.53 | 0.8 | 0.5 |
| Hex | E4 | 1A | CE | 0 | 59 | A | B | 133 | 50 | 32 |
| Octal | 344 | 32 | 316 | 0 | 131 | 12 | 13 | 463 | 120 | 62 |
| Binary | 11100100 | 11010 | 11001110 | 0 | 1011001 | 1010 | 1011 | 100110011 | 1010000 | 110010 |
Color Harmonies of #E41ACE
Complementary color
Monochromatic Colors of #E41ACE
Black with #E41ACE
Text Example
Text Example
White with #E41ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41ACE; }
p { color: rgb(228,26,206); }
H1.HeaderClassName
{
color: #E41ACE;
}
.AnyTagClassName
{
color: #E41ACE;
}
</style>
background-color css
<style>
a { background-color: #E41ACE; }
a { background-color: rgb(228,26,206); }
div.DivClassName
{
background-color: #E41ACE;
}
.BgClassName
{
background-color: #E41ACE;
}
</style>
border-color css
<style>
span { border-color: #E41ACE; }
span { border-color: rgb(228,26,206); }
td.TdClassName
{
border-color: #E41ACE;
}
.TagClassName
{
border-color: #E41ACE;
}
</style>