Html Css Color HEX #E449D2 Free Speech Magenta
📋 copy color: '#E449D2'red 228 ◦ green 73 ◦ blue 210
Shades of Free Speech Magenta #E449D2
Tints of Free Speech Magenta #E449D2
RGB
CMYK
RGB Variations
Color information
#E449D2 (or 0xE449D2) is known color: Free Speech Magenta. HEX triplet: E4, 49 and D2. RGB value is (228,73,210). Sum of RGB (Red+Green+Blue) = 228+73+210=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E449D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449D2 is #1BB62D. Grayscale: #868686. Windows color (decimal): -1816110 or 13781476. OLE color: 13781476.
HSL color Cylindrical-coordinate representation of color #E449D2: hue angle of 306.97º 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 #E449D2 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 210 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.11 |
| HSL | 306.97º | 0.74% | 0.59% | - |
| HSV(B) | 306.97º | 0.68% | 0.89% | - |
| XYZ | 46.01 | 25.91 | 63.55 | - |
| YUV | 134.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 210 | 0 | 0.68 | 0.08 | 0.11 | 306.97 | 0.74 | 0.59 |
| Hex | E4 | 49 | D2 | 0 | 44 | 8 | B | 133 | 4A | 3B |
| Octal | 344 | 111 | 322 | 0 | 104 | 10 | 13 | 463 | 112 | 73 |
| Binary | 11100100 | 1001001 | 11010010 | 0 | 1000100 | 1000 | 1011 | 100110011 | 1001010 | 111011 |
Color Harmonies of #E449D2
Complementary color
Monochromatic Colors of #E449D2
Black with #E449D2
Text Example
Text Example
White with #E449D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449D2; }
p { color: rgb(228,73,210); }
H1.HeaderClassName
{
color: #E449D2;
}
.AnyTagClassName
{
color: #E449D2;
}
</style>
background-color css
<style>
a { background-color: #E449D2; }
a { background-color: rgb(228,73,210); }
div.DivClassName
{
background-color: #E449D2;
}
.BgClassName
{
background-color: #E449D2;
}
</style>
border-color css
<style>
span { border-color: #E449D2; }
span { border-color: rgb(228,73,210); }
td.TdClassName
{
border-color: #E449D2;
}
.TagClassName
{
border-color: #E449D2;
}
</style>