Shades of Pale Magenta #FF7DE4
Tints of Pale Magenta #FF7DE4
RGB
CMYK
RGB Variations
Color information
#FF7DE4 (or 0xFF7DE4) is known color: Pale Magenta. HEX triplet: FF, 7D and E4. RGB value is (255,125,228). Sum of RGB (Red+Green+Blue) = 255+125+228=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 125 (49.22% from 255 or 20.56% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DE4 is #00821B. Grayscale: #AFAFAF. Windows color (decimal): -33308 or 14974463. OLE color: 14974463.
HSL color Cylindrical-coordinate representation of color #FF7DE4: hue angle of 312.46º 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 #FF7DE4 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 228 | - |
| CMYK | 0 | 0.51 | 0.11 | 0 |
| HSL | 312.46º | 1% | 0.75% | - |
| HSV(B) | 312.46º | 0.51% | 1% | - |
| XYZ | 62.58 | 41.53 | 78.12 | - |
| YUV | 175.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 228 | 0 | 0.51 | 0.11 | 0 | 312.46 | 1 | 0.75 |
| Hex | FF | 7D | E4 | 0 | 33 | B | 0 | 138 | 64 | 4B |
| Octal | 377 | 175 | 344 | 0 | 63 | 13 | 0 | 470 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11100100 | 0 | 110011 | 1011 | 0 | 100111000 | 1100100 | 1001011 |
Color Harmonies of #FF7DE4
Complementary color
Monochromatic Colors of #FF7DE4
Black with #FF7DE4
Text Example
Text Example
White with #FF7DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DE4; }
p { color: rgb(255,125,228); }
H1.HeaderClassName
{
color: #FF7DE4;
}
.AnyTagClassName
{
color: #FF7DE4;
}
</style>
background-color css
<style>
a { background-color: #FF7DE4; }
a { background-color: rgb(255,125,228); }
div.DivClassName
{
background-color: #FF7DE4;
}
.BgClassName
{
background-color: #FF7DE4;
}
</style>
border-color css
<style>
span { border-color: #FF7DE4; }
span { border-color: rgb(255,125,228); }
td.TdClassName
{
border-color: #FF7DE4;
}
.TagClassName
{
border-color: #FF7DE4;
}
</style>