Html Css Color HEX #E05DBA Free Speech Magenta
📋 copy color: '#E05DBA'red 224 ◦ green 93 ◦ blue 186
Shades of Free Speech Magenta #E05DBA
Tints of Free Speech Magenta #E05DBA
RGB
CMYK
RGB Variations
Color information
#E05DBA (or 0xE05DBA) is known color: Free Speech Magenta. HEX triplet: E0, 5D and BA. RGB value is (224,93,186). Sum of RGB (Red+Green+Blue) = 224+93+186=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DBA is #1FA245. Grayscale: #8E8E8E. Windows color (decimal): -2073158 or 12213728. OLE color: 12213728.
HSL color Cylindrical-coordinate representation of color #E05DBA: hue angle of 317.4º 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 #E05DBA is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 186 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.12 |
| HSL | 317.4º | 0.68% | 0.62% | - |
| HSV(B) | 317.4º | 0.58% | 0.88% | - |
| XYZ | 43.52 | 27.22 | 49.41 | - |
| YUV | 142.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 186 | 0 | 0.58 | 0.17 | 0.12 | 317.4 | 0.68 | 0.62 |
| Hex | E0 | 5D | BA | 0 | 3A | 11 | C | 13D | 44 | 3E |
| Octal | 340 | 135 | 272 | 0 | 72 | 21 | 14 | 475 | 104 | 76 |
| Binary | 11100000 | 1011101 | 10111010 | 0 | 111010 | 10001 | 1100 | 100111101 | 1000100 | 111110 |
Color Harmonies of #E05DBA
Complementary color
Monochromatic Colors of #E05DBA
Black with #E05DBA
Text Example
Text Example
White with #E05DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DBA; }
p { color: rgb(224,93,186); }
H1.HeaderClassName
{
color: #E05DBA;
}
.AnyTagClassName
{
color: #E05DBA;
}
</style>
background-color css
<style>
a { background-color: #E05DBA; }
a { background-color: rgb(224,93,186); }
div.DivClassName
{
background-color: #E05DBA;
}
.BgClassName
{
background-color: #E05DBA;
}
</style>
border-color css
<style>
span { border-color: #E05DBA; }
span { border-color: rgb(224,93,186); }
td.TdClassName
{
border-color: #E05DBA;
}
.TagClassName
{
border-color: #E05DBA;
}
</style>