Html Css Color HEX #E449BE Free Speech Magenta
📋 copy color: '#E449BE'red 228 ◦ green 73 ◦ blue 190
Shades of Free Speech Magenta #E449BE
Tints of Free Speech Magenta #E449BE
RGB
CMYK
RGB Variations
Color information
#E449BE (or 0xE449BE) is known color: Free Speech Magenta. HEX triplet: E4, 49 and BE. RGB value is (228,73,190). Sum of RGB (Red+Green+Blue) = 228+73+190=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E449BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449BE is #1BB641. Grayscale: #848484. Windows color (decimal): -1816130 or 12470756. OLE color: 12470756.
HSL color Cylindrical-coordinate representation of color #E449BE: hue angle of 314.71º 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 #E449BE is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 190 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.11 |
| HSL | 314.71º | 0.74% | 0.59% | - |
| HSV(B) | 314.71º | 0.68% | 0.89% | - |
| XYZ | 43.67 | 24.98 | 51.23 | - |
| YUV | 132.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 190 | 0 | 0.68 | 0.17 | 0.11 | 314.71 | 0.74 | 0.59 |
| Hex | E4 | 49 | BE | 0 | 44 | 11 | B | 13B | 4A | 3B |
| Octal | 344 | 111 | 276 | 0 | 104 | 21 | 13 | 473 | 112 | 73 |
| Binary | 11100100 | 1001001 | 10111110 | 0 | 1000100 | 10001 | 1011 | 100111011 | 1001010 | 111011 |
Color Harmonies of #E449BE
Complementary color
Monochromatic Colors of #E449BE
Black with #E449BE
Text Example
Text Example
White with #E449BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449BE; }
p { color: rgb(228,73,190); }
H1.HeaderClassName
{
color: #E449BE;
}
.AnyTagClassName
{
color: #E449BE;
}
</style>
background-color css
<style>
a { background-color: #E449BE; }
a { background-color: rgb(228,73,190); }
div.DivClassName
{
background-color: #E449BE;
}
.BgClassName
{
background-color: #E449BE;
}
</style>
border-color css
<style>
span { border-color: #E449BE; }
span { border-color: rgb(228,73,190); }
td.TdClassName
{
border-color: #E449BE;
}
.TagClassName
{
border-color: #E449BE;
}
</style>