Shades of Deep Pink #E90484
Tints of Deep Pink #E90484
RGB
CMYK
RGB Variations
Color information
#E90484 (or 0xE90484) is known color: Deep Pink. HEX triplet: E9, 04 and 84. RGB value is (233,4,132). Sum of RGB (Red+Green+Blue) = 233+4+132=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E90484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90484 is #16FB7B. Grayscale: #565656. Windows color (decimal): -1506172 or 8652009. OLE color: 8652009.
HSL color Cylindrical-coordinate representation of color #E90484: hue angle of 326.46º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90484 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.09 |
| HSL | 326.46º | 0.97% | 0.46% | - |
| HSV(B) | 326.46º | 0.98% | 0.91% | - |
| XYZ | 37.81 | 19.08 | 23.52 | - |
| YUV | 87.06 | 153.37 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 132 | 0 | 0.98 | 0.43 | 0.09 | 326.46 | 0.97 | 0.46 |
| Hex | E9 | 4 | 84 | 0 | 62 | 2B | 9 | 146 | 61 | 2E |
| Octal | 351 | 4 | 204 | 0 | 142 | 53 | 11 | 506 | 141 | 56 |
| Binary | 11101001 | 100 | 10000100 | 0 | 1100010 | 101011 | 1001 | 101000110 | 1100001 | 101110 |
Color Harmonies of #E90484
Complementary color
Monochromatic Colors of #E90484
Black with #E90484
Text Example
Text Example
White with #E90484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90484; }
p { color: rgb(233,4,132); }
H1.HeaderClassName
{
color: #E90484;
}
.AnyTagClassName
{
color: #E90484;
}
</style>
background-color css
<style>
a { background-color: #E90484; }
a { background-color: rgb(233,4,132); }
div.DivClassName
{
background-color: #E90484;
}
.BgClassName
{
background-color: #E90484;
}
</style>
border-color css
<style>
span { border-color: #E90484; }
span { border-color: rgb(233,4,132); }
td.TdClassName
{
border-color: #E90484;
}
.TagClassName
{
border-color: #E90484;
}
</style>