Html Css Color HEX #E05DCD Free Speech Magenta
📋 copy color: '#E05DCD'red 224 ◦ green 93 ◦ blue 205
Shades of Free Speech Magenta #E05DCD
Tints of Free Speech Magenta #E05DCD
RGB
CMYK
RGB Variations
Color information
#E05DCD (or 0xE05DCD) is known color: Free Speech Magenta. HEX triplet: E0, 5D and CD. RGB value is (224,93,205). Sum of RGB (Red+Green+Blue) = 224+93+205=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DCD is #1FA232. Grayscale: #909090. Windows color (decimal): -2073139 or 13458912. OLE color: 13458912.
HSL color Cylindrical-coordinate representation of color #E05DCD: hue angle of 308.7º 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 #E05DCD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 205 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.12 |
| HSL | 308.7º | 0.68% | 0.62% | - |
| HSV(B) | 308.7º | 0.58% | 0.88% | - |
| XYZ | 45.67 | 28.08 | 60.77 | - |
| YUV | 144.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 205 | 0 | 0.58 | 0.08 | 0.12 | 308.7 | 0.68 | 0.62 |
| Hex | E0 | 5D | CD | 0 | 3A | 8 | C | 135 | 44 | 3E |
| Octal | 340 | 135 | 315 | 0 | 72 | 10 | 14 | 465 | 104 | 76 |
| Binary | 11100000 | 1011101 | 11001101 | 0 | 111010 | 1000 | 1100 | 100110101 | 1000100 | 111110 |
Color Harmonies of #E05DCD
Complementary color
Monochromatic Colors of #E05DCD
Black with #E05DCD
Text Example
Text Example
White with #E05DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DCD; }
p { color: rgb(224,93,205); }
H1.HeaderClassName
{
color: #E05DCD;
}
.AnyTagClassName
{
color: #E05DCD;
}
</style>
background-color css
<style>
a { background-color: #E05DCD; }
a { background-color: rgb(224,93,205); }
div.DivClassName
{
background-color: #E05DCD;
}
.BgClassName
{
background-color: #E05DCD;
}
</style>
border-color css
<style>
span { border-color: #E05DCD; }
span { border-color: rgb(224,93,205); }
td.TdClassName
{
border-color: #E05DCD;
}
.TagClassName
{
border-color: #E05DCD;
}
</style>