Html Css Color HEX #E05ADF Free Speech Magenta
📋 copy color: '#E05ADF'red 224 ◦ green 90 ◦ blue 223
Shades of Free Speech Magenta #E05ADF
Tints of Free Speech Magenta #E05ADF
RGB
CMYK
RGB Variations
Color information
#E05ADF (or 0xE05ADF) is known color: Free Speech Magenta. HEX triplet: E0, 5A and DF. RGB value is (224,90,223). Sum of RGB (Red+Green+Blue) = 224+90+223=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ADF is #1FA520. Grayscale: #909090. Windows color (decimal): -2073889 or 14637792. OLE color: 14637792.
HSL color Cylindrical-coordinate representation of color #E05ADF: hue angle of 300.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05ADF is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 223 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.12 |
| HSL | 300.45º | 0.68% | 0.62% | - |
| HSV(B) | 300.45º | 0.6% | 0.88% | - |
| XYZ | 47.72 | 28.49 | 72.8 | - |
| YUV | 145.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 223 | 0 | 0.60 | 0.00 | 0.12 | 300.45 | 0.68 | 0.62 |
| Hex | E0 | 5A | DF | 0 | 3C | 0 | C | 12C | 44 | 3E |
| Octal | 340 | 132 | 337 | 0 | 74 | 0 | 14 | 454 | 104 | 76 |
| Binary | 11100000 | 1011010 | 11011111 | 0 | 111100 | 0 | 1100 | 100101100 | 1000100 | 111110 |
Color Harmonies of #E05ADF
Complementary color
Monochromatic Colors of #E05ADF
Black with #E05ADF
Text Example
Text Example
White with #E05ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05ADF; }
p { color: rgb(224,90,223); }
H1.HeaderClassName
{
color: #E05ADF;
}
.AnyTagClassName
{
color: #E05ADF;
}
</style>
background-color css
<style>
a { background-color: #E05ADF; }
a { background-color: rgb(224,90,223); }
div.DivClassName
{
background-color: #E05ADF;
}
.BgClassName
{
background-color: #E05ADF;
}
</style>
border-color css
<style>
span { border-color: #E05ADF; }
span { border-color: rgb(224,90,223); }
td.TdClassName
{
border-color: #E05ADF;
}
.TagClassName
{
border-color: #E05ADF;
}
</style>