Shades of Pale Magenta #FF70E5
Tints of Pale Magenta #FF70E5
RGB
CMYK
RGB Variations
Color information
#FF70E5 (or 0xFF70E5) is known color: Pale Magenta. HEX triplet: FF, 70 and E5. RGB value is (255,112,229). Sum of RGB (Red+Green+Blue) = 255+112+229=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 112 (44.14% from 255 or 18.79% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70E5 is #008F1A. Grayscale: #A7A7A7. Windows color (decimal): -36635 or 15036671. OLE color: 15036671.
HSL color Cylindrical-coordinate representation of color #FF70E5: hue angle of 310.91º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70E5 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 229 | - |
| CMYK | 0 | 0.56 | 0.10 | 0 |
| HSL | 310.91º | 1% | 0.72% | - |
| HSV(B) | 310.91º | 0.56% | 1% | - |
| XYZ | 61.18 | 38.51 | 78.34 | - |
| YUV | 168.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 229 | 0 | 0.56 | 0.10 | 0 | 310.91 | 1 | 0.72 |
| Hex | FF | 70 | E5 | 0 | 38 | A | 0 | 137 | 64 | 48 |
| Octal | 377 | 160 | 345 | 0 | 70 | 12 | 0 | 467 | 144 | 110 |
| Binary | 11111111 | 1110000 | 11100101 | 0 | 111000 | 1010 | 0 | 100110111 | 1100100 | 1001000 |
Color Harmonies of #FF70E5
Complementary color
Monochromatic Colors of #FF70E5
Black with #FF70E5
Text Example
Text Example
White with #FF70E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70E5; }
p { color: rgb(255,112,229); }
H1.HeaderClassName
{
color: #FF70E5;
}
.AnyTagClassName
{
color: #FF70E5;
}
</style>
background-color css
<style>
a { background-color: #FF70E5; }
a { background-color: rgb(255,112,229); }
div.DivClassName
{
background-color: #FF70E5;
}
.BgClassName
{
background-color: #FF70E5;
}
</style>
border-color css
<style>
span { border-color: #FF70E5; }
span { border-color: rgb(255,112,229); }
td.TdClassName
{
border-color: #FF70E5;
}
.TagClassName
{
border-color: #FF70E5;
}
</style>