Shades of Deep Pink #E9148A
Tints of Deep Pink #E9148A
RGB
CMYK
RGB Variations
Color information
#E9148A (or 0xE9148A) is known color: Deep Pink. HEX triplet: E9, 14 and 8A. RGB value is (233,20,138). Sum of RGB (Red+Green+Blue) = 233+20+138=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E9148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9148A is #16EB75. Grayscale: #606060. Windows color (decimal): -1502070 or 9049321. OLE color: 9049321.
HSL color Cylindrical-coordinate representation of color #E9148A: hue angle of 326.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9148A is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 138 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.09 |
| HSL | 326.76º | 0.84% | 0.5% | - |
| HSV(B) | 326.76º | 0.91% | 0.91% | - |
| XYZ | 38.44 | 19.66 | 25.81 | - |
| YUV | 97.14 | 151.07 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 138 | 0 | 0.91 | 0.41 | 0.09 | 326.76 | 0.84 | 0.5 |
| Hex | E9 | 14 | 8A | 0 | 5B | 29 | 9 | 147 | 54 | 32 |
| Octal | 351 | 24 | 212 | 0 | 133 | 51 | 11 | 507 | 124 | 62 |
| Binary | 11101001 | 10100 | 10001010 | 0 | 1011011 | 101001 | 1001 | 101000111 | 1010100 | 110010 |
Color Harmonies of #E9148A
Complementary color
Monochromatic Colors of #E9148A
Black with #E9148A
Text Example
Text Example
White with #E9148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9148A; }
p { color: rgb(233,20,138); }
H1.HeaderClassName
{
color: #E9148A;
}
.AnyTagClassName
{
color: #E9148A;
}
</style>
background-color css
<style>
a { background-color: #E9148A; }
a { background-color: rgb(233,20,138); }
div.DivClassName
{
background-color: #E9148A;
}
.BgClassName
{
background-color: #E9148A;
}
</style>
border-color css
<style>
span { border-color: #E9148A; }
span { border-color: rgb(233,20,138); }
td.TdClassName
{
border-color: #E9148A;
}
.TagClassName
{
border-color: #E9148A;
}
</style>