Html Css Color HEX #E05ADE Free Speech Magenta
📋 copy color: '#E05ADE'red 224 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #E05ADE
Tints of Free Speech Magenta #E05ADE
RGB
CMYK
RGB Variations
Color information
#E05ADE (or 0xE05ADE) is known color: Free Speech Magenta. HEX triplet: E0, 5A and DE. RGB value is (224,90,222). Sum of RGB (Red+Green+Blue) = 224+90+222=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ADE is #1FA521. Grayscale: #909090. Windows color (decimal): -2073890 or 14572256. OLE color: 14572256.
HSL color Cylindrical-coordinate representation of color #E05ADE: hue angle of 300.9º 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 #E05ADE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 222 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.12 |
| HSL | 300.9º | 0.68% | 0.62% | - |
| HSV(B) | 300.9º | 0.6% | 0.88% | - |
| XYZ | 47.58 | 28.43 | 72.09 | - |
| YUV | 145.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 222 | 0 | 0.60 | 0.01 | 0.12 | 300.9 | 0.68 | 0.62 |
| Hex | E0 | 5A | DE | 0 | 3C | 1 | C | 12D | 44 | 3E |
| Octal | 340 | 132 | 336 | 0 | 74 | 1 | 14 | 455 | 104 | 76 |
| Binary | 11100000 | 1011010 | 11011110 | 0 | 111100 | 1 | 1100 | 100101101 | 1000100 | 111110 |
Color Harmonies of #E05ADE
Complementary color
Monochromatic Colors of #E05ADE
Black with #E05ADE
Text Example
Text Example
White with #E05ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05ADE; }
p { color: rgb(224,90,222); }
H1.HeaderClassName
{
color: #E05ADE;
}
.AnyTagClassName
{
color: #E05ADE;
}
</style>
background-color css
<style>
a { background-color: #E05ADE; }
a { background-color: rgb(224,90,222); }
div.DivClassName
{
background-color: #E05ADE;
}
.BgClassName
{
background-color: #E05ADE;
}
</style>
border-color css
<style>
span { border-color: #E05ADE; }
span { border-color: rgb(224,90,222); }
td.TdClassName
{
border-color: #E05ADE;
}
.TagClassName
{
border-color: #E05ADE;
}
</style>