Shades of Deep Pink #E91083
Tints of Deep Pink #E91083
RGB
CMYK
RGB Variations
Color information
#E91083 (or 0xE91083) is known color: Deep Pink. HEX triplet: E9, 10 and 83. RGB value is (233,16,131). Sum of RGB (Red+Green+Blue) = 233+16+131=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E91083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91083 is #16EF7C. Grayscale: #5D5D5D. Windows color (decimal): -1503101 or 8589545. OLE color: 8589545.
HSL color Cylindrical-coordinate representation of color #E91083: hue angle of 328.2º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91083 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.09 |
| HSL | 328.2º | 0.87% | 0.49% | - |
| HSV(B) | 328.2º | 0.93% | 0.91% | - |
| XYZ | 37.89 | 19.33 | 23.21 | - |
| YUV | 93.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 131 | 0 | 0.93 | 0.44 | 0.09 | 328.2 | 0.87 | 0.49 |
| Hex | E9 | 10 | 83 | 0 | 5D | 2C | 9 | 148 | 57 | 31 |
| Octal | 351 | 20 | 203 | 0 | 135 | 54 | 11 | 510 | 127 | 61 |
| Binary | 11101001 | 10000 | 10000011 | 0 | 1011101 | 101100 | 1001 | 101001000 | 1010111 | 110001 |
Color Harmonies of #E91083
Complementary color
Monochromatic Colors of #E91083
Black with #E91083
Text Example
Text Example
White with #E91083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91083; }
p { color: rgb(233,16,131); }
H1.HeaderClassName
{
color: #E91083;
}
.AnyTagClassName
{
color: #E91083;
}
</style>
background-color css
<style>
a { background-color: #E91083; }
a { background-color: rgb(233,16,131); }
div.DivClassName
{
background-color: #E91083;
}
.BgClassName
{
background-color: #E91083;
}
</style>
border-color css
<style>
span { border-color: #E91083; }
span { border-color: rgb(233,16,131); }
td.TdClassName
{
border-color: #E91083;
}
.TagClassName
{
border-color: #E91083;
}
</style>