Shades of Deep Pink #E4198F
Tints of Deep Pink #E4198F
RGB
CMYK
RGB Variations
Color information
#E4198F (or 0xE4198F) is known color: Deep Pink. HEX triplet: E4, 19 and 8F. RGB value is (228,25,143). Sum of RGB (Red+Green+Blue) = 228+25+143=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E4198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E4198F is #1BE670. Grayscale: #626262. Windows color (decimal): -1828465 or 9378276. OLE color: 9378276.
HSL color Cylindrical-coordinate representation of color #E4198F: hue angle of 325.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4198F is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 143 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.11 |
| HSL | 325.12º | 0.8% | 0.5% | - |
| HSV(B) | 325.12º | 0.89% | 0.89% | - |
| XYZ | 37.3 | 19.17 | 27.72 | - |
| YUV | 99.15 | 152.75 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 143 | 0 | 0.89 | 0.37 | 0.11 | 325.12 | 0.8 | 0.5 |
| Hex | E4 | 19 | 8F | 0 | 59 | 25 | B | 145 | 50 | 32 |
| Octal | 344 | 31 | 217 | 0 | 131 | 45 | 13 | 505 | 120 | 62 |
| Binary | 11100100 | 11001 | 10001111 | 0 | 1011001 | 100101 | 1011 | 101000101 | 1010000 | 110010 |
Color Harmonies of #E4198F
Complementary color
Monochromatic Colors of #E4198F
Black with #E4198F
Text Example
Text Example
White with #E4198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4198F; }
p { color: rgb(228,25,143); }
H1.HeaderClassName
{
color: #E4198F;
}
.AnyTagClassName
{
color: #E4198F;
}
</style>
background-color css
<style>
a { background-color: #E4198F; }
a { background-color: rgb(228,25,143); }
div.DivClassName
{
background-color: #E4198F;
}
.BgClassName
{
background-color: #E4198F;
}
</style>
border-color css
<style>
span { border-color: #E4198F; }
span { border-color: rgb(228,25,143); }
td.TdClassName
{
border-color: #E4198F;
}
.TagClassName
{
border-color: #E4198F;
}
</style>