Html Css Color HEX #E249BA Free Speech Magenta
📋 copy color: '#E249BA'red 226 ◦ green 73 ◦ blue 186
Shades of Free Speech Magenta #E249BA
Tints of Free Speech Magenta #E249BA
RGB
CMYK
RGB Variations
Color information
#E249BA (or 0xE249BA) is known color: Free Speech Magenta. HEX triplet: E2, 49 and BA. RGB value is (226,73,186). Sum of RGB (Red+Green+Blue) = 226+73+186=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E249BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249BA is #1DB645. Grayscale: #838383. Windows color (decimal): -1947206 or 12208610. OLE color: 12208610.
HSL color Cylindrical-coordinate representation of color #E249BA: hue angle of 315.69º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249BA is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 186 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.11 |
| HSL | 315.69º | 0.73% | 0.59% | - |
| HSV(B) | 315.69º | 0.68% | 0.89% | - |
| XYZ | 42.61 | 24.48 | 48.93 | - |
| YUV | 131.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 186 | 0 | 0.68 | 0.18 | 0.11 | 315.69 | 0.73 | 0.59 |
| Hex | E2 | 49 | BA | 0 | 44 | 12 | B | 13C | 49 | 3B |
| Octal | 342 | 111 | 272 | 0 | 104 | 22 | 13 | 474 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10111010 | 0 | 1000100 | 10010 | 1011 | 100111100 | 1001001 | 111011 |
Color Harmonies of #E249BA
Complementary color
Monochromatic Colors of #E249BA
Black with #E249BA
Text Example
Text Example
White with #E249BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249BA; }
p { color: rgb(226,73,186); }
H1.HeaderClassName
{
color: #E249BA;
}
.AnyTagClassName
{
color: #E249BA;
}
</style>
background-color css
<style>
a { background-color: #E249BA; }
a { background-color: rgb(226,73,186); }
div.DivClassName
{
background-color: #E249BA;
}
.BgClassName
{
background-color: #E249BA;
}
</style>
border-color css
<style>
span { border-color: #E249BA; }
span { border-color: rgb(226,73,186); }
td.TdClassName
{
border-color: #E249BA;
}
.TagClassName
{
border-color: #E249BA;
}
</style>