Shades of Shocking Pink #E41CBC
Tints of Shocking Pink #E41CBC
RGB
CMYK
RGB Variations
Color information
#E41CBC (or 0xE41CBC) is known color: Shocking Pink. HEX triplet: E4, 1C and BC. RGB value is (228,28,188). Sum of RGB (Red+Green+Blue) = 228+28+188=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E41CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41CBC is #1BE343. Grayscale: #696969. Windows color (decimal): -1827652 or 12328164. OLE color: 12328164.
HSL color Cylindrical-coordinate representation of color #E41CBC: hue angle of 312º 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 #E41CBC is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 188 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.11 |
| HSL | 312º | 0.79% | 0.5% | - |
| HSV(B) | 312º | 0.88% | 0.89% | - |
| XYZ | 41.49 | 20.96 | 49.44 | - |
| YUV | 106.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 188 | 0 | 0.88 | 0.18 | 0.11 | 312 | 0.79 | 0.5 |
| Hex | E4 | 1C | BC | 0 | 58 | 12 | B | 138 | 4F | 32 |
| Octal | 344 | 34 | 274 | 0 | 130 | 22 | 13 | 470 | 117 | 62 |
| Binary | 11100100 | 11100 | 10111100 | 0 | 1011000 | 10010 | 1011 | 100111000 | 1001111 | 110010 |
Color Harmonies of #E41CBC
Complementary color
Monochromatic Colors of #E41CBC
Black with #E41CBC
Text Example
Text Example
White with #E41CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41CBC; }
p { color: rgb(228,28,188); }
H1.HeaderClassName
{
color: #E41CBC;
}
.AnyTagClassName
{
color: #E41CBC;
}
</style>
background-color css
<style>
a { background-color: #E41CBC; }
a { background-color: rgb(228,28,188); }
div.DivClassName
{
background-color: #E41CBC;
}
.BgClassName
{
background-color: #E41CBC;
}
</style>
border-color css
<style>
span { border-color: #E41CBC; }
span { border-color: rgb(228,28,188); }
td.TdClassName
{
border-color: #E41CBC;
}
.TagClassName
{
border-color: #E41CBC;
}
</style>