Shades of Pale Magenta #FF7CE4
Tints of Pale Magenta #FF7CE4
RGB
CMYK
RGB Variations
Color information
#FF7CE4 (or 0xFF7CE4) is known color: Pale Magenta. HEX triplet: FF, 7C and E4. RGB value is (255,124,228). Sum of RGB (Red+Green+Blue) = 255+124+228=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CE4 is #00831B. Grayscale: #AEAEAE. Windows color (decimal): -33564 or 14974207. OLE color: 14974207.
HSL color Cylindrical-coordinate representation of color #FF7CE4: hue angle of 312.37º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CE4 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 228 | - |
| CMYK | 0 | 0.51 | 0.11 | 0 |
| HSL | 312.37º | 1% | 0.74% | - |
| HSV(B) | 312.37º | 0.51% | 1% | - |
| XYZ | 62.45 | 41.28 | 78.07 | - |
| YUV | 175.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 228 | 0 | 0.51 | 0.11 | 0 | 312.37 | 1 | 0.74 |
| Hex | FF | 7C | E4 | 0 | 33 | B | 0 | 138 | 64 | 4A |
| Octal | 377 | 174 | 344 | 0 | 63 | 13 | 0 | 470 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11100100 | 0 | 110011 | 1011 | 0 | 100111000 | 1100100 | 1001010 |
Color Harmonies of #FF7CE4
Complementary color
Monochromatic Colors of #FF7CE4
Black with #FF7CE4
Text Example
Text Example
White with #FF7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CE4; }
p { color: rgb(255,124,228); }
H1.HeaderClassName
{
color: #FF7CE4;
}
.AnyTagClassName
{
color: #FF7CE4;
}
</style>
background-color css
<style>
a { background-color: #FF7CE4; }
a { background-color: rgb(255,124,228); }
div.DivClassName
{
background-color: #FF7CE4;
}
.BgClassName
{
background-color: #FF7CE4;
}
</style>
border-color css
<style>
span { border-color: #FF7CE4; }
span { border-color: rgb(255,124,228); }
td.TdClassName
{
border-color: #FF7CE4;
}
.TagClassName
{
border-color: #FF7CE4;
}
</style>