Html Css Color HEX #E538E7 Free Speech Magenta
📋 copy color: '#E538E7'red 229 ◦ green 56 ◦ blue 231
Shades of Free Speech Magenta #E538E7
Tints of Free Speech Magenta #E538E7
RGB
CMYK
RGB Variations
Color information
#E538E7 (or 0xE538E7) is known color: Free Speech Magenta. HEX triplet: E5, 38 and E7. RGB value is (229,56,231). Sum of RGB (Red+Green+Blue) = 229+56+231=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #E538E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E538E7 is #1AC718. Grayscale: #7F7F7F. Windows color (decimal): -1754905 or 15153381. OLE color: 15153381.
HSL color Cylindrical-coordinate representation of color #E538E7: hue angle of 299.31º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538E7 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 56 | 231 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.09 |
| HSL | 299.31º | 0.78% | 0.56% | - |
| HSV(B) | 299.31º | 0.76% | 0.91% | - |
| XYZ | 48.15 | 25.26 | 77.94 | - |
| YUV | 127.68 | 186.31 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 231 | 0.01 | 0.76 | 0 | 0.09 | 299.31 | 0.78 | 0.56 |
| Hex | E5 | 38 | E7 | 1 | 4C | 0 | 9 | 12B | 4E | 38 |
| Octal | 345 | 70 | 347 | 1 | 114 | 0 | 11 | 453 | 116 | 70 |
| Binary | 11100101 | 111000 | 11100111 | 1 | 1001100 | 0 | 1001 | 100101011 | 1001110 | 111000 |
Color Harmonies of #E538E7
Complementary color
Monochromatic Colors of #E538E7
Black with #E538E7
Text Example
Text Example
White with #E538E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538E7; }
p { color: rgb(229,56,231); }
H1.HeaderClassName
{
color: #E538E7;
}
.AnyTagClassName
{
color: #E538E7;
}
</style>
background-color css
<style>
a { background-color: #E538E7; }
a { background-color: rgb(229,56,231); }
div.DivClassName
{
background-color: #E538E7;
}
.BgClassName
{
background-color: #E538E7;
}
</style>
border-color css
<style>
span { border-color: #E538E7; }
span { border-color: rgb(229,56,231); }
td.TdClassName
{
border-color: #E538E7;
}
.TagClassName
{
border-color: #E538E7;
}
</style>