Html Css Color HEX #E838F0 Free Speech Magenta
📋 copy color: '#E838F0'red 232 ◦ green 56 ◦ blue 240
Shades of Free Speech Magenta #E838F0
Tints of Free Speech Magenta #E838F0
RGB
CMYK
RGB Variations
Color information
#E838F0 (or 0xE838F0) is known color: Free Speech Magenta. HEX triplet: E8, 38 and F0. RGB value is (232,56,240). Sum of RGB (Red+Green+Blue) = 232+56+240=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 56 (22.27% from 255 or 10.61% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #E838F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E838F0 is #17C70F. Grayscale: #818181. Windows color (decimal): -1558288 or 15743208. OLE color: 15743208.
HSL color Cylindrical-coordinate representation of color #E838F0: hue angle of 297.39º 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 #E838F0 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 56 | 240 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.06 |
| HSL | 297.39º | 0.86% | 0.58% | - |
| HSV(B) | 297.39º | 0.77% | 0.94% | - |
| XYZ | 50.42 | 26.28 | 84.85 | - |
| YUV | 129.6 | 190.31 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 56 | 240 | 0.03 | 0.77 | 0 | 0.06 | 297.39 | 0.86 | 0.58 |
| Hex | E8 | 38 | F0 | 3 | 4D | 0 | 6 | 129 | 56 | 3A |
| Octal | 350 | 70 | 360 | 3 | 115 | 0 | 6 | 451 | 126 | 72 |
| Binary | 11101000 | 111000 | 11110000 | 11 | 1001101 | 0 | 110 | 100101001 | 1010110 | 111010 |
Color Harmonies of #E838F0
Complementary color
Monochromatic Colors of #E838F0
Black with #E838F0
Text Example
Text Example
White with #E838F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E838F0; }
p { color: rgb(232,56,240); }
H1.HeaderClassName
{
color: #E838F0;
}
.AnyTagClassName
{
color: #E838F0;
}
</style>
background-color css
<style>
a { background-color: #E838F0; }
a { background-color: rgb(232,56,240); }
div.DivClassName
{
background-color: #E838F0;
}
.BgClassName
{
background-color: #E838F0;
}
</style>
border-color css
<style>
span { border-color: #E838F0; }
span { border-color: rgb(232,56,240); }
td.TdClassName
{
border-color: #E838F0;
}
.TagClassName
{
border-color: #E838F0;
}
</style>