Html Css Color HEX #E05EDB Free Speech Magenta
📋 copy color: '#E05EDB'red 224 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #E05EDB
Tints of Free Speech Magenta #E05EDB
RGB
CMYK
RGB Variations
Color information
#E05EDB (or 0xE05EDB) is known color: Free Speech Magenta. HEX triplet: E0, 5E and DB. RGB value is (224,94,219). Sum of RGB (Red+Green+Blue) = 224+94+219=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E05EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05EDB is #1FA124. Grayscale: #929292. Windows color (decimal): -2072869 or 14376672. OLE color: 14376672.
HSL color Cylindrical-coordinate representation of color #E05EDB: hue angle of 302.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05EDB is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 219 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.12 |
| HSL | 302.31º | 0.68% | 0.62% | - |
| HSV(B) | 302.31º | 0.58% | 0.88% | - |
| XYZ | 47.53 | 28.97 | 70.1 | - |
| YUV | 147.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 219 | 0 | 0.58 | 0.02 | 0.12 | 302.31 | 0.68 | 0.62 |
| Hex | E0 | 5E | DB | 0 | 3A | 2 | C | 12E | 44 | 3E |
| Octal | 340 | 136 | 333 | 0 | 72 | 2 | 14 | 456 | 104 | 76 |
| Binary | 11100000 | 1011110 | 11011011 | 0 | 111010 | 10 | 1100 | 100101110 | 1000100 | 111110 |
Color Harmonies of #E05EDB
Complementary color
Monochromatic Colors of #E05EDB
Black with #E05EDB
Text Example
Text Example
White with #E05EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05EDB; }
p { color: rgb(224,94,219); }
H1.HeaderClassName
{
color: #E05EDB;
}
.AnyTagClassName
{
color: #E05EDB;
}
</style>
background-color css
<style>
a { background-color: #E05EDB; }
a { background-color: rgb(224,94,219); }
div.DivClassName
{
background-color: #E05EDB;
}
.BgClassName
{
background-color: #E05EDB;
}
</style>
border-color css
<style>
span { border-color: #E05EDB; }
span { border-color: rgb(224,94,219); }
td.TdClassName
{
border-color: #E05EDB;
}
.TagClassName
{
border-color: #E05EDB;
}
</style>