Shades of Pale Magenta #FF6EE2
Tints of Pale Magenta #FF6EE2
RGB
CMYK
RGB Variations
Color information
#FF6EE2 (or 0xFF6EE2) is known color: Pale Magenta. HEX triplet: FF, 6E and E2. RGB value is (255,110,226). Sum of RGB (Red+Green+Blue) = 255+110+226=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EE2 is #00911D. Grayscale: #A6A6A6. Windows color (decimal): -37150 or 14839551. OLE color: 14839551.
HSL color Cylindrical-coordinate representation of color #FF6EE2: hue angle of 312º 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 #FF6EE2 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 226 | - |
| CMYK | 0 | 0.57 | 0.11 | 0 |
| HSL | 312º | 1% | 0.72% | - |
| HSV(B) | 312º | 0.57% | 1% | - |
| XYZ | 60.54 | 37.9 | 76.08 | - |
| YUV | 166.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 226 | 0 | 0.57 | 0.11 | 0 | 312 | 1 | 0.72 |
| Hex | FF | 6E | E2 | 0 | 39 | B | 0 | 138 | 64 | 48 |
| Octal | 377 | 156 | 342 | 0 | 71 | 13 | 0 | 470 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11100010 | 0 | 111001 | 1011 | 0 | 100111000 | 1100100 | 1001000 |
Color Harmonies of #FF6EE2
Complementary color
Monochromatic Colors of #FF6EE2
Black with #FF6EE2
Text Example
Text Example
White with #FF6EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EE2; }
p { color: rgb(255,110,226); }
H1.HeaderClassName
{
color: #FF6EE2;
}
.AnyTagClassName
{
color: #FF6EE2;
}
</style>
background-color css
<style>
a { background-color: #FF6EE2; }
a { background-color: rgb(255,110,226); }
div.DivClassName
{
background-color: #FF6EE2;
}
.BgClassName
{
background-color: #FF6EE2;
}
</style>
border-color css
<style>
span { border-color: #FF6EE2; }
span { border-color: rgb(255,110,226); }
td.TdClassName
{
border-color: #FF6EE2;
}
.TagClassName
{
border-color: #FF6EE2;
}
</style>