Html Css Color HEX #E05FDD Free Speech Magenta
📋 copy color: '#E05FDD'red 224 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #E05FDD
Tints of Free Speech Magenta #E05FDD
RGB
CMYK
RGB Variations
Color information
#E05FDD (or 0xE05FDD) is known color: Free Speech Magenta. HEX triplet: E0, 5F and DD. RGB value is (224,95,221). Sum of RGB (Red+Green+Blue) = 224+95+221=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FDD is #1FA022. Grayscale: #939393. Windows color (decimal): -2072611 or 14508000. OLE color: 14508000.
HSL color Cylindrical-coordinate representation of color #E05FDD: hue angle of 301.4º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05FDD is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 221 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.12 |
| HSL | 301.4º | 0.68% | 0.63% | - |
| HSV(B) | 301.4º | 0.58% | 0.88% | - |
| XYZ | 47.88 | 29.25 | 71.53 | - |
| YUV | 147.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 221 | 0 | 0.58 | 0.01 | 0.12 | 301.4 | 0.68 | 0.63 |
| Hex | E0 | 5F | DD | 0 | 3A | 1 | C | 12D | 44 | 3F |
| Octal | 340 | 137 | 335 | 0 | 72 | 1 | 14 | 455 | 104 | 77 |
| Binary | 11100000 | 1011111 | 11011101 | 0 | 111010 | 1 | 1100 | 100101101 | 1000100 | 111111 |
Color Harmonies of #E05FDD
Complementary color
Monochromatic Colors of #E05FDD
Black with #E05FDD
Text Example
Text Example
White with #E05FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FDD; }
p { color: rgb(224,95,221); }
H1.HeaderClassName
{
color: #E05FDD;
}
.AnyTagClassName
{
color: #E05FDD;
}
</style>
background-color css
<style>
a { background-color: #E05FDD; }
a { background-color: rgb(224,95,221); }
div.DivClassName
{
background-color: #E05FDD;
}
.BgClassName
{
background-color: #E05FDD;
}
</style>
border-color css
<style>
span { border-color: #E05FDD; }
span { border-color: rgb(224,95,221); }
td.TdClassName
{
border-color: #E05FDD;
}
.TagClassName
{
border-color: #E05FDD;
}
</style>