Html Css Color HEX #E250EE Free Speech Magenta
📋 copy color: '#E250EE'red 226 ◦ green 80 ◦ blue 238
Shades of Free Speech Magenta #E250EE
Tints of Free Speech Magenta #E250EE
RGB
CMYK
RGB Variations
Color information
#E250EE (or 0xE250EE) is known color: Free Speech Magenta. HEX triplet: E2, 50 and EE. RGB value is (226,80,238). Sum of RGB (Red+Green+Blue) = 226+80+238=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #E250EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E250EE is #1DAF11. Grayscale: #8D8D8D. Windows color (decimal): -1945362 or 15618274. OLE color: 15618274.
HSL color Cylindrical-coordinate representation of color #E250EE: hue angle of 295.44º degrees, saturation: 0.82, 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 #E250EE is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 80 | 238 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.07 |
| HSL | 295.44º | 0.82% | 0.62% | - |
| HSV(B) | 295.44º | 0.66% | 0.93% | - |
| XYZ | 49.67 | 28.08 | 83.69 | - |
| YUV | 141.67 | 182.37 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 238 | 0.05 | 0.66 | 0 | 0.07 | 295.44 | 0.82 | 0.62 |
| Hex | E2 | 50 | EE | 5 | 42 | 0 | 7 | 127 | 52 | 3E |
| Octal | 342 | 120 | 356 | 5 | 102 | 0 | 7 | 447 | 122 | 76 |
| Binary | 11100010 | 1010000 | 11101110 | 101 | 1000010 | 0 | 111 | 100100111 | 1010010 | 111110 |
Color Harmonies of #E250EE
Complementary color
Monochromatic Colors of #E250EE
Black with #E250EE
Text Example
Text Example
White with #E250EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250EE; }
p { color: rgb(226,80,238); }
H1.HeaderClassName
{
color: #E250EE;
}
.AnyTagClassName
{
color: #E250EE;
}
</style>
background-color css
<style>
a { background-color: #E250EE; }
a { background-color: rgb(226,80,238); }
div.DivClassName
{
background-color: #E250EE;
}
.BgClassName
{
background-color: #E250EE;
}
</style>
border-color css
<style>
span { border-color: #E250EE; }
span { border-color: rgb(226,80,238); }
td.TdClassName
{
border-color: #E250EE;
}
.TagClassName
{
border-color: #E250EE;
}
</style>