Shades of Deep Pink #E3138F
Tints of Deep Pink #E3138F
RGB
CMYK
RGB Variations
Color information
#E3138F (or 0xE3138F) is known color: Deep Pink. HEX triplet: E3, 13 and 8F. RGB value is (227,19,143). Sum of RGB (Red+Green+Blue) = 227+19+143=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E3138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3138F is #1CEC70. Grayscale: #5F5F5F. Windows color (decimal): -1895537 or 9376739. OLE color: 9376739.
HSL color Cylindrical-coordinate representation of color #E3138F: hue angle of 324.23º 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 #E3138F is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 143 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.11 |
| HSL | 324.23º | 0.85% | 0.48% | - |
| HSV(B) | 324.23º | 0.92% | 0.89% | - |
| XYZ | 36.87 | 18.78 | 27.67 | - |
| YUV | 95.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 143 | 0 | 0.92 | 0.37 | 0.11 | 324.23 | 0.85 | 0.48 |
| Hex | E3 | 13 | 8F | 0 | 5C | 25 | B | 144 | 55 | 30 |
| Octal | 343 | 23 | 217 | 0 | 134 | 45 | 13 | 504 | 125 | 60 |
| Binary | 11100011 | 10011 | 10001111 | 0 | 1011100 | 100101 | 1011 | 101000100 | 1010101 | 110000 |
Color Harmonies of #E3138F
Complementary color
Monochromatic Colors of #E3138F
Black with #E3138F
Text Example
Text Example
White with #E3138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3138F; }
p { color: rgb(227,19,143); }
H1.HeaderClassName
{
color: #E3138F;
}
.AnyTagClassName
{
color: #E3138F;
}
</style>
background-color css
<style>
a { background-color: #E3138F; }
a { background-color: rgb(227,19,143); }
div.DivClassName
{
background-color: #E3138F;
}
.BgClassName
{
background-color: #E3138F;
}
</style>
border-color css
<style>
span { border-color: #E3138F; }
span { border-color: rgb(227,19,143); }
td.TdClassName
{
border-color: #E3138F;
}
.TagClassName
{
border-color: #E3138F;
}
</style>