Html Css Color HEX #E836F0 Free Speech Magenta
📋 copy color: '#E836F0'red 232 ◦ green 54 ◦ blue 240
Shades of Free Speech Magenta #E836F0
Tints of Free Speech Magenta #E836F0
RGB
CMYK
RGB Variations
Color information
#E836F0 (or 0xE836F0) is known color: Free Speech Magenta. HEX triplet: E8, 36 and F0. RGB value is (232,54,240). Sum of RGB (Red+Green+Blue) = 232+54+240=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 54 (21.48% from 255 or 10.27% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #E836F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E836F0 is #17C90F. Grayscale: #7F7F7F. Windows color (decimal): -1558800 or 15742696. OLE color: 15742696.
HSL color Cylindrical-coordinate representation of color #E836F0: hue angle of 297.42º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E836F0 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 54 | 240 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.06 |
| HSL | 297.42º | 0.86% | 0.58% | - |
| HSV(B) | 297.42º | 0.78% | 0.94% | - |
| XYZ | 50.33 | 26.09 | 84.82 | - |
| YUV | 128.43 | 190.97 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 54 | 240 | 0.03 | 0.78 | 0 | 0.06 | 297.42 | 0.86 | 0.58 |
| Hex | E8 | 36 | F0 | 3 | 4E | 0 | 6 | 129 | 56 | 3A |
| Octal | 350 | 66 | 360 | 3 | 116 | 0 | 6 | 451 | 126 | 72 |
| Binary | 11101000 | 110110 | 11110000 | 11 | 1001110 | 0 | 110 | 100101001 | 1010110 | 111010 |
Color Harmonies of #E836F0
Complementary color
Monochromatic Colors of #E836F0
Black with #E836F0
Text Example
Text Example
White with #E836F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E836F0; }
p { color: rgb(232,54,240); }
H1.HeaderClassName
{
color: #E836F0;
}
.AnyTagClassName
{
color: #E836F0;
}
</style>
background-color css
<style>
a { background-color: #E836F0; }
a { background-color: rgb(232,54,240); }
div.DivClassName
{
background-color: #E836F0;
}
.BgClassName
{
background-color: #E836F0;
}
</style>
border-color css
<style>
span { border-color: #E836F0; }
span { border-color: rgb(232,54,240); }
td.TdClassName
{
border-color: #E836F0;
}
.TagClassName
{
border-color: #E836F0;
}
</style>