Html Css Color HEX #E239ED Free Speech Magenta
📋 copy color: '#E239ED'red 226 ◦ green 57 ◦ blue 237
Shades of Free Speech Magenta #E239ED
Tints of Free Speech Magenta #E239ED
RGB
CMYK
RGB Variations
Color information
#E239ED (or 0xE239ED) is known color: Free Speech Magenta. HEX triplet: E2, 39 and ED. RGB value is (226,57,237). Sum of RGB (Red+Green+Blue) = 226+57+237=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 57 (22.66% from 255 or 10.96% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #E239ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E239ED is #1DC612. Grayscale: #7F7F7F. Windows color (decimal): -1951251 or 15546850. OLE color: 15546850.
HSL color Cylindrical-coordinate representation of color #E239ED: hue angle of 296.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E239ED is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 57 | 237 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.07 |
| HSL | 296.33º | 0.83% | 0.58% | - |
| HSV(B) | 296.33º | 0.76% | 0.93% | - |
| XYZ | 48.11 | 25.21 | 82.45 | - |
| YUV | 128.05 | 189.49 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 237 | 0.05 | 0.76 | 0 | 0.07 | 296.33 | 0.83 | 0.58 |
| Hex | E2 | 39 | ED | 5 | 4C | 0 | 7 | 128 | 53 | 3A |
| Octal | 342 | 71 | 355 | 5 | 114 | 0 | 7 | 450 | 123 | 72 |
| Binary | 11100010 | 111001 | 11101101 | 101 | 1001100 | 0 | 111 | 100101000 | 1010011 | 111010 |
Color Harmonies of #E239ED
Complementary color
Monochromatic Colors of #E239ED
Black with #E239ED
Text Example
Text Example
White with #E239ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239ED; }
p { color: rgb(226,57,237); }
H1.HeaderClassName
{
color: #E239ED;
}
.AnyTagClassName
{
color: #E239ED;
}
</style>
background-color css
<style>
a { background-color: #E239ED; }
a { background-color: rgb(226,57,237); }
div.DivClassName
{
background-color: #E239ED;
}
.BgClassName
{
background-color: #E239ED;
}
</style>
border-color css
<style>
span { border-color: #E239ED; }
span { border-color: rgb(226,57,237); }
td.TdClassName
{
border-color: #E239ED;
}
.TagClassName
{
border-color: #E239ED;
}
</style>