Html Css Color HEX #E250BA Free Speech Magenta
📋 copy color: '#E250BA'red 226 ◦ green 80 ◦ blue 186
Shades of Free Speech Magenta #E250BA
Tints of Free Speech Magenta #E250BA
RGB
CMYK
RGB Variations
Color information
#E250BA (or 0xE250BA) is known color: Free Speech Magenta. HEX triplet: E2, 50 and BA. RGB value is (226,80,186). Sum of RGB (Red+Green+Blue) = 226+80+186=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E250BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250BA is #1DAF45. Grayscale: #878787. Windows color (decimal): -1945414 or 12210402. OLE color: 12210402.
HSL color Cylindrical-coordinate representation of color #E250BA: hue angle of 316.44º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E250BA is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 186 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.11 |
| HSL | 316.44º | 0.72% | 0.6% | - |
| HSV(B) | 316.44º | 0.65% | 0.89% | - |
| XYZ | 43.1 | 25.45 | 49.1 | - |
| YUV | 135.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 186 | 0 | 0.65 | 0.18 | 0.11 | 316.44 | 0.72 | 0.6 |
| Hex | E2 | 50 | BA | 0 | 41 | 12 | B | 13C | 48 | 3C |
| Octal | 342 | 120 | 272 | 0 | 101 | 22 | 13 | 474 | 110 | 74 |
| Binary | 11100010 | 1010000 | 10111010 | 0 | 1000001 | 10010 | 1011 | 100111100 | 1001000 | 111100 |
Color Harmonies of #E250BA
Complementary color
Monochromatic Colors of #E250BA
Black with #E250BA
Text Example
Text Example
White with #E250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250BA; }
p { color: rgb(226,80,186); }
H1.HeaderClassName
{
color: #E250BA;
}
.AnyTagClassName
{
color: #E250BA;
}
</style>
background-color css
<style>
a { background-color: #E250BA; }
a { background-color: rgb(226,80,186); }
div.DivClassName
{
background-color: #E250BA;
}
.BgClassName
{
background-color: #E250BA;
}
</style>
border-color css
<style>
span { border-color: #E250BA; }
span { border-color: rgb(226,80,186); }
td.TdClassName
{
border-color: #E250BA;
}
.TagClassName
{
border-color: #E250BA;
}
</style>