Html Css Color HEX #FE5EE0 Free Speech Magenta
📋 copy color: '#FE5EE0'red 254 ◦ green 94 ◦ blue 224
Shades of Free Speech Magenta #FE5EE0
Tints of Free Speech Magenta #FE5EE0
RGB
CMYK
RGB Variations
Color information
#FE5EE0 (or 0xFE5EE0) is known color: Free Speech Magenta. HEX triplet: FE, 5E and E0. RGB value is (254,94,224). Sum of RGB (Red+Green+Blue) = 254+94+224=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 94 (37.11% from 255 or 16.43% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5EE0 is #01A11F. Grayscale: #9C9C9C. Windows color (decimal): -106784 or 14704382. OLE color: 14704382.
HSL color Cylindrical-coordinate representation of color #FE5EE0: hue angle of 311.25º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5EE0 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 224 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.00 |
| HSL | 311.25º | 0.99% | 0.68% | - |
| HSV(B) | 311.25º | 0.63% | 1% | - |
| XYZ | 58.33 | 34.46 | 74.1 | - |
| YUV | 156.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 224 | 0 | 0.63 | 0.12 | 0.00 | 311.25 | 0.99 | 0.68 |
| Hex | FE | 5E | E0 | 0 | 3F | C | 0 | 137 | 63 | 44 |
| Octal | 376 | 136 | 340 | 0 | 77 | 14 | 0 | 467 | 143 | 104 |
| Binary | 11111110 | 1011110 | 11100000 | 0 | 111111 | 1100 | 0 | 100110111 | 1100011 | 1000100 |
Color Harmonies of #FE5EE0
Complementary color
Monochromatic Colors of #FE5EE0
Black with #FE5EE0
Text Example
Text Example
White with #FE5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5EE0; }
p { color: rgb(254,94,224); }
H1.HeaderClassName
{
color: #FE5EE0;
}
.AnyTagClassName
{
color: #FE5EE0;
}
</style>
background-color css
<style>
a { background-color: #FE5EE0; }
a { background-color: rgb(254,94,224); }
div.DivClassName
{
background-color: #FE5EE0;
}
.BgClassName
{
background-color: #FE5EE0;
}
</style>
border-color css
<style>
span { border-color: #FE5EE0; }
span { border-color: rgb(254,94,224); }
td.TdClassName
{
border-color: #FE5EE0;
}
.TagClassName
{
border-color: #FE5EE0;
}
</style>