Shades of Pale Magenta #FF7EE8
Tints of Pale Magenta #FF7EE8
RGB
CMYK
RGB Variations
Color information
#FF7EE8 (or 0xFF7EE8) is known color: Pale Magenta. HEX triplet: FF, 7E and E8. RGB value is (255,126,232). Sum of RGB (Red+Green+Blue) = 255+126+232=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 126 (49.61% from 255 or 20.55% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7EE8 is #008117. Grayscale: #B0B0B0. Windows color (decimal): -33048 or 15236863. OLE color: 15236863.
HSL color Cylindrical-coordinate representation of color #FF7EE8: hue angle of 310.7º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EE8 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 232 | - |
| CMYK | 0 | 0.51 | 0.09 | 0 |
| HSL | 310.7º | 1% | 0.75% | - |
| HSV(B) | 310.7º | 0.51% | 1% | - |
| XYZ | 63.27 | 42.01 | 81.12 | - |
| YUV | 176.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 232 | 0 | 0.51 | 0.09 | 0 | 310.7 | 1 | 0.75 |
| Hex | FF | 7E | E8 | 0 | 33 | 9 | 0 | 137 | 64 | 4B |
| Octal | 377 | 176 | 350 | 0 | 63 | 11 | 0 | 467 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11101000 | 0 | 110011 | 1001 | 0 | 100110111 | 1100100 | 1001011 |
Color Harmonies of #FF7EE8
Complementary color
Monochromatic Colors of #FF7EE8
Black with #FF7EE8
Text Example
Text Example
White with #FF7EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EE8; }
p { color: rgb(255,126,232); }
H1.HeaderClassName
{
color: #FF7EE8;
}
.AnyTagClassName
{
color: #FF7EE8;
}
</style>
background-color css
<style>
a { background-color: #FF7EE8; }
a { background-color: rgb(255,126,232); }
div.DivClassName
{
background-color: #FF7EE8;
}
.BgClassName
{
background-color: #FF7EE8;
}
</style>
border-color css
<style>
span { border-color: #FF7EE8; }
span { border-color: rgb(255,126,232); }
td.TdClassName
{
border-color: #FF7EE8;
}
.TagClassName
{
border-color: #FF7EE8;
}
</style>