Shades of Pale Magenta #FE6EE7
Tints of Pale Magenta #FE6EE7
RGB
CMYK
RGB Variations
Color information
#FE6EE7 (or 0xFE6EE7) is known color: Pale Magenta. HEX triplet: FE, 6E and E7. RGB value is (254,110,231). Sum of RGB (Red+Green+Blue) = 254+110+231=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 110 (43.36% from 255 or 18.49% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6EE7 is #019118. Grayscale: #A6A6A6. Windows color (decimal): -102681 or 15167230. OLE color: 15167230.
HSL color Cylindrical-coordinate representation of color #FE6EE7: hue angle of 309.58º 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 #FE6EE7 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 231 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.00 |
| HSL | 309.58º | 0.99% | 0.71% | - |
| HSV(B) | 309.58º | 0.57% | 1% | - |
| XYZ | 60.87 | 37.99 | 79.73 | - |
| YUV | 166.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 231 | 0 | 0.57 | 0.09 | 0.00 | 309.58 | 0.99 | 0.71 |
| Hex | FE | 6E | E7 | 0 | 39 | 9 | 0 | 136 | 63 | 47 |
| Octal | 376 | 156 | 347 | 0 | 71 | 11 | 0 | 466 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11100111 | 0 | 111001 | 1001 | 0 | 100110110 | 1100011 | 1000111 |
Color Harmonies of #FE6EE7
Complementary color
Monochromatic Colors of #FE6EE7
Black with #FE6EE7
Text Example
Text Example
White with #FE6EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6EE7; }
p { color: rgb(254,110,231); }
H1.HeaderClassName
{
color: #FE6EE7;
}
.AnyTagClassName
{
color: #FE6EE7;
}
</style>
background-color css
<style>
a { background-color: #FE6EE7; }
a { background-color: rgb(254,110,231); }
div.DivClassName
{
background-color: #FE6EE7;
}
.BgClassName
{
background-color: #FE6EE7;
}
</style>
border-color css
<style>
span { border-color: #FE6EE7; }
span { border-color: rgb(254,110,231); }
td.TdClassName
{
border-color: #FE6EE7;
}
.TagClassName
{
border-color: #FE6EE7;
}
</style>