Shades of Pale Magenta #FF6EDD
Tints of Pale Magenta #FF6EDD
RGB
CMYK
RGB Variations
Color information
#FF6EDD (or 0xFF6EDD) is known color: Pale Magenta. HEX triplet: FF, 6E and DD. RGB value is (255,110,221). Sum of RGB (Red+Green+Blue) = 255+110+221=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 110 (43.36% from 255 or 18.77% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EDD is #009122. Grayscale: #A5A5A5. Windows color (decimal): -37155 or 14511871. OLE color: 14511871.
HSL color Cylindrical-coordinate representation of color #FF6EDD: hue angle of 314.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6EDD is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 221 | - |
| CMYK | 0 | 0.57 | 0.13 | 0 |
| HSL | 314.07º | 1% | 0.72% | - |
| HSV(B) | 314.07º | 0.57% | 1% | - |
| XYZ | 59.87 | 37.63 | 72.52 | - |
| YUV | 166.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 221 | 0 | 0.57 | 0.13 | 0 | 314.07 | 1 | 0.72 |
| Hex | FF | 6E | DD | 0 | 39 | D | 0 | 13A | 64 | 48 |
| Octal | 377 | 156 | 335 | 0 | 71 | 15 | 0 | 472 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11011101 | 0 | 111001 | 1101 | 0 | 100111010 | 1100100 | 1001000 |
Color Harmonies of #FF6EDD
Complementary color
Monochromatic Colors of #FF6EDD
Black with #FF6EDD
Text Example
Text Example
White with #FF6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EDD; }
p { color: rgb(255,110,221); }
H1.HeaderClassName
{
color: #FF6EDD;
}
.AnyTagClassName
{
color: #FF6EDD;
}
</style>
background-color css
<style>
a { background-color: #FF6EDD; }
a { background-color: rgb(255,110,221); }
div.DivClassName
{
background-color: #FF6EDD;
}
.BgClassName
{
background-color: #FF6EDD;
}
</style>
border-color css
<style>
span { border-color: #FF6EDD; }
span { border-color: rgb(255,110,221); }
td.TdClassName
{
border-color: #FF6EDD;
}
.TagClassName
{
border-color: #FF6EDD;
}
</style>