Shades of Pale Magenta #FF82E2
Tints of Pale Magenta #FF82E2
RGB
CMYK
RGB Variations
Color information
#FF82E2 (or 0xFF82E2) is known color: Pale Magenta. HEX triplet: FF, 82 and E2. RGB value is (255,130,226). Sum of RGB (Red+Green+Blue) = 255+130+226=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82E2 is #007D1D. Grayscale: #B2B2B2. Windows color (decimal): -32030 or 14844671. OLE color: 14844671.
HSL color Cylindrical-coordinate representation of color #FF82E2: hue angle of 313.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF82E2 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 226 | - |
| CMYK | 0 | 0.49 | 0.11 | 0 |
| HSL | 313.92º | 1% | 0.75% | - |
| HSV(B) | 313.92º | 0.49% | 1% | - |
| XYZ | 62.95 | 42.72 | 76.88 | - |
| YUV | 178.32 | 154.91 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 226 | 0 | 0.49 | 0.11 | 0 | 313.92 | 1 | 0.75 |
| Hex | FF | 82 | E2 | 0 | 31 | B | 0 | 13A | 64 | 4B |
| Octal | 377 | 202 | 342 | 0 | 61 | 13 | 0 | 472 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11100010 | 0 | 110001 | 1011 | 0 | 100111010 | 1100100 | 1001011 |
Color Harmonies of #FF82E2
Complementary color
Monochromatic Colors of #FF82E2
Black with #FF82E2
Text Example
Text Example
White with #FF82E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82E2; }
p { color: rgb(255,130,226); }
H1.HeaderClassName
{
color: #FF82E2;
}
.AnyTagClassName
{
color: #FF82E2;
}
</style>
background-color css
<style>
a { background-color: #FF82E2; }
a { background-color: rgb(255,130,226); }
div.DivClassName
{
background-color: #FF82E2;
}
.BgClassName
{
background-color: #FF82E2;
}
</style>
border-color css
<style>
span { border-color: #FF82E2; }
span { border-color: rgb(255,130,226); }
td.TdClassName
{
border-color: #FF82E2;
}
.TagClassName
{
border-color: #FF82E2;
}
</style>