Shades of Pale Magenta #FF84EE
Tints of Pale Magenta #FF84EE
RGB
CMYK
RGB Variations
Color information
#FF84EE (or 0xFF84EE) is known color: Pale Magenta. HEX triplet: FF, 84 and EE. RGB value is (255,132,238). Sum of RGB (Red+Green+Blue) = 255+132+238=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 132 (51.95% from 255 or 21.12% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84EE is #007B11. Grayscale: #B4B4B4. Windows color (decimal): -31506 or 15631615. OLE color: 15631615.
HSL color Cylindrical-coordinate representation of color #FF84EE: hue angle of 308.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84EE is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 238 | - |
| CMYK | 0 | 0.48 | 0.07 | 0 |
| HSL | 308.29º | 1% | 0.76% | - |
| HSV(B) | 308.29º | 0.48% | 1% | - |
| XYZ | 64.92 | 43.94 | 85.95 | - |
| YUV | 180.86 | 160.25 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 238 | 0 | 0.48 | 0.07 | 0 | 308.29 | 1 | 0.76 |
| Hex | FF | 84 | EE | 0 | 30 | 7 | 0 | 134 | 64 | 4C |
| Octal | 377 | 204 | 356 | 0 | 60 | 7 | 0 | 464 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11101110 | 0 | 110000 | 111 | 0 | 100110100 | 1100100 | 1001100 |
Color Harmonies of #FF84EE
Complementary color
Monochromatic Colors of #FF84EE
Black with #FF84EE
Text Example
Text Example
White with #FF84EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84EE; }
p { color: rgb(255,132,238); }
H1.HeaderClassName
{
color: #FF84EE;
}
.AnyTagClassName
{
color: #FF84EE;
}
</style>
background-color css
<style>
a { background-color: #FF84EE; }
a { background-color: rgb(255,132,238); }
div.DivClassName
{
background-color: #FF84EE;
}
.BgClassName
{
background-color: #FF84EE;
}
</style>
border-color css
<style>
span { border-color: #FF84EE; }
span { border-color: rgb(255,132,238); }
td.TdClassName
{
border-color: #FF84EE;
}
.TagClassName
{
border-color: #FF84EE;
}
</style>