Shades of Shocking Pink #E41BCD
Tints of Shocking Pink #E41BCD
RGB
CMYK
RGB Variations
Color information
#E41BCD (or 0xE41BCD) is known color: Shocking Pink. HEX triplet: E4, 1B and CD. RGB value is (228,27,205). Sum of RGB (Red+Green+Blue) = 228+27+205=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E41BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41BCD is #1BE432. Grayscale: #6A6A6A. Windows color (decimal): -1827891 or 13442020. OLE color: 13442020.
HSL color Cylindrical-coordinate representation of color #E41BCD: hue angle of 306.87º 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 #E41BCD is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.87º | 0.79% | 0.5% | - |
| HSV(B) | 306.87º | 0.88% | 0.89% | - |
| XYZ | 43.41 | 21.69 | 59.66 | - |
| YUV | 107.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 27 | 205 | 0 | 0.88 | 0.10 | 0.11 | 306.87 | 0.79 | 0.5 |
| Hex | E4 | 1B | CD | 0 | 58 | A | B | 133 | 4F | 32 |
| Octal | 344 | 33 | 315 | 0 | 130 | 12 | 13 | 463 | 117 | 62 |
| Binary | 11100100 | 11011 | 11001101 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001111 | 110010 |
Color Harmonies of #E41BCD
Complementary color
Monochromatic Colors of #E41BCD
Black with #E41BCD
Text Example
Text Example
White with #E41BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41BCD; }
p { color: rgb(228,27,205); }
H1.HeaderClassName
{
color: #E41BCD;
}
.AnyTagClassName
{
color: #E41BCD;
}
</style>
background-color css
<style>
a { background-color: #E41BCD; }
a { background-color: rgb(228,27,205); }
div.DivClassName
{
background-color: #E41BCD;
}
.BgClassName
{
background-color: #E41BCD;
}
</style>
border-color css
<style>
span { border-color: #E41BCD; }
span { border-color: rgb(228,27,205); }
td.TdClassName
{
border-color: #E41BCD;
}
.TagClassName
{
border-color: #E41BCD;
}
</style>