Html Css Color HEX #E445DD Free Speech Magenta
📋 copy color: '#E445DD'red 228 ◦ green 69 ◦ blue 221
Shades of Free Speech Magenta #E445DD
Tints of Free Speech Magenta #E445DD
RGB
CMYK
RGB Variations
Color information
#E445DD (or 0xE445DD) is known color: Free Speech Magenta. HEX triplet: E4, 45 and DD. RGB value is (228,69,221). Sum of RGB (Red+Green+Blue) = 228+69+221=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E445DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E445DD is #1BBA22. Grayscale: #858585. Windows color (decimal): -1817123 or 14501348. OLE color: 14501348.
HSL color Cylindrical-coordinate representation of color #E445DD: hue angle of 302.64º degrees, saturation: 0.75, 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 #E445DD is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 221 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.11 |
| HSL | 302.64º | 0.75% | 0.58% | - |
| HSV(B) | 302.64º | 0.7% | 0.89% | - |
| XYZ | 47.17 | 25.97 | 70.93 | - |
| YUV | 133.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 221 | 0 | 0.70 | 0.03 | 0.11 | 302.64 | 0.75 | 0.58 |
| Hex | E4 | 45 | DD | 0 | 46 | 3 | B | 12F | 4B | 3A |
| Octal | 344 | 105 | 335 | 0 | 106 | 3 | 13 | 457 | 113 | 72 |
| Binary | 11100100 | 1000101 | 11011101 | 0 | 1000110 | 11 | 1011 | 100101111 | 1001011 | 111010 |
Color Harmonies of #E445DD
Complementary color
Monochromatic Colors of #E445DD
Black with #E445DD
Text Example
Text Example
White with #E445DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E445DD; }
p { color: rgb(228,69,221); }
H1.HeaderClassName
{
color: #E445DD;
}
.AnyTagClassName
{
color: #E445DD;
}
</style>
background-color css
<style>
a { background-color: #E445DD; }
a { background-color: rgb(228,69,221); }
div.DivClassName
{
background-color: #E445DD;
}
.BgClassName
{
background-color: #E445DD;
}
</style>
border-color css
<style>
span { border-color: #E445DD; }
span { border-color: rgb(228,69,221); }
td.TdClassName
{
border-color: #E445DD;
}
.TagClassName
{
border-color: #E445DD;
}
</style>