Html Css Color HEX #E545F5 Free Speech Magenta
📋 copy color: '#E545F5'red 229 ◦ green 69 ◦ blue 245
Shades of Free Speech Magenta #E545F5
Tints of Free Speech Magenta #E545F5
RGB
CMYK
RGB Variations
Color information
#E545F5 (or 0xE545F5) is known color: Free Speech Magenta. HEX triplet: E5, 45 and F5. RGB value is (229,69,245). Sum of RGB (Red+Green+Blue) = 229+69+245=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 69 (27.34% from 255 or 12.71% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #E545F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E545F5 is #1ABA0A. Grayscale: #888888. Windows color (decimal): -1751563 or 16074213. OLE color: 16074213.
HSL color Cylindrical-coordinate representation of color #E545F5: hue angle of 294.55º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E545F5 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 69 | 245 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.04 |
| HSL | 294.55º | 0.9% | 0.62% | - |
| HSV(B) | 294.55º | 0.72% | 0.96% | - |
| XYZ | 50.92 | 27.51 | 89.01 | - |
| YUV | 136.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 245 | 0.07 | 0.72 | 0 | 0.04 | 294.55 | 0.9 | 0.62 |
| Hex | E5 | 45 | F5 | 7 | 48 | 0 | 4 | 127 | 5A | 3E |
| Octal | 345 | 105 | 365 | 7 | 110 | 0 | 4 | 447 | 132 | 76 |
| Binary | 11100101 | 1000101 | 11110101 | 111 | 1001000 | 0 | 100 | 100100111 | 1011010 | 111110 |
Color Harmonies of #E545F5
Complementary color
Monochromatic Colors of #E545F5
Black with #E545F5
Text Example
Text Example
White with #E545F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545F5; }
p { color: rgb(229,69,245); }
H1.HeaderClassName
{
color: #E545F5;
}
.AnyTagClassName
{
color: #E545F5;
}
</style>
background-color css
<style>
a { background-color: #E545F5; }
a { background-color: rgb(229,69,245); }
div.DivClassName
{
background-color: #E545F5;
}
.BgClassName
{
background-color: #E545F5;
}
</style>
border-color css
<style>
span { border-color: #E545F5; }
span { border-color: rgb(229,69,245); }
td.TdClassName
{
border-color: #E545F5;
}
.TagClassName
{
border-color: #E545F5;
}
</style>