Html Css Color HEX #E55DDD Free Speech Magenta
📋 copy color: '#E55DDD'red 229 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #E55DDD
Tints of Free Speech Magenta #E55DDD
RGB
CMYK
RGB Variations
Color information
#E55DDD (or 0xE55DDD) is known color: Free Speech Magenta. HEX triplet: E5, 5D and DD. RGB value is (229,93,221). Sum of RGB (Red+Green+Blue) = 229+93+221=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DDD is #1AA222. Grayscale: #939393. Windows color (decimal): -1745443 or 14507493. OLE color: 14507493.
HSL color Cylindrical-coordinate representation of color #E55DDD: hue angle of 303.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DDD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 221 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.10 |
| HSL | 303.53º | 0.72% | 0.63% | - |
| HSV(B) | 303.53º | 0.59% | 0.9% | - |
| XYZ | 49.28 | 29.71 | 71.54 | - |
| YUV | 148.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 221 | 0 | 0.59 | 0.03 | 0.10 | 303.53 | 0.72 | 0.63 |
| Hex | E5 | 5D | DD | 0 | 3B | 3 | A | 130 | 48 | 3F |
| Octal | 345 | 135 | 335 | 0 | 73 | 3 | 12 | 460 | 110 | 77 |
| Binary | 11100101 | 1011101 | 11011101 | 0 | 111011 | 11 | 1010 | 100110000 | 1001000 | 111111 |
Color Harmonies of #E55DDD
Complementary color
Monochromatic Colors of #E55DDD
Black with #E55DDD
Text Example
Text Example
White with #E55DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DDD; }
p { color: rgb(229,93,221); }
H1.HeaderClassName
{
color: #E55DDD;
}
.AnyTagClassName
{
color: #E55DDD;
}
</style>
background-color css
<style>
a { background-color: #E55DDD; }
a { background-color: rgb(229,93,221); }
div.DivClassName
{
background-color: #E55DDD;
}
.BgClassName
{
background-color: #E55DDD;
}
</style>
border-color css
<style>
span { border-color: #E55DDD; }
span { border-color: rgb(229,93,221); }
td.TdClassName
{
border-color: #E55DDD;
}
.TagClassName
{
border-color: #E55DDD;
}
</style>