Html Css Color HEX #E05DDD Free Speech Magenta
📋 copy color: '#E05DDD'red 224 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #E05DDD
Tints of Free Speech Magenta #E05DDD
RGB
CMYK
RGB Variations
Color information
#E05DDD (or 0xE05DDD) is known color: Free Speech Magenta. HEX triplet: E0, 5D and DD. RGB value is (224,93,221). Sum of RGB (Red+Green+Blue) = 224+93+221=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DDD is #1FA222. Grayscale: #929292. Windows color (decimal): -2073123 or 14507488. OLE color: 14507488.
HSL color Cylindrical-coordinate representation of color #E05DDD: hue angle of 301.37º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DDD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 221 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.12 |
| HSL | 301.37º | 0.68% | 0.62% | - |
| HSV(B) | 301.37º | 0.58% | 0.88% | - |
| XYZ | 47.71 | 28.9 | 71.47 | - |
| YUV | 146.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 221 | 0 | 0.58 | 0.01 | 0.12 | 301.37 | 0.68 | 0.62 |
| Hex | E0 | 5D | DD | 0 | 3A | 1 | C | 12D | 44 | 3E |
| Octal | 340 | 135 | 335 | 0 | 72 | 1 | 14 | 455 | 104 | 76 |
| Binary | 11100000 | 1011101 | 11011101 | 0 | 111010 | 1 | 1100 | 100101101 | 1000100 | 111110 |
Color Harmonies of #E05DDD
Complementary color
Monochromatic Colors of #E05DDD
Black with #E05DDD
Text Example
Text Example
White with #E05DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DDD; }
p { color: rgb(224,93,221); }
H1.HeaderClassName
{
color: #E05DDD;
}
.AnyTagClassName
{
color: #E05DDD;
}
</style>
background-color css
<style>
a { background-color: #E05DDD; }
a { background-color: rgb(224,93,221); }
div.DivClassName
{
background-color: #E05DDD;
}
.BgClassName
{
background-color: #E05DDD;
}
</style>
border-color css
<style>
span { border-color: #E05DDD; }
span { border-color: rgb(224,93,221); }
td.TdClassName
{
border-color: #E05DDD;
}
.TagClassName
{
border-color: #E05DDD;
}
</style>