Html Css Color HEX #FF58E2 Free Speech Magenta
📋 copy color: '#FF58E2'red 255 ◦ green 88 ◦ blue 226
Shades of Free Speech Magenta #FF58E2
Tints of Free Speech Magenta #FF58E2
RGB
CMYK
RGB Variations
Color information
#FF58E2 (or 0xFF58E2) is known color: Free Speech Magenta. HEX triplet: FF, 58 and E2. RGB value is (255,88,226). Sum of RGB (Red+Green+Blue) = 255+88+226=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 88 (34.77% from 255 or 15.47% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58E2 is #00A71D. Grayscale: #999999. Windows color (decimal): -42782 or 14833919. OLE color: 14833919.
HSL color Cylindrical-coordinate representation of color #FF58E2: hue angle of 310.42º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF58E2 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 226 | - |
| CMYK | 0 | 0.65 | 0.11 | 0 |
| HSL | 310.42º | 1% | 0.67% | - |
| HSV(B) | 310.42º | 0.65% | 1% | - |
| XYZ | 58.46 | 33.73 | 75.38 | - |
| YUV | 153.67 | 168.83 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 226 | 0 | 0.65 | 0.11 | 0 | 310.42 | 1 | 0.67 |
| Hex | FF | 58 | E2 | 0 | 41 | B | 0 | 136 | 64 | 43 |
| Octal | 377 | 130 | 342 | 0 | 101 | 13 | 0 | 466 | 144 | 103 |
| Binary | 11111111 | 1011000 | 11100010 | 0 | 1000001 | 1011 | 0 | 100110110 | 1100100 | 1000011 |
Color Harmonies of #FF58E2
Complementary color
Monochromatic Colors of #FF58E2
Black with #FF58E2
Text Example
Text Example
White with #FF58E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF58E2; }
p { color: rgb(255,88,226); }
H1.HeaderClassName
{
color: #FF58E2;
}
.AnyTagClassName
{
color: #FF58E2;
}
</style>
background-color css
<style>
a { background-color: #FF58E2; }
a { background-color: rgb(255,88,226); }
div.DivClassName
{
background-color: #FF58E2;
}
.BgClassName
{
background-color: #FF58E2;
}
</style>
border-color css
<style>
span { border-color: #FF58E2; }
span { border-color: rgb(255,88,226); }
td.TdClassName
{
border-color: #FF58E2;
}
.TagClassName
{
border-color: #FF58E2;
}
</style>