Shades of Deep Pink #E91C8B
Tints of Deep Pink #E91C8B
RGB
CMYK
RGB Variations
Color information
#E91C8B (or 0xE91C8B) is known color: Deep Pink. HEX triplet: E9, 1C and 8B. RGB value is (233,28,139). Sum of RGB (Red+Green+Blue) = 233+28+139=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91C8B is #16E374. Grayscale: #656565. Windows color (decimal): -1500021 or 9116905. OLE color: 9116905.
HSL color Cylindrical-coordinate representation of color #E91C8B: hue angle of 327.51º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91C8B is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 139 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.09 |
| HSL | 327.51º | 0.82% | 0.51% | - |
| HSV(B) | 327.51º | 0.88% | 0.91% | - |
| XYZ | 38.68 | 20.02 | 26.25 | - |
| YUV | 101.95 | 148.92 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 139 | 0 | 0.88 | 0.40 | 0.09 | 327.51 | 0.82 | 0.51 |
| Hex | E9 | 1C | 8B | 0 | 58 | 28 | 9 | 148 | 52 | 33 |
| Octal | 351 | 34 | 213 | 0 | 130 | 50 | 11 | 510 | 122 | 63 |
| Binary | 11101001 | 11100 | 10001011 | 0 | 1011000 | 101000 | 1001 | 101001000 | 1010010 | 110011 |
Color Harmonies of #E91C8B
Complementary color
Monochromatic Colors of #E91C8B
Black with #E91C8B
Text Example
Text Example
White with #E91C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C8B; }
p { color: rgb(233,28,139); }
H1.HeaderClassName
{
color: #E91C8B;
}
.AnyTagClassName
{
color: #E91C8B;
}
</style>
background-color css
<style>
a { background-color: #E91C8B; }
a { background-color: rgb(233,28,139); }
div.DivClassName
{
background-color: #E91C8B;
}
.BgClassName
{
background-color: #E91C8B;
}
</style>
border-color css
<style>
span { border-color: #E91C8B; }
span { border-color: rgb(233,28,139); }
td.TdClassName
{
border-color: #E91C8B;
}
.TagClassName
{
border-color: #E91C8B;
}
</style>