Html Css Color HEX #E05FDC Free Speech Magenta
📋 copy color: '#E05FDC'red 224 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #E05FDC
Tints of Free Speech Magenta #E05FDC
RGB
CMYK
RGB Variations
Color information
#E05FDC (or 0xE05FDC) is known color: Free Speech Magenta. HEX triplet: E0, 5F and DC. RGB value is (224,95,220). Sum of RGB (Red+Green+Blue) = 224+95+220=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FDC is #1FA023. Grayscale: #939393. Windows color (decimal): -2072612 or 14442464. OLE color: 14442464.
HSL color Cylindrical-coordinate representation of color #E05FDC: hue angle of 301.86º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05FDC is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 220 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.12 |
| HSL | 301.86º | 0.68% | 0.63% | - |
| HSV(B) | 301.86º | 0.58% | 0.88% | - |
| XYZ | 47.75 | 29.2 | 70.83 | - |
| YUV | 147.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 220 | 0 | 0.58 | 0.02 | 0.12 | 301.86 | 0.68 | 0.63 |
| Hex | E0 | 5F | DC | 0 | 3A | 2 | C | 12E | 44 | 3F |
| Octal | 340 | 137 | 334 | 0 | 72 | 2 | 14 | 456 | 104 | 77 |
| Binary | 11100000 | 1011111 | 11011100 | 0 | 111010 | 10 | 1100 | 100101110 | 1000100 | 111111 |
Color Harmonies of #E05FDC
Complementary color
Monochromatic Colors of #E05FDC
Black with #E05FDC
Text Example
Text Example
White with #E05FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FDC; }
p { color: rgb(224,95,220); }
H1.HeaderClassName
{
color: #E05FDC;
}
.AnyTagClassName
{
color: #E05FDC;
}
</style>
background-color css
<style>
a { background-color: #E05FDC; }
a { background-color: rgb(224,95,220); }
div.DivClassName
{
background-color: #E05FDC;
}
.BgClassName
{
background-color: #E05FDC;
}
</style>
border-color css
<style>
span { border-color: #E05FDC; }
span { border-color: rgb(224,95,220); }
td.TdClassName
{
border-color: #E05FDC;
}
.TagClassName
{
border-color: #E05FDC;
}
</style>