Shades of Pale Magenta #FF8EEE
Tints of Pale Magenta #FF8EEE
RGB
CMYK
RGB Variations
Color information
#FF8EEE (or 0xFF8EEE) is known color: Pale Magenta. HEX triplet: FF, 8E and EE. RGB value is (255,142,238). Sum of RGB (Red+Green+Blue) = 255+142+238=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 142 (55.86% from 255 or 22.36% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8EEE is #007111. Grayscale: #BABABA. Windows color (decimal): -28946 or 15634175. OLE color: 15634175.
HSL color Cylindrical-coordinate representation of color #FF8EEE: hue angle of 309.03º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EEE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 238 | - |
| CMYK | 0 | 0.44 | 0.07 | 0 |
| HSL | 309.03º | 1% | 0.78% | - |
| HSV(B) | 309.03º | 0.44% | 1% | - |
| XYZ | 66.35 | 46.78 | 86.42 | - |
| YUV | 186.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 238 | 0 | 0.44 | 0.07 | 0 | 309.03 | 1 | 0.78 |
| Hex | FF | 8E | EE | 0 | 2C | 7 | 0 | 135 | 64 | 4E |
| Octal | 377 | 216 | 356 | 0 | 54 | 7 | 0 | 465 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11101110 | 0 | 101100 | 111 | 0 | 100110101 | 1100100 | 1001110 |
Color Harmonies of #FF8EEE
Complementary color
Monochromatic Colors of #FF8EEE
Black with #FF8EEE
Text Example
Text Example
White with #FF8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EEE; }
p { color: rgb(255,142,238); }
H1.HeaderClassName
{
color: #FF8EEE;
}
.AnyTagClassName
{
color: #FF8EEE;
}
</style>
background-color css
<style>
a { background-color: #FF8EEE; }
a { background-color: rgb(255,142,238); }
div.DivClassName
{
background-color: #FF8EEE;
}
.BgClassName
{
background-color: #FF8EEE;
}
</style>
border-color css
<style>
span { border-color: #FF8EEE; }
span { border-color: rgb(255,142,238); }
td.TdClassName
{
border-color: #FF8EEE;
}
.TagClassName
{
border-color: #FF8EEE;
}
</style>