Html Css Color HEX #E250F6 Free Speech Magenta
📋 copy color: '#E250F6'red 226 ◦ green 80 ◦ blue 246
Shades of Free Speech Magenta #E250F6
Tints of Free Speech Magenta #E250F6
RGB
CMYK
RGB Variations
Color information
#E250F6 (or 0xE250F6) is known color: Free Speech Magenta. HEX triplet: E2, 50 and F6. RGB value is (226,80,246). Sum of RGB (Red+Green+Blue) = 226+80+246=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #E250F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250F6 is #1DAF09. Grayscale: #8E8E8E. Windows color (decimal): -1945354 or 16142562. OLE color: 16142562.
HSL color Cylindrical-coordinate representation of color #E250F6: hue angle of 292.77º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E250F6 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 80 | 246 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.04 |
| HSL | 292.77º | 0.9% | 0.64% | - |
| HSV(B) | 292.77º | 0.67% | 0.96% | - |
| XYZ | 50.87 | 28.56 | 90.02 | - |
| YUV | 142.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 246 | 0.08 | 0.67 | 0 | 0.04 | 292.77 | 0.9 | 0.64 |
| Hex | E2 | 50 | F6 | 8 | 43 | 0 | 4 | 125 | 5A | 40 |
| Octal | 342 | 120 | 366 | 10 | 103 | 0 | 4 | 445 | 132 | 100 |
| Binary | 11100010 | 1010000 | 11110110 | 1000 | 1000011 | 0 | 100 | 100100101 | 1011010 | 1000000 |
Color Harmonies of #E250F6
Complementary color
Monochromatic Colors of #E250F6
Black with #E250F6
Text Example
Text Example
White with #E250F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250F6; }
p { color: rgb(226,80,246); }
H1.HeaderClassName
{
color: #E250F6;
}
.AnyTagClassName
{
color: #E250F6;
}
</style>
background-color css
<style>
a { background-color: #E250F6; }
a { background-color: rgb(226,80,246); }
div.DivClassName
{
background-color: #E250F6;
}
.BgClassName
{
background-color: #E250F6;
}
</style>
border-color css
<style>
span { border-color: #E250F6; }
span { border-color: rgb(226,80,246); }
td.TdClassName
{
border-color: #E250F6;
}
.TagClassName
{
border-color: #E250F6;
}
</style>