Shades of Deep Pink #E90C8A
Tints of Deep Pink #E90C8A
RGB
CMYK
RGB Variations
Color information
#E90C8A (or 0xE90C8A) is known color: Deep Pink. HEX triplet: E9, 0C and 8A. RGB value is (233,12,138). Sum of RGB (Red+Green+Blue) = 233+12+138=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90C8A is #16F375. Grayscale: #5C5C5C. Windows color (decimal): -1504118 or 9047273. OLE color: 9047273.
HSL color Cylindrical-coordinate representation of color #E90C8A: hue angle of 325.79º 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 #E90C8A is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.09 |
| HSL | 325.79º | 0.9% | 0.48% | - |
| HSV(B) | 325.79º | 0.95% | 0.91% | - |
| XYZ | 38.32 | 19.42 | 25.77 | - |
| YUV | 92.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 138 | 0 | 0.95 | 0.41 | 0.09 | 325.79 | 0.9 | 0.48 |
| Hex | E9 | C | 8A | 0 | 5F | 29 | 9 | 146 | 5A | 30 |
| Octal | 351 | 14 | 212 | 0 | 137 | 51 | 11 | 506 | 132 | 60 |
| Binary | 11101001 | 1100 | 10001010 | 0 | 1011111 | 101001 | 1001 | 101000110 | 1011010 | 110000 |
Color Harmonies of #E90C8A
Complementary color
Monochromatic Colors of #E90C8A
Black with #E90C8A
Text Example
Text Example
White with #E90C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C8A; }
p { color: rgb(233,12,138); }
H1.HeaderClassName
{
color: #E90C8A;
}
.AnyTagClassName
{
color: #E90C8A;
}
</style>
background-color css
<style>
a { background-color: #E90C8A; }
a { background-color: rgb(233,12,138); }
div.DivClassName
{
background-color: #E90C8A;
}
.BgClassName
{
background-color: #E90C8A;
}
</style>
border-color css
<style>
span { border-color: #E90C8A; }
span { border-color: rgb(233,12,138); }
td.TdClassName
{
border-color: #E90C8A;
}
.TagClassName
{
border-color: #E90C8A;
}
</style>