Shades of Pale Magenta #FF8AE5
Tints of Pale Magenta #FF8AE5
RGB
CMYK
RGB Variations
Color information
#FF8AE5 (or 0xFF8AE5) is known color: Pale Magenta. HEX triplet: FF, 8A and E5. RGB value is (255,138,229). Sum of RGB (Red+Green+Blue) = 255+138+229=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 138 (54.30% from 255 or 22.19% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8AE5 is #00751A. Grayscale: #B7B7B7. Windows color (decimal): -29979 or 15043327. OLE color: 15043327.
HSL color Cylindrical-coordinate representation of color #FF8AE5: hue angle of 313.33º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF8AE5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 229 | - |
| CMYK | 0 | 0.46 | 0.10 | 0 |
| HSL | 313.33º | 1% | 0.77% | - |
| HSV(B) | 313.33º | 0.46% | 1% | - |
| XYZ | 64.47 | 45.09 | 79.43 | - |
| YUV | 183.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 229 | 0 | 0.46 | 0.10 | 0 | 313.33 | 1 | 0.77 |
| Hex | FF | 8A | E5 | 0 | 2E | A | 0 | 139 | 64 | 4D |
| Octal | 377 | 212 | 345 | 0 | 56 | 12 | 0 | 471 | 144 | 115 |
| Binary | 11111111 | 10001010 | 11100101 | 0 | 101110 | 1010 | 0 | 100111001 | 1100100 | 1001101 |
Color Harmonies of #FF8AE5
Complementary color
Monochromatic Colors of #FF8AE5
Black with #FF8AE5
Text Example
Text Example
White with #FF8AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8AE5; }
p { color: rgb(255,138,229); }
H1.HeaderClassName
{
color: #FF8AE5;
}
.AnyTagClassName
{
color: #FF8AE5;
}
</style>
background-color css
<style>
a { background-color: #FF8AE5; }
a { background-color: rgb(255,138,229); }
div.DivClassName
{
background-color: #FF8AE5;
}
.BgClassName
{
background-color: #FF8AE5;
}
</style>
border-color css
<style>
span { border-color: #FF8AE5; }
span { border-color: rgb(255,138,229); }
td.TdClassName
{
border-color: #FF8AE5;
}
.TagClassName
{
border-color: #FF8AE5;
}
</style>