Shades of Deep Pink #E31898
Tints of Deep Pink #E31898
RGB
CMYK
RGB Variations
Color information
#E31898 (or 0xE31898) is known color: Deep Pink. HEX triplet: E3, 18 and 98. RGB value is (227,24,152). Sum of RGB (Red+Green+Blue) = 227+24+152=403 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.33% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 227 - color contains mainly: red. Hex color #E31898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31898 is #1CE767. Grayscale: #626262. Windows color (decimal): -1894248 or 9967843. OLE color: 9967843.
HSL color Cylindrical-coordinate representation of color #E31898: hue angle of 322.17º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31898 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 152 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.11 |
| HSL | 322.17º | 0.81% | 0.49% | - |
| HSV(B) | 322.17º | 0.89% | 0.89% | - |
| XYZ | 37.67 | 19.25 | 31.44 | - |
| YUV | 99.29 | 157.75 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 152 | 0 | 0.89 | 0.33 | 0.11 | 322.17 | 0.81 | 0.49 |
| Hex | E3 | 18 | 98 | 0 | 59 | 21 | B | 142 | 51 | 31 |
| Octal | 343 | 30 | 230 | 0 | 131 | 41 | 13 | 502 | 121 | 61 |
| Binary | 11100011 | 11000 | 10011000 | 0 | 1011001 | 100001 | 1011 | 101000010 | 1010001 | 110001 |
Color Harmonies of #E31898
Complementary color
Monochromatic Colors of #E31898
Black with #E31898
Text Example
Text Example
White with #E31898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31898; }
p { color: rgb(227,24,152); }
H1.HeaderClassName
{
color: #E31898;
}
.AnyTagClassName
{
color: #E31898;
}
</style>
background-color css
<style>
a { background-color: #E31898; }
a { background-color: rgb(227,24,152); }
div.DivClassName
{
background-color: #E31898;
}
.BgClassName
{
background-color: #E31898;
}
</style>
border-color css
<style>
span { border-color: #E31898; }
span { border-color: rgb(227,24,152); }
td.TdClassName
{
border-color: #E31898;
}
.TagClassName
{
border-color: #E31898;
}
</style>