Html Css Color HEX #E537F2 Free Speech Magenta
📋 copy color: '#E537F2'red 229 ◦ green 55 ◦ blue 242
Shades of Free Speech Magenta #E537F2
Tints of Free Speech Magenta #E537F2
RGB
CMYK
RGB Variations
Color information
#E537F2 (or 0xE537F2) is known color: Free Speech Magenta. HEX triplet: E5, 37 and F2. RGB value is (229,55,242). Sum of RGB (Red+Green+Blue) = 229+55+242=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 55 (21.88% from 255 or 10.46% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #E537F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E537F2 is #1AC80D. Grayscale: #7F7F7F. Windows color (decimal): -1755150 or 15874021. OLE color: 15874021.
HSL color Cylindrical-coordinate representation of color #E537F2: hue angle of 295.83º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E537F2 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 55 | 242 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.05 |
| HSL | 295.83º | 0.88% | 0.58% | - |
| HSV(B) | 295.83º | 0.77% | 0.95% | - |
| XYZ | 49.71 | 25.8 | 86.36 | - |
| YUV | 128.34 | 192.15 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 55 | 242 | 0.05 | 0.77 | 0 | 0.05 | 295.83 | 0.88 | 0.58 |
| Hex | E5 | 37 | F2 | 5 | 4D | 0 | 5 | 128 | 58 | 3A |
| Octal | 345 | 67 | 362 | 5 | 115 | 0 | 5 | 450 | 130 | 72 |
| Binary | 11100101 | 110111 | 11110010 | 101 | 1001101 | 0 | 101 | 100101000 | 1011000 | 111010 |
Color Harmonies of #E537F2
Complementary color
Monochromatic Colors of #E537F2
Black with #E537F2
Text Example
Text Example
White with #E537F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E537F2; }
p { color: rgb(229,55,242); }
H1.HeaderClassName
{
color: #E537F2;
}
.AnyTagClassName
{
color: #E537F2;
}
</style>
background-color css
<style>
a { background-color: #E537F2; }
a { background-color: rgb(229,55,242); }
div.DivClassName
{
background-color: #E537F2;
}
.BgClassName
{
background-color: #E537F2;
}
</style>
border-color css
<style>
span { border-color: #E537F2; }
span { border-color: rgb(229,55,242); }
td.TdClassName
{
border-color: #E537F2;
}
.TagClassName
{
border-color: #E537F2;
}
</style>