Html Css Color HEX #E250ED Free Speech Magenta
📋 copy color: '#E250ED'red 226 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #E250ED
Tints of Free Speech Magenta #E250ED
RGB
CMYK
RGB Variations
Color information
#E250ED (or 0xE250ED) is known color: Free Speech Magenta. HEX triplet: E2, 50 and ED. RGB value is (226,80,237). Sum of RGB (Red+Green+Blue) = 226+80+237=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 80 (31.64% from 255 or 14.73% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #E250ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250ED is #1DAF12. Grayscale: #8D8D8D. Windows color (decimal): -1945363 or 15552738. OLE color: 15552738.
HSL color Cylindrical-coordinate representation of color #E250ED: hue angle of 295.8º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E250ED is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 80 | 237 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.07 |
| HSL | 295.8º | 0.81% | 0.62% | - |
| HSV(B) | 295.8º | 0.66% | 0.93% | - |
| XYZ | 49.52 | 28.02 | 82.92 | - |
| YUV | 141.55 | 181.87 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 237 | 0.05 | 0.66 | 0 | 0.07 | 295.8 | 0.81 | 0.62 |
| Hex | E2 | 50 | ED | 5 | 42 | 0 | 7 | 128 | 51 | 3E |
| Octal | 342 | 120 | 355 | 5 | 102 | 0 | 7 | 450 | 121 | 76 |
| Binary | 11100010 | 1010000 | 11101101 | 101 | 1000010 | 0 | 111 | 100101000 | 1010001 | 111110 |
Color Harmonies of #E250ED
Complementary color
Monochromatic Colors of #E250ED
Black with #E250ED
Text Example
Text Example
White with #E250ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250ED; }
p { color: rgb(226,80,237); }
H1.HeaderClassName
{
color: #E250ED;
}
.AnyTagClassName
{
color: #E250ED;
}
</style>
background-color css
<style>
a { background-color: #E250ED; }
a { background-color: rgb(226,80,237); }
div.DivClassName
{
background-color: #E250ED;
}
.BgClassName
{
background-color: #E250ED;
}
</style>
border-color css
<style>
span { border-color: #E250ED; }
span { border-color: rgb(226,80,237); }
td.TdClassName
{
border-color: #E250ED;
}
.TagClassName
{
border-color: #E250ED;
}
</style>