Shades of Deep Pink #FF0E90
Tints of Deep Pink #FF0E90
RGB
CMYK
RGB Variations
Color information
#FF0E90 (or 0xFF0E90) is known color: Deep Pink. HEX triplet: FF, 0E and 90. RGB value is (255,14,144). Sum of RGB (Red+Green+Blue) = 255+14+144=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0E90 is #00F16F. Grayscale: #646464. Windows color (decimal): -61808 or 9441023. OLE color: 9441023.
HSL color Cylindrical-coordinate representation of color #FF0E90: hue angle of 327.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E90 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 144 | - |
| CMYK | 0 | 0.95 | 0.44 | 0 |
| HSL | 327.63º | 1% | 0.53% | - |
| HSV(B) | 327.63º | 0.95% | 1% | - |
| XYZ | 46.43 | 23.59 | 28.49 | - |
| YUV | 100.88 | 152.34 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 144 | 0 | 0.95 | 0.44 | 0 | 327.63 | 1 | 0.53 |
| Hex | FF | E | 90 | 0 | 5F | 2C | 0 | 148 | 64 | 35 |
| Octal | 377 | 16 | 220 | 0 | 137 | 54 | 0 | 510 | 144 | 65 |
| Binary | 11111111 | 1110 | 10010000 | 0 | 1011111 | 101100 | 0 | 101001000 | 1100100 | 110101 |
Color Harmonies of #FF0E90
Complementary color
Monochromatic Colors of #FF0E90
Black with #FF0E90
Text Example
Text Example
White with #FF0E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E90; }
p { color: rgb(255,14,144); }
H1.HeaderClassName
{
color: #FF0E90;
}
.AnyTagClassName
{
color: #FF0E90;
}
</style>
background-color css
<style>
a { background-color: #FF0E90; }
a { background-color: rgb(255,14,144); }
div.DivClassName
{
background-color: #FF0E90;
}
.BgClassName
{
background-color: #FF0E90;
}
</style>
border-color css
<style>
span { border-color: #FF0E90; }
span { border-color: rgb(255,14,144); }
td.TdClassName
{
border-color: #FF0E90;
}
.TagClassName
{
border-color: #FF0E90;
}
</style>