Html Css Color HEX #E05AD0 Free Speech Magenta
📋 copy color: '#E05AD0'red 224 ◦ green 90 ◦ blue 208
Shades of Free Speech Magenta #E05AD0
Tints of Free Speech Magenta #E05AD0
RGB
CMYK
RGB Variations
Color information
#E05AD0 (or 0xE05AD0) is known color: Free Speech Magenta. HEX triplet: E0, 5A and D0. RGB value is (224,90,208). Sum of RGB (Red+Green+Blue) = 224+90+208=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05AD0 is #1FA52F. Grayscale: #8F8F8F. Windows color (decimal): -2073904 or 13654752. OLE color: 13654752.
HSL color Cylindrical-coordinate representation of color #E05AD0: hue angle of 307.16º 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 #E05AD0 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 208 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.12 |
| HSL | 307.16º | 0.68% | 0.62% | - |
| HSV(B) | 307.16º | 0.6% | 0.88% | - |
| XYZ | 45.78 | 27.71 | 62.61 | - |
| YUV | 143.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 208 | 0 | 0.60 | 0.07 | 0.12 | 307.16 | 0.68 | 0.62 |
| Hex | E0 | 5A | D0 | 0 | 3C | 7 | C | 133 | 44 | 3E |
| Octal | 340 | 132 | 320 | 0 | 74 | 7 | 14 | 463 | 104 | 76 |
| Binary | 11100000 | 1011010 | 11010000 | 0 | 111100 | 111 | 1100 | 100110011 | 1000100 | 111110 |
Color Harmonies of #E05AD0
Complementary color
Monochromatic Colors of #E05AD0
Black with #E05AD0
Text Example
Text Example
White with #E05AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05AD0; }
p { color: rgb(224,90,208); }
H1.HeaderClassName
{
color: #E05AD0;
}
.AnyTagClassName
{
color: #E05AD0;
}
</style>
background-color css
<style>
a { background-color: #E05AD0; }
a { background-color: rgb(224,90,208); }
div.DivClassName
{
background-color: #E05AD0;
}
.BgClassName
{
background-color: #E05AD0;
}
</style>
border-color css
<style>
span { border-color: #E05AD0; }
span { border-color: rgb(224,90,208); }
td.TdClassName
{
border-color: #E05AD0;
}
.TagClassName
{
border-color: #E05AD0;
}
</style>