Shades of Deep Pink #E3128F
Tints of Deep Pink #E3128F
RGB
CMYK
RGB Variations
Color information
#E3128F (or 0xE3128F) is known color: Deep Pink. HEX triplet: E3, 12 and 8F. RGB value is (227,18,143). Sum of RGB (Red+Green+Blue) = 227+18+143=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E3128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3128F is #1CED70. Grayscale: #5E5E5E. Windows color (decimal): -1895793 or 9376483. OLE color: 9376483.
HSL color Cylindrical-coordinate representation of color #E3128F: hue angle of 324.11º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E3128F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 143 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.11 |
| HSL | 324.11º | 0.85% | 0.48% | - |
| HSV(B) | 324.11º | 0.92% | 0.89% | - |
| XYZ | 36.85 | 18.75 | 27.66 | - |
| YUV | 94.74 | 155.24 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 143 | 0 | 0.92 | 0.37 | 0.11 | 324.11 | 0.85 | 0.48 |
| Hex | E3 | 12 | 8F | 0 | 5C | 25 | B | 144 | 55 | 30 |
| Octal | 343 | 22 | 217 | 0 | 134 | 45 | 13 | 504 | 125 | 60 |
| Binary | 11100011 | 10010 | 10001111 | 0 | 1011100 | 100101 | 1011 | 101000100 | 1010101 | 110000 |
Color Harmonies of #E3128F
Complementary color
Monochromatic Colors of #E3128F
Black with #E3128F
Text Example
Text Example
White with #E3128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3128F; }
p { color: rgb(227,18,143); }
H1.HeaderClassName
{
color: #E3128F;
}
.AnyTagClassName
{
color: #E3128F;
}
</style>
background-color css
<style>
a { background-color: #E3128F; }
a { background-color: rgb(227,18,143); }
div.DivClassName
{
background-color: #E3128F;
}
.BgClassName
{
background-color: #E3128F;
}
</style>
border-color css
<style>
span { border-color: #E3128F; }
span { border-color: rgb(227,18,143); }
td.TdClassName
{
border-color: #E3128F;
}
.TagClassName
{
border-color: #E3128F;
}
</style>