Shades of Pale Magenta #FF85E6
Tints of Pale Magenta #FF85E6
RGB
CMYK
RGB Variations
Color information
#FF85E6 (or 0xFF85E6) is known color: Pale Magenta. HEX triplet: FF, 85 and E6. RGB value is (255,133,230). Sum of RGB (Red+Green+Blue) = 255+133+230=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85E6 is #007A19. Grayscale: #B4B4B4. Windows color (decimal): -31258 or 15107583. OLE color: 15107583.
HSL color Cylindrical-coordinate representation of color #FF85E6: hue angle of 312.3º 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 #FF85E6 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 230 | - |
| CMYK | 0 | 0.48 | 0.10 | 0 |
| HSL | 312.3º | 1% | 0.76% | - |
| HSV(B) | 312.3º | 0.48% | 1% | - |
| XYZ | 63.91 | 43.75 | 79.94 | - |
| YUV | 180.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 230 | 0 | 0.48 | 0.10 | 0 | 312.3 | 1 | 0.76 |
| Hex | FF | 85 | E6 | 0 | 30 | A | 0 | 138 | 64 | 4C |
| Octal | 377 | 205 | 346 | 0 | 60 | 12 | 0 | 470 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11100110 | 0 | 110000 | 1010 | 0 | 100111000 | 1100100 | 1001100 |
Color Harmonies of #FF85E6
Complementary color
Monochromatic Colors of #FF85E6
Black with #FF85E6
Text Example
Text Example
White with #FF85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85E6; }
p { color: rgb(255,133,230); }
H1.HeaderClassName
{
color: #FF85E6;
}
.AnyTagClassName
{
color: #FF85E6;
}
</style>
background-color css
<style>
a { background-color: #FF85E6; }
a { background-color: rgb(255,133,230); }
div.DivClassName
{
background-color: #FF85E6;
}
.BgClassName
{
background-color: #FF85E6;
}
</style>
border-color css
<style>
span { border-color: #FF85E6; }
span { border-color: rgb(255,133,230); }
td.TdClassName
{
border-color: #FF85E6;
}
.TagClassName
{
border-color: #FF85E6;
}
</style>