Html Css Color HEX #E244DD Free Speech Magenta
📋 copy color: '#E244DD'red 226 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #E244DD
Tints of Free Speech Magenta #E244DD
RGB
CMYK
RGB Variations
Color information
#E244DD (or 0xE244DD) is known color: Free Speech Magenta. HEX triplet: E2, 44 and DD. RGB value is (226,68,221). Sum of RGB (Red+Green+Blue) = 226+68+221=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E244DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E244DD is #1DBB22. Grayscale: #848484. Windows color (decimal): -1948451 or 14501090. OLE color: 14501090.
HSL color Cylindrical-coordinate representation of color #E244DD: hue angle of 301.9º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E244DD is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 221 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.11 |
| HSL | 301.9º | 0.73% | 0.58% | - |
| HSV(B) | 301.9º | 0.7% | 0.89% | - |
| XYZ | 46.48 | 25.52 | 70.88 | - |
| YUV | 132.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 221 | 0 | 0.70 | 0.02 | 0.11 | 301.9 | 0.73 | 0.58 |
| Hex | E2 | 44 | DD | 0 | 46 | 2 | B | 12E | 49 | 3A |
| Octal | 342 | 104 | 335 | 0 | 106 | 2 | 13 | 456 | 111 | 72 |
| Binary | 11100010 | 1000100 | 11011101 | 0 | 1000110 | 10 | 1011 | 100101110 | 1001001 | 111010 |
Color Harmonies of #E244DD
Complementary color
Monochromatic Colors of #E244DD
Black with #E244DD
Text Example
Text Example
White with #E244DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E244DD; }
p { color: rgb(226,68,221); }
H1.HeaderClassName
{
color: #E244DD;
}
.AnyTagClassName
{
color: #E244DD;
}
</style>
background-color css
<style>
a { background-color: #E244DD; }
a { background-color: rgb(226,68,221); }
div.DivClassName
{
background-color: #E244DD;
}
.BgClassName
{
background-color: #E244DD;
}
</style>
border-color css
<style>
span { border-color: #E244DD; }
span { border-color: rgb(226,68,221); }
td.TdClassName
{
border-color: #E244DD;
}
.TagClassName
{
border-color: #E244DD;
}
</style>