Html Css Color HEX #E449DD Free Speech Magenta
📋 copy color: '#E449DD'red 228 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #E449DD
Tints of Free Speech Magenta #E449DD
RGB
CMYK
RGB Variations
Color information
#E449DD (or 0xE449DD) is known color: Free Speech Magenta. HEX triplet: E4, 49 and DD. RGB value is (228,73,221). Sum of RGB (Red+Green+Blue) = 228+73+221=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E449DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449DD is #1BB622. Grayscale: #878787. Windows color (decimal): -1816099 or 14502372. OLE color: 14502372.
HSL color Cylindrical-coordinate representation of color #E449DD: hue angle of 302.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 #E449DD is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 221 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.11 |
| HSL | 302.71º | 0.74% | 0.59% | - |
| HSV(B) | 302.71º | 0.68% | 0.89% | - |
| XYZ | 47.43 | 26.48 | 71.02 | - |
| YUV | 136.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 221 | 0 | 0.68 | 0.03 | 0.11 | 302.71 | 0.74 | 0.59 |
| Hex | E4 | 49 | DD | 0 | 44 | 3 | B | 12F | 4A | 3B |
| Octal | 344 | 111 | 335 | 0 | 104 | 3 | 13 | 457 | 112 | 73 |
| Binary | 11100100 | 1001001 | 11011101 | 0 | 1000100 | 11 | 1011 | 100101111 | 1001010 | 111011 |
Color Harmonies of #E449DD
Complementary color
Monochromatic Colors of #E449DD
Black with #E449DD
Text Example
Text Example
White with #E449DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449DD; }
p { color: rgb(228,73,221); }
H1.HeaderClassName
{
color: #E449DD;
}
.AnyTagClassName
{
color: #E449DD;
}
</style>
background-color css
<style>
a { background-color: #E449DD; }
a { background-color: rgb(228,73,221); }
div.DivClassName
{
background-color: #E449DD;
}
.BgClassName
{
background-color: #E449DD;
}
</style>
border-color css
<style>
span { border-color: #E449DD; }
span { border-color: rgb(228,73,221); }
td.TdClassName
{
border-color: #E449DD;
}
.TagClassName
{
border-color: #E449DD;
}
</style>