Html Css Color HEX #E538EC Free Speech Magenta
📋 copy color: '#E538EC'red 229 ◦ green 56 ◦ blue 236
Shades of Free Speech Magenta #E538EC
Tints of Free Speech Magenta #E538EC
RGB
CMYK
RGB Variations
Color information
#E538EC (or 0xE538EC) is known color: Free Speech Magenta. HEX triplet: E5, 38 and EC. RGB value is (229,56,236). Sum of RGB (Red+Green+Blue) = 229+56+236=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #E538EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E538EC is #1AC713. Grayscale: #7F7F7F. Windows color (decimal): -1754900 or 15481061. OLE color: 15481061.
HSL color Cylindrical-coordinate representation of color #E538EC: hue angle of 297.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538EC is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 56 | 236 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.07 |
| HSL | 297.67º | 0.83% | 0.57% | - |
| HSV(B) | 297.67º | 0.76% | 0.93% | - |
| XYZ | 48.87 | 25.54 | 81.71 | - |
| YUV | 128.25 | 188.81 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 236 | 0.03 | 0.76 | 0 | 0.07 | 297.67 | 0.83 | 0.57 |
| Hex | E5 | 38 | EC | 3 | 4C | 0 | 7 | 12A | 53 | 39 |
| Octal | 345 | 70 | 354 | 3 | 114 | 0 | 7 | 452 | 123 | 71 |
| Binary | 11100101 | 111000 | 11101100 | 11 | 1001100 | 0 | 111 | 100101010 | 1010011 | 111001 |
Color Harmonies of #E538EC
Complementary color
Monochromatic Colors of #E538EC
Black with #E538EC
Text Example
Text Example
White with #E538EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538EC; }
p { color: rgb(229,56,236); }
H1.HeaderClassName
{
color: #E538EC;
}
.AnyTagClassName
{
color: #E538EC;
}
</style>
background-color css
<style>
a { background-color: #E538EC; }
a { background-color: rgb(229,56,236); }
div.DivClassName
{
background-color: #E538EC;
}
.BgClassName
{
background-color: #E538EC;
}
</style>
border-color css
<style>
span { border-color: #E538EC; }
span { border-color: rgb(229,56,236); }
td.TdClassName
{
border-color: #E538EC;
}
.TagClassName
{
border-color: #E538EC;
}
</style>