Html Css Color HEX #E05CDF Free Speech Magenta
📋 copy color: '#E05CDF'red 224 ◦ green 92 ◦ blue 223
Shades of Free Speech Magenta #E05CDF
Tints of Free Speech Magenta #E05CDF
RGB
CMYK
RGB Variations
Color information
#E05CDF (or 0xE05CDF) is known color: Free Speech Magenta. HEX triplet: E0, 5C and DF. RGB value is (224,92,223). Sum of RGB (Red+Green+Blue) = 224+92+223=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CDF is #1FA320. Grayscale: #929292. Windows color (decimal): -2073377 or 14638304. OLE color: 14638304.
HSL color Cylindrical-coordinate representation of color #E05CDF: hue angle of 300.45º 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 #E05CDF is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 223 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.12 |
| HSL | 300.45º | 0.68% | 0.62% | - |
| HSV(B) | 300.45º | 0.59% | 0.88% | - |
| XYZ | 47.89 | 28.83 | 72.85 | - |
| YUV | 146.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 223 | 0 | 0.59 | 0.00 | 0.12 | 300.45 | 0.68 | 0.62 |
| Hex | E0 | 5C | DF | 0 | 3B | 0 | C | 12C | 44 | 3E |
| Octal | 340 | 134 | 337 | 0 | 73 | 0 | 14 | 454 | 104 | 76 |
| Binary | 11100000 | 1011100 | 11011111 | 0 | 111011 | 0 | 1100 | 100101100 | 1000100 | 111110 |
Color Harmonies of #E05CDF
Complementary color
Monochromatic Colors of #E05CDF
Black with #E05CDF
Text Example
Text Example
White with #E05CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CDF; }
p { color: rgb(224,92,223); }
H1.HeaderClassName
{
color: #E05CDF;
}
.AnyTagClassName
{
color: #E05CDF;
}
</style>
background-color css
<style>
a { background-color: #E05CDF; }
a { background-color: rgb(224,92,223); }
div.DivClassName
{
background-color: #E05CDF;
}
.BgClassName
{
background-color: #E05CDF;
}
</style>
border-color css
<style>
span { border-color: #E05CDF; }
span { border-color: rgb(224,92,223); }
td.TdClassName
{
border-color: #E05CDF;
}
.TagClassName
{
border-color: #E05CDF;
}
</style>