Html Css Color HEX #E551F2 Free Speech Magenta
📋 copy color: '#E551F2'red 229 ◦ green 81 ◦ blue 242
Shades of Free Speech Magenta #E551F2
Tints of Free Speech Magenta #E551F2
RGB
CMYK
RGB Variations
Color information
#E551F2 (or 0xE551F2) is known color: Free Speech Magenta. HEX triplet: E5, 51 and F2. RGB value is (229,81,242). Sum of RGB (Red+Green+Blue) = 229+81+242=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #E551F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E551F2 is #1AAE0D. Grayscale: #8F8F8F. Windows color (decimal): -1748494 or 15880677. OLE color: 15880677.
HSL color Cylindrical-coordinate representation of color #E551F2: hue angle of 295.16º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E551F2 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 81 | 242 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.05 |
| HSL | 295.16º | 0.86% | 0.63% | - |
| HSV(B) | 295.16º | 0.67% | 0.95% | - |
| XYZ | 51.28 | 28.95 | 86.89 | - |
| YUV | 143.61 | 183.53 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 242 | 0.05 | 0.67 | 0 | 0.05 | 295.16 | 0.86 | 0.63 |
| Hex | E5 | 51 | F2 | 5 | 43 | 0 | 5 | 127 | 56 | 3F |
| Octal | 345 | 121 | 362 | 5 | 103 | 0 | 5 | 447 | 126 | 77 |
| Binary | 11100101 | 1010001 | 11110010 | 101 | 1000011 | 0 | 101 | 100100111 | 1010110 | 111111 |
Color Harmonies of #E551F2
Complementary color
Monochromatic Colors of #E551F2
Black with #E551F2
Text Example
Text Example
White with #E551F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551F2; }
p { color: rgb(229,81,242); }
H1.HeaderClassName
{
color: #E551F2;
}
.AnyTagClassName
{
color: #E551F2;
}
</style>
background-color css
<style>
a { background-color: #E551F2; }
a { background-color: rgb(229,81,242); }
div.DivClassName
{
background-color: #E551F2;
}
.BgClassName
{
background-color: #E551F2;
}
</style>
border-color css
<style>
span { border-color: #E551F2; }
span { border-color: rgb(229,81,242); }
td.TdClassName
{
border-color: #E551F2;
}
.TagClassName
{
border-color: #E551F2;
}
</style>