Shades of Deep Pink #E9148C
Tints of Deep Pink #E9148C
RGB
CMYK
RGB Variations
Color information
#E9148C (or 0xE9148C) is known color: Deep Pink. HEX triplet: E9, 14 and 8C. RGB value is (233,20,140). Sum of RGB (Red+Green+Blue) = 233+20+140=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E9148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9148C is #16EB73. Grayscale: #616161. Windows color (decimal): -1502068 or 9180393. OLE color: 9180393.
HSL color Cylindrical-coordinate representation of color #E9148C: hue angle of 326.2º 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 #E9148C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 140 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.09 |
| HSL | 326.2º | 0.84% | 0.5% | - |
| HSV(B) | 326.2º | 0.91% | 0.91% | - |
| XYZ | 38.59 | 19.72 | 26.58 | - |
| YUV | 97.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 140 | 0 | 0.91 | 0.40 | 0.09 | 326.2 | 0.84 | 0.5 |
| Hex | E9 | 14 | 8C | 0 | 5B | 28 | 9 | 146 | 54 | 32 |
| Octal | 351 | 24 | 214 | 0 | 133 | 50 | 11 | 506 | 124 | 62 |
| Binary | 11101001 | 10100 | 10001100 | 0 | 1011011 | 101000 | 1001 | 101000110 | 1010100 | 110010 |
Color Harmonies of #E9148C
Complementary color
Monochromatic Colors of #E9148C
Black with #E9148C
Text Example
Text Example
White with #E9148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9148C; }
p { color: rgb(233,20,140); }
H1.HeaderClassName
{
color: #E9148C;
}
.AnyTagClassName
{
color: #E9148C;
}
</style>
background-color css
<style>
a { background-color: #E9148C; }
a { background-color: rgb(233,20,140); }
div.DivClassName
{
background-color: #E9148C;
}
.BgClassName
{
background-color: #E9148C;
}
</style>
border-color css
<style>
span { border-color: #E9148C; }
span { border-color: rgb(233,20,140); }
td.TdClassName
{
border-color: #E9148C;
}
.TagClassName
{
border-color: #E9148C;
}
</style>