Shades of Pale Magenta #FF6EE5
Tints of Pale Magenta #FF6EE5
RGB
CMYK
RGB Variations
Color information
#FF6EE5 (or 0xFF6EE5) is known color: Pale Magenta. HEX triplet: FF, 6E and E5. RGB value is (255,110,229). Sum of RGB (Red+Green+Blue) = 255+110+229=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 110 (43.36% from 255 or 18.52% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EE5 is #00911A. Grayscale: #A6A6A6. Windows color (decimal): -37147 or 15036159. OLE color: 15036159.
HSL color Cylindrical-coordinate representation of color #FF6EE5: hue angle of 310.76º 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 #FF6EE5 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 229 | - |
| CMYK | 0 | 0.57 | 0.10 | 0 |
| HSL | 310.76º | 1% | 0.72% | - |
| HSV(B) | 310.76º | 0.57% | 1% | - |
| XYZ | 60.96 | 38.07 | 78.26 | - |
| YUV | 166.92 | 163.04 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 229 | 0 | 0.57 | 0.10 | 0 | 310.76 | 1 | 0.72 |
| Hex | FF | 6E | E5 | 0 | 39 | A | 0 | 137 | 64 | 48 |
| Octal | 377 | 156 | 345 | 0 | 71 | 12 | 0 | 467 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11100101 | 0 | 111001 | 1010 | 0 | 100110111 | 1100100 | 1001000 |
Color Harmonies of #FF6EE5
Complementary color
Monochromatic Colors of #FF6EE5
Black with #FF6EE5
Text Example
Text Example
White with #FF6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EE5; }
p { color: rgb(255,110,229); }
H1.HeaderClassName
{
color: #FF6EE5;
}
.AnyTagClassName
{
color: #FF6EE5;
}
</style>
background-color css
<style>
a { background-color: #FF6EE5; }
a { background-color: rgb(255,110,229); }
div.DivClassName
{
background-color: #FF6EE5;
}
.BgClassName
{
background-color: #FF6EE5;
}
</style>
border-color css
<style>
span { border-color: #FF6EE5; }
span { border-color: rgb(255,110,229); }
td.TdClassName
{
border-color: #FF6EE5;
}
.TagClassName
{
border-color: #FF6EE5;
}
</style>