Shades of Pale Magenta #FF78E4
Tints of Pale Magenta #FF78E4
RGB
CMYK
RGB Variations
Color information
#FF78E4 (or 0xFF78E4) is known color: Pale Magenta. HEX triplet: FF, 78 and E4. RGB value is (255,120,228). Sum of RGB (Red+Green+Blue) = 255+120+228=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 120 (47.27% from 255 or 19.90% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78E4 is #00871B. Grayscale: #ACACAC. Windows color (decimal): -34588 or 14973183. OLE color: 14973183.
HSL color Cylindrical-coordinate representation of color #FF78E4: hue angle of 312º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78E4 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 228 | - |
| CMYK | 0 | 0.53 | 0.11 | 0 |
| HSL | 312º | 1% | 0.74% | - |
| HSV(B) | 312º | 0.53% | 1% | - |
| XYZ | 61.96 | 40.29 | 77.91 | - |
| YUV | 172.68 | 159.23 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 228 | 0 | 0.53 | 0.11 | 0 | 312 | 1 | 0.74 |
| Hex | FF | 78 | E4 | 0 | 35 | B | 0 | 138 | 64 | 4A |
| Octal | 377 | 170 | 344 | 0 | 65 | 13 | 0 | 470 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11100100 | 0 | 110101 | 1011 | 0 | 100111000 | 1100100 | 1001010 |
Color Harmonies of #FF78E4
Complementary color
Monochromatic Colors of #FF78E4
Black with #FF78E4
Text Example
Text Example
White with #FF78E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78E4; }
p { color: rgb(255,120,228); }
H1.HeaderClassName
{
color: #FF78E4;
}
.AnyTagClassName
{
color: #FF78E4;
}
</style>
background-color css
<style>
a { background-color: #FF78E4; }
a { background-color: rgb(255,120,228); }
div.DivClassName
{
background-color: #FF78E4;
}
.BgClassName
{
background-color: #FF78E4;
}
</style>
border-color css
<style>
span { border-color: #FF78E4; }
span { border-color: rgb(255,120,228); }
td.TdClassName
{
border-color: #FF78E4;
}
.TagClassName
{
border-color: #FF78E4;
}
</style>