Html Css Color HEX #E05ADC Free Speech Magenta
📋 copy color: '#E05ADC'red 224 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #E05ADC
Tints of Free Speech Magenta #E05ADC
RGB
CMYK
RGB Variations
Color information
#E05ADC (or 0xE05ADC) is known color: Free Speech Magenta. HEX triplet: E0, 5A and DC. RGB value is (224,90,220). Sum of RGB (Red+Green+Blue) = 224+90+220=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 90 (35.55% from 255 or 16.85% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ADC is #1FA523. Grayscale: #909090. Windows color (decimal): -2073892 or 14441184. OLE color: 14441184.
HSL color Cylindrical-coordinate representation of color #E05ADC: hue angle of 301.79º 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 #E05ADC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 220 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.12 |
| HSL | 301.79º | 0.68% | 0.62% | - |
| HSV(B) | 301.79º | 0.6% | 0.88% | - |
| XYZ | 47.31 | 28.33 | 70.68 | - |
| YUV | 144.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 220 | 0 | 0.60 | 0.02 | 0.12 | 301.79 | 0.68 | 0.62 |
| Hex | E0 | 5A | DC | 0 | 3C | 2 | C | 12E | 44 | 3E |
| Octal | 340 | 132 | 334 | 0 | 74 | 2 | 14 | 456 | 104 | 76 |
| Binary | 11100000 | 1011010 | 11011100 | 0 | 111100 | 10 | 1100 | 100101110 | 1000100 | 111110 |
Color Harmonies of #E05ADC
Complementary color
Monochromatic Colors of #E05ADC
Black with #E05ADC
Text Example
Text Example
White with #E05ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05ADC; }
p { color: rgb(224,90,220); }
H1.HeaderClassName
{
color: #E05ADC;
}
.AnyTagClassName
{
color: #E05ADC;
}
</style>
background-color css
<style>
a { background-color: #E05ADC; }
a { background-color: rgb(224,90,220); }
div.DivClassName
{
background-color: #E05ADC;
}
.BgClassName
{
background-color: #E05ADC;
}
</style>
border-color css
<style>
span { border-color: #E05ADC; }
span { border-color: rgb(224,90,220); }
td.TdClassName
{
border-color: #E05ADC;
}
.TagClassName
{
border-color: #E05ADC;
}
</style>