Shades of Pale Magenta #FF7EDB
Tints of Pale Magenta #FF7EDB
RGB
CMYK
RGB Variations
Color information
#FF7EDB (or 0xFF7EDB) is known color: Pale Magenta. HEX triplet: FF, 7E and DB. RGB value is (255,126,219). Sum of RGB (Red+Green+Blue) = 255+126+219=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 126 (49.61% from 255 or 21% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EDB is #008124. Grayscale: #AEAEAE. Windows color (decimal): -33061 or 14384895. OLE color: 14384895.
HSL color Cylindrical-coordinate representation of color #FF7EDB: hue angle of 316.74º 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 #FF7EDB is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 219 | - |
| CMYK | 0 | 0.51 | 0.14 | 0 |
| HSL | 316.74º | 1% | 0.75% | - |
| HSV(B) | 316.74º | 0.51% | 1% | - |
| XYZ | 61.49 | 41.3 | 71.75 | - |
| YUV | 175.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 219 | 0 | 0.51 | 0.14 | 0 | 316.74 | 1 | 0.75 |
| Hex | FF | 7E | DB | 0 | 33 | E | 0 | 13D | 64 | 4B |
| Octal | 377 | 176 | 333 | 0 | 63 | 16 | 0 | 475 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11011011 | 0 | 110011 | 1110 | 0 | 100111101 | 1100100 | 1001011 |
Color Harmonies of #FF7EDB
Complementary color
Monochromatic Colors of #FF7EDB
Black with #FF7EDB
Text Example
Text Example
White with #FF7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EDB; }
p { color: rgb(255,126,219); }
H1.HeaderClassName
{
color: #FF7EDB;
}
.AnyTagClassName
{
color: #FF7EDB;
}
</style>
background-color css
<style>
a { background-color: #FF7EDB; }
a { background-color: rgb(255,126,219); }
div.DivClassName
{
background-color: #FF7EDB;
}
.BgClassName
{
background-color: #FF7EDB;
}
</style>
border-color css
<style>
span { border-color: #FF7EDB; }
span { border-color: rgb(255,126,219); }
td.TdClassName
{
border-color: #FF7EDB;
}
.TagClassName
{
border-color: #FF7EDB;
}
</style>