Shades of Deep Pink #E41C95
Tints of Deep Pink #E41C95
RGB
CMYK
RGB Variations
Color information
#E41C95 (or 0xE41C95) is known color: Deep Pink. HEX triplet: E4, 1C and 95. RGB value is (228,28,149). Sum of RGB (Red+Green+Blue) = 228+28+149=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41C95 is #1BE36A. Grayscale: #656565. Windows color (decimal): -1827691 or 9772260. OLE color: 9772260.
HSL color Cylindrical-coordinate representation of color #E41C95: hue angle of 323.7º 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 #E41C95 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 149 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.11 |
| HSL | 323.7º | 0.79% | 0.5% | - |
| HSV(B) | 323.7º | 0.88% | 0.89% | - |
| XYZ | 37.83 | 19.49 | 30.2 | - |
| YUV | 101.59 | 154.76 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 149 | 0 | 0.88 | 0.35 | 0.11 | 323.7 | 0.79 | 0.5 |
| Hex | E4 | 1C | 95 | 0 | 58 | 23 | B | 144 | 4F | 32 |
| Octal | 344 | 34 | 225 | 0 | 130 | 43 | 13 | 504 | 117 | 62 |
| Binary | 11100100 | 11100 | 10010101 | 0 | 1011000 | 100011 | 1011 | 101000100 | 1001111 | 110010 |
Color Harmonies of #E41C95
Complementary color
Monochromatic Colors of #E41C95
Black with #E41C95
Text Example
Text Example
White with #E41C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C95; }
p { color: rgb(228,28,149); }
H1.HeaderClassName
{
color: #E41C95;
}
.AnyTagClassName
{
color: #E41C95;
}
</style>
background-color css
<style>
a { background-color: #E41C95; }
a { background-color: rgb(228,28,149); }
div.DivClassName
{
background-color: #E41C95;
}
.BgClassName
{
background-color: #E41C95;
}
</style>
border-color css
<style>
span { border-color: #E41C95; }
span { border-color: rgb(228,28,149); }
td.TdClassName
{
border-color: #E41C95;
}
.TagClassName
{
border-color: #E41C95;
}
</style>