Html Css Color HEX #E449D3 Free Speech Magenta
📋 copy color: '#E449D3'red 228 ◦ green 73 ◦ blue 211
Shades of Free Speech Magenta #E449D3
Tints of Free Speech Magenta #E449D3
RGB
CMYK
RGB Variations
Color information
#E449D3 (or 0xE449D3) is known color: Free Speech Magenta. HEX triplet: E4, 49 and D3. RGB value is (228,73,211). Sum of RGB (Red+Green+Blue) = 228+73+211=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E449D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449D3 is #1BB62C. Grayscale: #868686. Windows color (decimal): -1816109 or 13847012. OLE color: 13847012.
HSL color Cylindrical-coordinate representation of color #E449D3: hue angle of 306.58º 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 #E449D3 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 211 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.11 |
| HSL | 306.58º | 0.74% | 0.59% | - |
| HSV(B) | 306.58º | 0.68% | 0.89% | - |
| XYZ | 46.14 | 25.96 | 64.21 | - |
| YUV | 135.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 211 | 0 | 0.68 | 0.07 | 0.11 | 306.58 | 0.74 | 0.59 |
| Hex | E4 | 49 | D3 | 0 | 44 | 7 | B | 133 | 4A | 3B |
| Octal | 344 | 111 | 323 | 0 | 104 | 7 | 13 | 463 | 112 | 73 |
| Binary | 11100100 | 1001001 | 11010011 | 0 | 1000100 | 111 | 1011 | 100110011 | 1001010 | 111011 |
Color Harmonies of #E449D3
Complementary color
Monochromatic Colors of #E449D3
Black with #E449D3
Text Example
Text Example
White with #E449D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449D3; }
p { color: rgb(228,73,211); }
H1.HeaderClassName
{
color: #E449D3;
}
.AnyTagClassName
{
color: #E449D3;
}
</style>
background-color css
<style>
a { background-color: #E449D3; }
a { background-color: rgb(228,73,211); }
div.DivClassName
{
background-color: #E449D3;
}
.BgClassName
{
background-color: #E449D3;
}
</style>
border-color css
<style>
span { border-color: #E449D3; }
span { border-color: rgb(228,73,211); }
td.TdClassName
{
border-color: #E449D3;
}
.TagClassName
{
border-color: #E449D3;
}
</style>