Html Css Color HEX #E449D5 Free Speech Magenta
📋 copy color: '#E449D5'red 228 ◦ green 73 ◦ blue 213
Shades of Free Speech Magenta #E449D5
Tints of Free Speech Magenta #E449D5
RGB
CMYK
RGB Variations
Color information
#E449D5 (or 0xE449D5) is known color: Free Speech Magenta. HEX triplet: E4, 49 and D5. RGB value is (228,73,213). Sum of RGB (Red+Green+Blue) = 228+73+213=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E449D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449D5 is #1BB62A. Grayscale: #868686. Windows color (decimal): -1816107 or 13978084. OLE color: 13978084.
HSL color Cylindrical-coordinate representation of color #E449D5: hue angle of 305.81º 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 #E449D5 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 213 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.11 |
| HSL | 305.81º | 0.74% | 0.59% | - |
| HSV(B) | 305.81º | 0.68% | 0.89% | - |
| XYZ | 46.39 | 26.06 | 65.54 | - |
| YUV | 135.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 213 | 0 | 0.68 | 0.07 | 0.11 | 305.81 | 0.74 | 0.59 |
| Hex | E4 | 49 | D5 | 0 | 44 | 7 | B | 132 | 4A | 3B |
| Octal | 344 | 111 | 325 | 0 | 104 | 7 | 13 | 462 | 112 | 73 |
| Binary | 11100100 | 1001001 | 11010101 | 0 | 1000100 | 111 | 1011 | 100110010 | 1001010 | 111011 |
Color Harmonies of #E449D5
Complementary color
Monochromatic Colors of #E449D5
Black with #E449D5
Text Example
Text Example
White with #E449D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449D5; }
p { color: rgb(228,73,213); }
H1.HeaderClassName
{
color: #E449D5;
}
.AnyTagClassName
{
color: #E449D5;
}
</style>
background-color css
<style>
a { background-color: #E449D5; }
a { background-color: rgb(228,73,213); }
div.DivClassName
{
background-color: #E449D5;
}
.BgClassName
{
background-color: #E449D5;
}
</style>
border-color css
<style>
span { border-color: #E449D5; }
span { border-color: rgb(228,73,213); }
td.TdClassName
{
border-color: #E449D5;
}
.TagClassName
{
border-color: #E449D5;
}
</style>