Shades of Deep Pink #E41C96
Tints of Deep Pink #E41C96
RGB
CMYK
RGB Variations
Color information
#E41C96 (or 0xE41C96) is known color: Deep Pink. HEX triplet: E4, 1C and 96. RGB value is (228,28,150). Sum of RGB (Red+Green+Blue) = 228+28+150=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41C96 is #1BE369. Grayscale: #656565. Windows color (decimal): -1827690 or 9837796. OLE color: 9837796.
HSL color Cylindrical-coordinate representation of color #E41C96: hue angle of 323.4º 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 #E41C96 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 150 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.11 |
| HSL | 323.4º | 0.79% | 0.5% | - |
| HSV(B) | 323.4º | 0.88% | 0.89% | - |
| XYZ | 37.92 | 19.53 | 30.62 | - |
| YUV | 101.71 | 155.26 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 150 | 0 | 0.88 | 0.34 | 0.11 | 323.4 | 0.79 | 0.5 |
| Hex | E4 | 1C | 96 | 0 | 58 | 22 | B | 143 | 4F | 32 |
| Octal | 344 | 34 | 226 | 0 | 130 | 42 | 13 | 503 | 117 | 62 |
| Binary | 11100100 | 11100 | 10010110 | 0 | 1011000 | 100010 | 1011 | 101000011 | 1001111 | 110010 |
Color Harmonies of #E41C96
Complementary color
Monochromatic Colors of #E41C96
Black with #E41C96
Text Example
Text Example
White with #E41C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C96; }
p { color: rgb(228,28,150); }
H1.HeaderClassName
{
color: #E41C96;
}
.AnyTagClassName
{
color: #E41C96;
}
</style>
background-color css
<style>
a { background-color: #E41C96; }
a { background-color: rgb(228,28,150); }
div.DivClassName
{
background-color: #E41C96;
}
.BgClassName
{
background-color: #E41C96;
}
</style>
border-color css
<style>
span { border-color: #E41C96; }
span { border-color: rgb(228,28,150); }
td.TdClassName
{
border-color: #E41C96;
}
.TagClassName
{
border-color: #E41C96;
}
</style>