Html Css Color HEX #FF55E5 Free Speech Magenta
📋 copy color: '#FF55E5'red 255 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #FF55E5
Tints of Free Speech Magenta #FF55E5
RGB
CMYK
RGB Variations
Color information
#FF55E5 (or 0xFF55E5) is known color: Free Speech Magenta. HEX triplet: FF, 55 and E5. RGB value is (255,85,229). Sum of RGB (Red+Green+Blue) = 255+85+229=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55E5 is #00AA1A. Grayscale: #979797. Windows color (decimal): -43547 or 15029759. OLE color: 15029759.
HSL color Cylindrical-coordinate representation of color #FF55E5: hue angle of 309.18º 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 #FF55E5 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 229 | - |
| CMYK | 0 | 0.67 | 0.10 | 0 |
| HSL | 309.18º | 1% | 0.67% | - |
| HSV(B) | 309.18º | 0.67% | 1% | - |
| XYZ | 58.63 | 33.41 | 77.49 | - |
| YUV | 152.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 229 | 0 | 0.67 | 0.10 | 0 | 309.18 | 1 | 0.67 |
| Hex | FF | 55 | E5 | 0 | 43 | A | 0 | 135 | 64 | 43 |
| Octal | 377 | 125 | 345 | 0 | 103 | 12 | 0 | 465 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11100101 | 0 | 1000011 | 1010 | 0 | 100110101 | 1100100 | 1000011 |
Color Harmonies of #FF55E5
Complementary color
Monochromatic Colors of #FF55E5
Black with #FF55E5
Text Example
Text Example
White with #FF55E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55E5; }
p { color: rgb(255,85,229); }
H1.HeaderClassName
{
color: #FF55E5;
}
.AnyTagClassName
{
color: #FF55E5;
}
</style>
background-color css
<style>
a { background-color: #FF55E5; }
a { background-color: rgb(255,85,229); }
div.DivClassName
{
background-color: #FF55E5;
}
.BgClassName
{
background-color: #FF55E5;
}
</style>
border-color css
<style>
span { border-color: #FF55E5; }
span { border-color: rgb(255,85,229); }
td.TdClassName
{
border-color: #FF55E5;
}
.TagClassName
{
border-color: #FF55E5;
}
</style>