Html Css Color HEX #E449BA Free Speech Magenta
📋 copy color: '#E449BA'red 228 ◦ green 73 ◦ blue 186
Shades of Free Speech Magenta #E449BA
Tints of Free Speech Magenta #E449BA
RGB
CMYK
RGB Variations
Color information
#E449BA (or 0xE449BA) is known color: Free Speech Magenta. HEX triplet: E4, 49 and BA. RGB value is (228,73,186). Sum of RGB (Red+Green+Blue) = 228+73+186=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E449BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449BA is #1BB645. Grayscale: #838383. Windows color (decimal): -1816134 or 12208612. OLE color: 12208612.
HSL color Cylindrical-coordinate representation of color #E449BA: hue angle of 316.26º degrees, saturation: 0.74, 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 #E449BA is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 186 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.11 |
| HSL | 316.26º | 0.74% | 0.59% | - |
| HSV(B) | 316.26º | 0.68% | 0.89% | - |
| XYZ | 43.24 | 24.8 | 48.96 | - |
| YUV | 132.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 186 | 0 | 0.68 | 0.18 | 0.11 | 316.26 | 0.74 | 0.59 |
| Hex | E4 | 49 | BA | 0 | 44 | 12 | B | 13C | 4A | 3B |
| Octal | 344 | 111 | 272 | 0 | 104 | 22 | 13 | 474 | 112 | 73 |
| Binary | 11100100 | 1001001 | 10111010 | 0 | 1000100 | 10010 | 1011 | 100111100 | 1001010 | 111011 |
Color Harmonies of #E449BA
Complementary color
Monochromatic Colors of #E449BA
Black with #E449BA
Text Example
Text Example
White with #E449BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449BA; }
p { color: rgb(228,73,186); }
H1.HeaderClassName
{
color: #E449BA;
}
.AnyTagClassName
{
color: #E449BA;
}
</style>
background-color css
<style>
a { background-color: #E449BA; }
a { background-color: rgb(228,73,186); }
div.DivClassName
{
background-color: #E449BA;
}
.BgClassName
{
background-color: #E449BA;
}
</style>
border-color css
<style>
span { border-color: #E449BA; }
span { border-color: rgb(228,73,186); }
td.TdClassName
{
border-color: #E449BA;
}
.TagClassName
{
border-color: #E449BA;
}
</style>