Html Css Color HEX #FF5EE0 Free Speech Magenta
📋 copy color: '#FF5EE0'red 255 ◦ green 94 ◦ blue 224
Shades of Free Speech Magenta #FF5EE0
Tints of Free Speech Magenta #FF5EE0
RGB
CMYK
RGB Variations
Color information
#FF5EE0 (or 0xFF5EE0) is known color: Free Speech Magenta. HEX triplet: FF, 5E and E0. RGB value is (255,94,224). Sum of RGB (Red+Green+Blue) = 255+94+224=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 94 (37.11% from 255 or 16.40% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EE0 is #00A11F. Grayscale: #9C9C9C. Windows color (decimal): -41248 or 14704383. OLE color: 14704383.
HSL color Cylindrical-coordinate representation of color #FF5EE0: hue angle of 311.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EE0 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 224 | - |
| CMYK | 0 | 0.63 | 0.12 | 0 |
| HSL | 311.55º | 1% | 0.68% | - |
| HSV(B) | 311.55º | 0.63% | 1% | - |
| XYZ | 58.7 | 34.65 | 74.11 | - |
| YUV | 156.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 224 | 0 | 0.63 | 0.12 | 0 | 311.55 | 1 | 0.68 |
| Hex | FF | 5E | E0 | 0 | 3F | C | 0 | 138 | 64 | 44 |
| Octal | 377 | 136 | 340 | 0 | 77 | 14 | 0 | 470 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11100000 | 0 | 111111 | 1100 | 0 | 100111000 | 1100100 | 1000100 |
Color Harmonies of #FF5EE0
Complementary color
Monochromatic Colors of #FF5EE0
Black with #FF5EE0
Text Example
Text Example
White with #FF5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EE0; }
p { color: rgb(255,94,224); }
H1.HeaderClassName
{
color: #FF5EE0;
}
.AnyTagClassName
{
color: #FF5EE0;
}
</style>
background-color css
<style>
a { background-color: #FF5EE0; }
a { background-color: rgb(255,94,224); }
div.DivClassName
{
background-color: #FF5EE0;
}
.BgClassName
{
background-color: #FF5EE0;
}
</style>
border-color css
<style>
span { border-color: #FF5EE0; }
span { border-color: rgb(255,94,224); }
td.TdClassName
{
border-color: #FF5EE0;
}
.TagClassName
{
border-color: #FF5EE0;
}
</style>