Html Css Color HEX #FF55E3 Free Speech Magenta
📋 copy color: '#FF55E3'red 255 ◦ green 85 ◦ blue 227
Shades of Free Speech Magenta #FF55E3
Tints of Free Speech Magenta #FF55E3
RGB
CMYK
RGB Variations
Color information
#FF55E3 (or 0xFF55E3) is known color: Free Speech Magenta. HEX triplet: FF, 55 and E3. RGB value is (255,85,227). Sum of RGB (Red+Green+Blue) = 255+85+227=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55E3 is #00AA1C. Grayscale: #979797. Windows color (decimal): -43549 or 14898687. OLE color: 14898687.
HSL color Cylindrical-coordinate representation of color #FF55E3: hue angle of 309.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55E3 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 227 | - |
| CMYK | 0 | 0.67 | 0.11 | 0 |
| HSL | 309.88º | 1% | 0.67% | - |
| HSV(B) | 309.88º | 0.67% | 1% | - |
| XYZ | 58.35 | 33.3 | 76.03 | - |
| YUV | 152.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 227 | 0 | 0.67 | 0.11 | 0 | 309.88 | 1 | 0.67 |
| Hex | FF | 55 | E3 | 0 | 43 | B | 0 | 136 | 64 | 43 |
| Octal | 377 | 125 | 343 | 0 | 103 | 13 | 0 | 466 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11100011 | 0 | 1000011 | 1011 | 0 | 100110110 | 1100100 | 1000011 |
Color Harmonies of #FF55E3
Complementary color
Monochromatic Colors of #FF55E3
Black with #FF55E3
Text Example
Text Example
White with #FF55E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55E3; }
p { color: rgb(255,85,227); }
H1.HeaderClassName
{
color: #FF55E3;
}
.AnyTagClassName
{
color: #FF55E3;
}
</style>
background-color css
<style>
a { background-color: #FF55E3; }
a { background-color: rgb(255,85,227); }
div.DivClassName
{
background-color: #FF55E3;
}
.BgClassName
{
background-color: #FF55E3;
}
</style>
border-color css
<style>
span { border-color: #FF55E3; }
span { border-color: rgb(255,85,227); }
td.TdClassName
{
border-color: #FF55E3;
}
.TagClassName
{
border-color: #FF55E3;
}
</style>