Html Css Color HEX #E344DD Free Speech Magenta
📋 copy color: '#E344DD'red 227 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #E344DD
Tints of Free Speech Magenta #E344DD
RGB
CMYK
RGB Variations
Color information
#E344DD (or 0xE344DD) is known color: Free Speech Magenta. HEX triplet: E3, 44 and DD. RGB value is (227,68,221). Sum of RGB (Red+Green+Blue) = 227+68+221=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E344DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E344DD is #1CBB22. Grayscale: #848484. Windows color (decimal): -1882915 or 14501091. OLE color: 14501091.
HSL color Cylindrical-coordinate representation of color #E344DD: hue angle of 302.26º degrees, saturation: 0.74, 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 #E344DD is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 221 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.11 |
| HSL | 302.26º | 0.74% | 0.58% | - |
| HSV(B) | 302.26º | 0.7% | 0.89% | - |
| XYZ | 46.8 | 25.69 | 70.9 | - |
| YUV | 132.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 221 | 0 | 0.70 | 0.03 | 0.11 | 302.26 | 0.74 | 0.58 |
| Hex | E3 | 44 | DD | 0 | 46 | 3 | B | 12E | 4A | 3A |
| Octal | 343 | 104 | 335 | 0 | 106 | 3 | 13 | 456 | 112 | 72 |
| Binary | 11100011 | 1000100 | 11011101 | 0 | 1000110 | 11 | 1011 | 100101110 | 1001010 | 111010 |
Color Harmonies of #E344DD
Complementary color
Monochromatic Colors of #E344DD
Black with #E344DD
Text Example
Text Example
White with #E344DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E344DD; }
p { color: rgb(227,68,221); }
H1.HeaderClassName
{
color: #E344DD;
}
.AnyTagClassName
{
color: #E344DD;
}
</style>
background-color css
<style>
a { background-color: #E344DD; }
a { background-color: rgb(227,68,221); }
div.DivClassName
{
background-color: #E344DD;
}
.BgClassName
{
background-color: #E344DD;
}
</style>
border-color css
<style>
span { border-color: #E344DD; }
span { border-color: rgb(227,68,221); }
td.TdClassName
{
border-color: #E344DD;
}
.TagClassName
{
border-color: #E344DD;
}
</style>