Html Css Color HEX #E05BDB Free Speech Magenta
📋 copy color: '#E05BDB'red 224 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #E05BDB
Tints of Free Speech Magenta #E05BDB
RGB
CMYK
RGB Variations
Color information
#E05BDB (or 0xE05BDB) is known color: Free Speech Magenta. HEX triplet: E0, 5B and DB. RGB value is (224,91,219). Sum of RGB (Red+Green+Blue) = 224+91+219=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BDB is #1FA424. Grayscale: #909090. Windows color (decimal): -2073637 or 14375904. OLE color: 14375904.
HSL color Cylindrical-coordinate representation of color #E05BDB: hue angle of 302.26º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05BDB is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 219 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.12 |
| HSL | 302.26º | 0.68% | 0.62% | - |
| HSV(B) | 302.26º | 0.59% | 0.88% | - |
| XYZ | 47.27 | 28.44 | 70.02 | - |
| YUV | 145.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 219 | 0 | 0.59 | 0.02 | 0.12 | 302.26 | 0.68 | 0.62 |
| Hex | E0 | 5B | DB | 0 | 3B | 2 | C | 12E | 44 | 3E |
| Octal | 340 | 133 | 333 | 0 | 73 | 2 | 14 | 456 | 104 | 76 |
| Binary | 11100000 | 1011011 | 11011011 | 0 | 111011 | 10 | 1100 | 100101110 | 1000100 | 111110 |
Color Harmonies of #E05BDB
Complementary color
Monochromatic Colors of #E05BDB
Black with #E05BDB
Text Example
Text Example
White with #E05BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05BDB; }
p { color: rgb(224,91,219); }
H1.HeaderClassName
{
color: #E05BDB;
}
.AnyTagClassName
{
color: #E05BDB;
}
</style>
background-color css
<style>
a { background-color: #E05BDB; }
a { background-color: rgb(224,91,219); }
div.DivClassName
{
background-color: #E05BDB;
}
.BgClassName
{
background-color: #E05BDB;
}
</style>
border-color css
<style>
span { border-color: #E05BDB; }
span { border-color: rgb(224,91,219); }
td.TdClassName
{
border-color: #E05BDB;
}
.TagClassName
{
border-color: #E05BDB;
}
</style>