Shades of Deep Pink #E90C7E
Tints of Deep Pink #E90C7E
RGB
CMYK
RGB Variations
Color information
#E90C7E (or 0xE90C7E) is known color: Deep Pink. HEX triplet: E9, 0C and 7E. RGB value is (233,12,126). Sum of RGB (Red+Green+Blue) = 233+12+126=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90C7E is #16F381. Grayscale: #5A5A5A. Windows color (decimal): -1504130 or 8260841. OLE color: 8260841.
HSL color Cylindrical-coordinate representation of color #E90C7E: hue angle of 329.05º 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 #E90C7E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 12 | 126 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.09 |
| HSL | 329.05º | 0.9% | 0.48% | - |
| HSV(B) | 329.05º | 0.95% | 0.91% | - |
| XYZ | 37.5 | 19.09 | 21.45 | - |
| YUV | 91.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 126 | 0 | 0.95 | 0.46 | 0.09 | 329.05 | 0.9 | 0.48 |
| Hex | E9 | C | 7E | 0 | 5F | 2E | 9 | 149 | 5A | 30 |
| Octal | 351 | 14 | 176 | 0 | 137 | 56 | 11 | 511 | 132 | 60 |
| Binary | 11101001 | 1100 | 1111110 | 0 | 1011111 | 101110 | 1001 | 101001001 | 1011010 | 110000 |
Color Harmonies of #E90C7E
Complementary color
Monochromatic Colors of #E90C7E
Black with #E90C7E
Text Example
Text Example
White with #E90C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90C7E; }
p { color: rgb(233,12,126); }
H1.HeaderClassName
{
color: #E90C7E;
}
.AnyTagClassName
{
color: #E90C7E;
}
</style>
background-color css
<style>
a { background-color: #E90C7E; }
a { background-color: rgb(233,12,126); }
div.DivClassName
{
background-color: #E90C7E;
}
.BgClassName
{
background-color: #E90C7E;
}
</style>
border-color css
<style>
span { border-color: #E90C7E; }
span { border-color: rgb(233,12,126); }
td.TdClassName
{
border-color: #E90C7E;
}
.TagClassName
{
border-color: #E90C7E;
}
</style>