Html Css Color HEX #E237F0 Free Speech Magenta
📋 copy color: '#E237F0'red 226 ◦ green 55 ◦ blue 240
Shades of Free Speech Magenta #E237F0
Tints of Free Speech Magenta #E237F0
RGB
CMYK
RGB Variations
Color information
#E237F0 (or 0xE237F0) is known color: Free Speech Magenta. HEX triplet: E2, 37 and F0. RGB value is (226,55,240). Sum of RGB (Red+Green+Blue) = 226+55+240=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #E237F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E237F0 is #1DC80F. Grayscale: #7E7E7E. Windows color (decimal): -1951760 or 15742946. OLE color: 15742946.
HSL color Cylindrical-coordinate representation of color #E237F0: hue angle of 295.46º 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 #E237F0 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 55 | 240 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.06 |
| HSL | 295.46º | 0.86% | 0.58% | - |
| HSV(B) | 295.46º | 0.77% | 0.94% | - |
| XYZ | 48.46 | 25.19 | 84.75 | - |
| YUV | 127.22 | 191.65 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 240 | 0.06 | 0.77 | 0 | 0.06 | 295.46 | 0.86 | 0.58 |
| Hex | E2 | 37 | F0 | 6 | 4D | 0 | 6 | 127 | 56 | 3A |
| Octal | 342 | 67 | 360 | 6 | 115 | 0 | 6 | 447 | 126 | 72 |
| Binary | 11100010 | 110111 | 11110000 | 110 | 1001101 | 0 | 110 | 100100111 | 1010110 | 111010 |
Color Harmonies of #E237F0
Complementary color
Monochromatic Colors of #E237F0
Black with #E237F0
Text Example
Text Example
White with #E237F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E237F0; }
p { color: rgb(226,55,240); }
H1.HeaderClassName
{
color: #E237F0;
}
.AnyTagClassName
{
color: #E237F0;
}
</style>
background-color css
<style>
a { background-color: #E237F0; }
a { background-color: rgb(226,55,240); }
div.DivClassName
{
background-color: #E237F0;
}
.BgClassName
{
background-color: #E237F0;
}
</style>
border-color css
<style>
span { border-color: #E237F0; }
span { border-color: rgb(226,55,240); }
td.TdClassName
{
border-color: #E237F0;
}
.TagClassName
{
border-color: #E237F0;
}
</style>