Html Css Color HEX #FE4EE5 Free Speech Magenta
📋 copy color: '#FE4EE5'red 254 ◦ green 78 ◦ blue 229
Shades of Free Speech Magenta #FE4EE5
Tints of Free Speech Magenta #FE4EE5
RGB
CMYK
RGB Variations
Color information
#FE4EE5 (or 0xFE4EE5) is known color: Free Speech Magenta. HEX triplet: FE, 4E and E5. RGB value is (254,78,229). Sum of RGB (Red+Green+Blue) = 254+78+229=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4EE5 is #01B11A. Grayscale: #939393. Windows color (decimal): -110875 or 15027966. OLE color: 15027966.
HSL color Cylindrical-coordinate representation of color #FE4EE5: hue angle of 308.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4EE5 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 78 | 229 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.00 |
| HSL | 308.52º | 0.99% | 0.65% | - |
| HSV(B) | 308.52º | 0.69% | 1% | - |
| XYZ | 57.74 | 32.18 | 77.3 | - |
| YUV | 147.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 78 | 229 | 0 | 0.69 | 0.10 | 0.00 | 308.52 | 0.99 | 0.65 |
| Hex | FE | 4E | E5 | 0 | 45 | A | 0 | 135 | 63 | 41 |
| Octal | 376 | 116 | 345 | 0 | 105 | 12 | 0 | 465 | 143 | 101 |
| Binary | 11111110 | 1001110 | 11100101 | 0 | 1000101 | 1010 | 0 | 100110101 | 1100011 | 1000001 |
Color Harmonies of #FE4EE5
Complementary color
Monochromatic Colors of #FE4EE5
Black with #FE4EE5
Text Example
Text Example
White with #FE4EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4EE5; }
p { color: rgb(254,78,229); }
H1.HeaderClassName
{
color: #FE4EE5;
}
.AnyTagClassName
{
color: #FE4EE5;
}
</style>
background-color css
<style>
a { background-color: #FE4EE5; }
a { background-color: rgb(254,78,229); }
div.DivClassName
{
background-color: #FE4EE5;
}
.BgClassName
{
background-color: #FE4EE5;
}
</style>
border-color css
<style>
span { border-color: #FE4EE5; }
span { border-color: rgb(254,78,229); }
td.TdClassName
{
border-color: #FE4EE5;
}
.TagClassName
{
border-color: #FE4EE5;
}
</style>