Shades of Deep Pink #E41593
Tints of Deep Pink #E41593
RGB
CMYK
RGB Variations
Color information
#E41593 (or 0xE41593) is known color: Deep Pink. HEX triplet: E4, 15 and 93. RGB value is (228,21,147). Sum of RGB (Red+Green+Blue) = 228+21+147=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E41593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E41593 is #1BEA6C. Grayscale: #606060. Windows color (decimal): -1829485 or 9639396. OLE color: 9639396.
HSL color Cylindrical-coordinate representation of color #E41593: hue angle of 323.48º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41593 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 147 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.11 |
| HSL | 323.48º | 0.83% | 0.49% | - |
| HSV(B) | 323.48º | 0.91% | 0.89% | - |
| XYZ | 37.53 | 19.14 | 29.32 | - |
| YUV | 97.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 147 | 0 | 0.91 | 0.36 | 0.11 | 323.48 | 0.83 | 0.49 |
| Hex | E4 | 15 | 93 | 0 | 5B | 24 | B | 143 | 53 | 31 |
| Octal | 344 | 25 | 223 | 0 | 133 | 44 | 13 | 503 | 123 | 61 |
| Binary | 11100100 | 10101 | 10010011 | 0 | 1011011 | 100100 | 1011 | 101000011 | 1010011 | 110001 |
Color Harmonies of #E41593
Complementary color
Monochromatic Colors of #E41593
Black with #E41593
Text Example
Text Example
White with #E41593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41593; }
p { color: rgb(228,21,147); }
H1.HeaderClassName
{
color: #E41593;
}
.AnyTagClassName
{
color: #E41593;
}
</style>
background-color css
<style>
a { background-color: #E41593; }
a { background-color: rgb(228,21,147); }
div.DivClassName
{
background-color: #E41593;
}
.BgClassName
{
background-color: #E41593;
}
</style>
border-color css
<style>
span { border-color: #E41593; }
span { border-color: rgb(228,21,147); }
td.TdClassName
{
border-color: #E41593;
}
.TagClassName
{
border-color: #E41593;
}
</style>