Shades of Shocking Pink #E41DBE
Tints of Shocking Pink #E41DBE
RGB
CMYK
RGB Variations
Color information
#E41DBE (or 0xE41DBE) is known color: Shocking Pink. HEX triplet: E4, 1D and BE. RGB value is (228,29,190). Sum of RGB (Red+Green+Blue) = 228+29+190=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DBE is #1BE241. Grayscale: #6A6A6A. Windows color (decimal): -1827394 or 12459492. OLE color: 12459492.
HSL color Cylindrical-coordinate representation of color #E41DBE: hue angle of 311.46º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41DBE is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 190 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.11 |
| HSL | 311.46º | 0.79% | 0.5% | - |
| HSV(B) | 311.46º | 0.87% | 0.89% | - |
| XYZ | 41.73 | 21.09 | 50.59 | - |
| YUV | 106.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 190 | 0 | 0.87 | 0.17 | 0.11 | 311.46 | 0.79 | 0.5 |
| Hex | E4 | 1D | BE | 0 | 57 | 11 | B | 137 | 4F | 32 |
| Octal | 344 | 35 | 276 | 0 | 127 | 21 | 13 | 467 | 117 | 62 |
| Binary | 11100100 | 11101 | 10111110 | 0 | 1010111 | 10001 | 1011 | 100110111 | 1001111 | 110010 |
Color Harmonies of #E41DBE
Complementary color
Monochromatic Colors of #E41DBE
Black with #E41DBE
Text Example
Text Example
White with #E41DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41DBE; }
p { color: rgb(228,29,190); }
H1.HeaderClassName
{
color: #E41DBE;
}
.AnyTagClassName
{
color: #E41DBE;
}
</style>
background-color css
<style>
a { background-color: #E41DBE; }
a { background-color: rgb(228,29,190); }
div.DivClassName
{
background-color: #E41DBE;
}
.BgClassName
{
background-color: #E41DBE;
}
</style>
border-color css
<style>
span { border-color: #E41DBE; }
span { border-color: rgb(228,29,190); }
td.TdClassName
{
border-color: #E41DBE;
}
.TagClassName
{
border-color: #E41DBE;
}
</style>