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