Shades of Pale Magenta #FF69E3
Tints of Pale Magenta #FF69E3
RGB
CMYK
RGB Variations
Color information
#FF69E3 (or 0xFF69E3) is known color: Pale Magenta. HEX triplet: FF, 69 and E3. RGB value is (255,105,227). Sum of RGB (Red+Green+Blue) = 255+105+227=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69E3 is #00961C. Grayscale: #A3A3A3. Windows color (decimal): -38429 or 14903807. OLE color: 14903807.
HSL color Cylindrical-coordinate representation of color #FF69E3: hue angle of 311.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69E3 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 227 | - |
| CMYK | 0 | 0.59 | 0.11 | 0 |
| HSL | 311.2º | 1% | 0.71% | - |
| HSV(B) | 311.2º | 0.59% | 1% | - |
| XYZ | 60.16 | 36.91 | 76.63 | - |
| YUV | 163.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 227 | 0 | 0.59 | 0.11 | 0 | 311.2 | 1 | 0.71 |
| Hex | FF | 69 | E3 | 0 | 3B | B | 0 | 137 | 64 | 47 |
| Octal | 377 | 151 | 343 | 0 | 73 | 13 | 0 | 467 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11100011 | 0 | 111011 | 1011 | 0 | 100110111 | 1100100 | 1000111 |
Color Harmonies of #FF69E3
Complementary color
Monochromatic Colors of #FF69E3
Black with #FF69E3
Text Example
Text Example
White with #FF69E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69E3; }
p { color: rgb(255,105,227); }
H1.HeaderClassName
{
color: #FF69E3;
}
.AnyTagClassName
{
color: #FF69E3;
}
</style>
background-color css
<style>
a { background-color: #FF69E3; }
a { background-color: rgb(255,105,227); }
div.DivClassName
{
background-color: #FF69E3;
}
.BgClassName
{
background-color: #FF69E3;
}
</style>
border-color css
<style>
span { border-color: #FF69E3; }
span { border-color: rgb(255,105,227); }
td.TdClassName
{
border-color: #FF69E3;
}
.TagClassName
{
border-color: #FF69E3;
}
</style>