Html Css Color HEX #E242ED Free Speech Magenta
📋 copy color: '#E242ED'red 226 ◦ green 66 ◦ blue 237
Shades of Free Speech Magenta #E242ED
Tints of Free Speech Magenta #E242ED
RGB
CMYK
RGB Variations
Color information
#E242ED (or 0xE242ED) is known color: Free Speech Magenta. HEX triplet: E2, 42 and ED. RGB value is (226,66,237). Sum of RGB (Red+Green+Blue) = 226+66+237=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #E242ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E242ED is #1DBD12. Grayscale: #848484. Windows color (decimal): -1948947 or 15549154. OLE color: 15549154.
HSL color Cylindrical-coordinate representation of color #E242ED: hue angle of 296.14º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E242ED is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 66 | 237 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.07 |
| HSL | 296.14º | 0.83% | 0.59% | - |
| HSV(B) | 296.14º | 0.72% | 0.93% | - |
| XYZ | 48.6 | 26.18 | 82.61 | - |
| YUV | 133.33 | 186.51 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 237 | 0.05 | 0.72 | 0 | 0.07 | 296.14 | 0.83 | 0.59 |
| Hex | E2 | 42 | ED | 5 | 48 | 0 | 7 | 128 | 53 | 3B |
| Octal | 342 | 102 | 355 | 5 | 110 | 0 | 7 | 450 | 123 | 73 |
| Binary | 11100010 | 1000010 | 11101101 | 101 | 1001000 | 0 | 111 | 100101000 | 1010011 | 111011 |
Color Harmonies of #E242ED
Complementary color
Monochromatic Colors of #E242ED
Black with #E242ED
Text Example
Text Example
White with #E242ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242ED; }
p { color: rgb(226,66,237); }
H1.HeaderClassName
{
color: #E242ED;
}
.AnyTagClassName
{
color: #E242ED;
}
</style>
background-color css
<style>
a { background-color: #E242ED; }
a { background-color: rgb(226,66,237); }
div.DivClassName
{
background-color: #E242ED;
}
.BgClassName
{
background-color: #E242ED;
}
</style>
border-color css
<style>
span { border-color: #E242ED; }
span { border-color: rgb(226,66,237); }
td.TdClassName
{
border-color: #E242ED;
}
.TagClassName
{
border-color: #E242ED;
}
</style>