Html Css Color HEX #E05CDA Free Speech Magenta
📋 copy color: '#E05CDA'red 224 ◦ green 92 ◦ blue 218
Shades of Free Speech Magenta #E05CDA
Tints of Free Speech Magenta #E05CDA
RGB
CMYK
RGB Variations
Color information
#E05CDA (or 0xE05CDA) is known color: Free Speech Magenta. HEX triplet: E0, 5C and DA. RGB value is (224,92,218). Sum of RGB (Red+Green+Blue) = 224+92+218=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CDA is #1FA325. Grayscale: #919191. Windows color (decimal): -2073382 or 14310624. OLE color: 14310624.
HSL color Cylindrical-coordinate representation of color #E05CDA: hue angle of 302.73º 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 #E05CDA is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 218 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.12 |
| HSL | 302.73º | 0.68% | 0.62% | - |
| HSV(B) | 302.73º | 0.59% | 0.88% | - |
| XYZ | 47.22 | 28.56 | 69.35 | - |
| YUV | 145.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 218 | 0 | 0.59 | 0.03 | 0.12 | 302.73 | 0.68 | 0.62 |
| Hex | E0 | 5C | DA | 0 | 3B | 3 | C | 12F | 44 | 3E |
| Octal | 340 | 134 | 332 | 0 | 73 | 3 | 14 | 457 | 104 | 76 |
| Binary | 11100000 | 1011100 | 11011010 | 0 | 111011 | 11 | 1100 | 100101111 | 1000100 | 111110 |
Color Harmonies of #E05CDA
Complementary color
Monochromatic Colors of #E05CDA
Black with #E05CDA
Text Example
Text Example
White with #E05CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CDA; }
p { color: rgb(224,92,218); }
H1.HeaderClassName
{
color: #E05CDA;
}
.AnyTagClassName
{
color: #E05CDA;
}
</style>
background-color css
<style>
a { background-color: #E05CDA; }
a { background-color: rgb(224,92,218); }
div.DivClassName
{
background-color: #E05CDA;
}
.BgClassName
{
background-color: #E05CDA;
}
</style>
border-color css
<style>
span { border-color: #E05CDA; }
span { border-color: rgb(224,92,218); }
td.TdClassName
{
border-color: #E05CDA;
}
.TagClassName
{
border-color: #E05CDA;
}
</style>