Shades of Pale Magenta #FE6EE0
Tints of Pale Magenta #FE6EE0
RGB
CMYK
RGB Variations
Color information
#FE6EE0 (or 0xFE6EE0) is known color: Pale Magenta. HEX triplet: FE, 6E and E0. RGB value is (254,110,224). Sum of RGB (Red+Green+Blue) = 254+110+224=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6EE0 is #01911F. Grayscale: #A5A5A5. Windows color (decimal): -102688 or 14708478. OLE color: 14708478.
HSL color Cylindrical-coordinate representation of color #FE6EE0: hue angle of 312.5º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6EE0 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 224 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.00 |
| HSL | 312.5º | 0.99% | 0.71% | - |
| HSV(B) | 312.5º | 0.57% | 1% | - |
| XYZ | 59.9 | 37.6 | 74.62 | - |
| YUV | 166.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 224 | 0 | 0.57 | 0.12 | 0.00 | 312.5 | 0.99 | 0.71 |
| Hex | FE | 6E | E0 | 0 | 39 | C | 0 | 138 | 63 | 47 |
| Octal | 376 | 156 | 340 | 0 | 71 | 14 | 0 | 470 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11100000 | 0 | 111001 | 1100 | 0 | 100111000 | 1100011 | 1000111 |
Color Harmonies of #FE6EE0
Complementary color
Monochromatic Colors of #FE6EE0
Black with #FE6EE0
Text Example
Text Example
White with #FE6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EE0; }
p { color: rgb(254,110,224); }
H1.HeaderClassName
{
color: #FE6EE0;
}
.AnyTagClassName
{
color: #FE6EE0;
}
</style>
background-color css
<style>
a { background-color: #FE6EE0; }
a { background-color: rgb(254,110,224); }
div.DivClassName
{
background-color: #FE6EE0;
}
.BgClassName
{
background-color: #FE6EE0;
}
</style>
border-color css
<style>
span { border-color: #FE6EE0; }
span { border-color: rgb(254,110,224); }
td.TdClassName
{
border-color: #FE6EE0;
}
.TagClassName
{
border-color: #FE6EE0;
}
</style>