Shades of Pale Magenta #FF85E2
Tints of Pale Magenta #FF85E2
RGB
CMYK
RGB Variations
Color information
#FF85E2 (or 0xFF85E2) is known color: Pale Magenta. HEX triplet: FF, 85 and E2. RGB value is (255,133,226). Sum of RGB (Red+Green+Blue) = 255+133+226=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85E2 is #007A1D. Grayscale: #B3B3B3. Windows color (decimal): -31262 or 14845439. OLE color: 14845439.
HSL color Cylindrical-coordinate representation of color #FF85E2: hue angle of 314.26º 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 #FF85E2 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 226 | - |
| CMYK | 0 | 0.48 | 0.11 | 0 |
| HSL | 314.26º | 1% | 0.76% | - |
| HSV(B) | 314.26º | 0.48% | 1% | - |
| XYZ | 63.36 | 43.53 | 77.01 | - |
| YUV | 180.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 226 | 0 | 0.48 | 0.11 | 0 | 314.26 | 1 | 0.76 |
| Hex | FF | 85 | E2 | 0 | 30 | B | 0 | 13A | 64 | 4C |
| Octal | 377 | 205 | 342 | 0 | 60 | 13 | 0 | 472 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11100010 | 0 | 110000 | 1011 | 0 | 100111010 | 1100100 | 1001100 |
Color Harmonies of #FF85E2
Complementary color
Monochromatic Colors of #FF85E2
Black with #FF85E2
Text Example
Text Example
White with #FF85E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85E2; }
p { color: rgb(255,133,226); }
H1.HeaderClassName
{
color: #FF85E2;
}
.AnyTagClassName
{
color: #FF85E2;
}
</style>
background-color css
<style>
a { background-color: #FF85E2; }
a { background-color: rgb(255,133,226); }
div.DivClassName
{
background-color: #FF85E2;
}
.BgClassName
{
background-color: #FF85E2;
}
</style>
border-color css
<style>
span { border-color: #FF85E2; }
span { border-color: rgb(255,133,226); }
td.TdClassName
{
border-color: #FF85E2;
}
.TagClassName
{
border-color: #FF85E2;
}
</style>