Shades of Deep Pink #FE1E88
Tints of Deep Pink #FE1E88
RGB
CMYK
RGB Variations
Color information
#FE1E88 (or 0xFE1E88) is known color: Deep Pink. HEX triplet: FE, 1E and 88. RGB value is (254,30,136). Sum of RGB (Red+Green+Blue) = 254+30+136=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE1E88 is #01E177. Grayscale: #6C6C6C. Windows color (decimal): -123256 or 8920830. OLE color: 8920830.
HSL color Cylindrical-coordinate representation of color #FE1E88: hue angle of 331.61º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1E88 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 136 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.00 |
| HSL | 331.61º | 0.99% | 0.56% | - |
| HSV(B) | 331.61º | 0.88% | 1% | - |
| XYZ | 45.78 | 23.78 | 25.47 | - |
| YUV | 109.06 | 143.21 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 136 | 0 | 0.88 | 0.46 | 0.00 | 331.61 | 0.99 | 0.56 |
| Hex | FE | 1E | 88 | 0 | 58 | 2E | 0 | 14C | 63 | 38 |
| Octal | 376 | 36 | 210 | 0 | 130 | 56 | 0 | 514 | 143 | 70 |
| Binary | 11111110 | 11110 | 10001000 | 0 | 1011000 | 101110 | 0 | 101001100 | 1100011 | 111000 |
Color Harmonies of #FE1E88
Complementary color
Monochromatic Colors of #FE1E88
Black with #FE1E88
Text Example
Text Example
White with #FE1E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E88; }
p { color: rgb(254,30,136); }
H1.HeaderClassName
{
color: #FE1E88;
}
.AnyTagClassName
{
color: #FE1E88;
}
</style>
background-color css
<style>
a { background-color: #FE1E88; }
a { background-color: rgb(254,30,136); }
div.DivClassName
{
background-color: #FE1E88;
}
.BgClassName
{
background-color: #FE1E88;
}
</style>
border-color css
<style>
span { border-color: #FE1E88; }
span { border-color: rgb(254,30,136); }
td.TdClassName
{
border-color: #FE1E88;
}
.TagClassName
{
border-color: #FE1E88;
}
</style>