Shades of Pale Magenta #FF7DE5
Tints of Pale Magenta #FF7DE5
RGB
CMYK
RGB Variations
Color information
#FF7DE5 (or 0xFF7DE5) is known color: Pale Magenta. HEX triplet: FF, 7D and E5. RGB value is (255,125,229). Sum of RGB (Red+Green+Blue) = 255+125+229=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DE5 is #00821A. Grayscale: #AFAFAF. Windows color (decimal): -33307 or 15039999. OLE color: 15039999.
HSL color Cylindrical-coordinate representation of color #FF7DE5: hue angle of 312º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DE5 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 229 | - |
| CMYK | 0 | 0.51 | 0.10 | 0 |
| HSL | 312º | 1% | 0.75% | - |
| HSV(B) | 312º | 0.51% | 1% | - |
| XYZ | 62.72 | 41.58 | 78.85 | - |
| YUV | 175.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 229 | 0 | 0.51 | 0.10 | 0 | 312 | 1 | 0.75 |
| Hex | FF | 7D | E5 | 0 | 33 | A | 0 | 138 | 64 | 4B |
| Octal | 377 | 175 | 345 | 0 | 63 | 12 | 0 | 470 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11100101 | 0 | 110011 | 1010 | 0 | 100111000 | 1100100 | 1001011 |
Color Harmonies of #FF7DE5
Complementary color
Monochromatic Colors of #FF7DE5
Black with #FF7DE5
Text Example
Text Example
White with #FF7DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DE5; }
p { color: rgb(255,125,229); }
H1.HeaderClassName
{
color: #FF7DE5;
}
.AnyTagClassName
{
color: #FF7DE5;
}
</style>
background-color css
<style>
a { background-color: #FF7DE5; }
a { background-color: rgb(255,125,229); }
div.DivClassName
{
background-color: #FF7DE5;
}
.BgClassName
{
background-color: #FF7DE5;
}
</style>
border-color css
<style>
span { border-color: #FF7DE5; }
span { border-color: rgb(255,125,229); }
td.TdClassName
{
border-color: #FF7DE5;
}
.TagClassName
{
border-color: #FF7DE5;
}
</style>