Shades of Deep Pink #E90C8F
Tints of Deep Pink #E90C8F
RGB
CMYK
RGB Variations
Color information
#E90C8F (or 0xE90C8F) is known color: Deep Pink. HEX triplet: E9, 0C and 8F. RGB value is (233,12,143). Sum of RGB (Red+Green+Blue) = 233+12+143=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C8F is #16F370. Grayscale: #5C5C5C. Windows color (decimal): -1504113 or 9374953. OLE color: 9374953.
HSL color Cylindrical-coordinate representation of color #E90C8F: hue angle of 324.43º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C8F is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 143 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.09 |
| HSL | 324.43º | 0.9% | 0.48% | - |
| HSV(B) | 324.43º | 0.95% | 0.91% | - |
| XYZ | 38.69 | 19.57 | 27.72 | - |
| YUV | 93.01 | 156.22 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 143 | 0 | 0.95 | 0.39 | 0.09 | 324.43 | 0.9 | 0.48 |
| Hex | E9 | C | 8F | 0 | 5F | 27 | 9 | 144 | 5A | 30 |
| Octal | 351 | 14 | 217 | 0 | 137 | 47 | 11 | 504 | 132 | 60 |
| Binary | 11101001 | 1100 | 10001111 | 0 | 1011111 | 100111 | 1001 | 101000100 | 1011010 | 110000 |
Color Harmonies of #E90C8F
Complementary color
Monochromatic Colors of #E90C8F
Black with #E90C8F
Text Example
Text Example
White with #E90C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C8F; }
p { color: rgb(233,12,143); }
H1.HeaderClassName
{
color: #E90C8F;
}
.AnyTagClassName
{
color: #E90C8F;
}
</style>
background-color css
<style>
a { background-color: #E90C8F; }
a { background-color: rgb(233,12,143); }
div.DivClassName
{
background-color: #E90C8F;
}
.BgClassName
{
background-color: #E90C8F;
}
</style>
border-color css
<style>
span { border-color: #E90C8F; }
span { border-color: rgb(233,12,143); }
td.TdClassName
{
border-color: #E90C8F;
}
.TagClassName
{
border-color: #E90C8F;
}
</style>