Shades of Deep Pink #E91081
Tints of Deep Pink #E91081
RGB
CMYK
RGB Variations
Color information
#E91081 (or 0xE91081) is known color: Deep Pink. HEX triplet: E9, 10 and 81. RGB value is (233,16,129). Sum of RGB (Red+Green+Blue) = 233+16+129=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E91081 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91081 is #16EF7E. Grayscale: #5D5D5D. Windows color (decimal): -1503103 or 8458473. OLE color: 8458473.
HSL color Cylindrical-coordinate representation of color #E91081: hue angle of 328.76º 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 #E91081 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 129 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.09 |
| HSL | 328.76º | 0.87% | 0.49% | - |
| HSV(B) | 328.76º | 0.93% | 0.91% | - |
| XYZ | 37.75 | 19.28 | 22.5 | - |
| YUV | 93.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 129 | 0 | 0.93 | 0.45 | 0.09 | 328.76 | 0.87 | 0.49 |
| Hex | E9 | 10 | 81 | 0 | 5D | 2D | 9 | 149 | 57 | 31 |
| Octal | 351 | 20 | 201 | 0 | 135 | 55 | 11 | 511 | 127 | 61 |
| Binary | 11101001 | 10000 | 10000001 | 0 | 1011101 | 101101 | 1001 | 101001001 | 1010111 | 110001 |
Color Harmonies of #E91081
Complementary color
Monochromatic Colors of #E91081
Black with #E91081
Text Example
Text Example
White with #E91081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91081; }
p { color: rgb(233,16,129); }
H1.HeaderClassName
{
color: #E91081;
}
.AnyTagClassName
{
color: #E91081;
}
</style>
background-color css
<style>
a { background-color: #E91081; }
a { background-color: rgb(233,16,129); }
div.DivClassName
{
background-color: #E91081;
}
.BgClassName
{
background-color: #E91081;
}
</style>
border-color css
<style>
span { border-color: #E91081; }
span { border-color: rgb(233,16,129); }
td.TdClassName
{
border-color: #E91081;
}
.TagClassName
{
border-color: #E91081;
}
</style>