Html Css Color HEX #E05FE5 Free Speech Magenta
📋 copy color: '#E05FE5'red 224 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #E05FE5
Tints of Free Speech Magenta #E05FE5
RGB
CMYK
RGB Variations
Color information
#E05FE5 (or 0xE05FE5) is known color: Free Speech Magenta. HEX triplet: E0, 5F and E5. RGB value is (224,95,229). Sum of RGB (Red+Green+Blue) = 224+95+229=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #E05FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FE5 is #1FA01A. Grayscale: #949494. Windows color (decimal): -2072603 or 15032288. OLE color: 15032288.
HSL color Cylindrical-coordinate representation of color #E05FE5: hue angle of 297.76º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05FE5 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 95 | 229 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.10 |
| HSL | 297.76º | 0.72% | 0.64% | - |
| HSV(B) | 297.76º | 0.59% | 0.9% | - |
| XYZ | 48.98 | 29.69 | 77.28 | - |
| YUV | 148.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 229 | 0.02 | 0.59 | 0 | 0.10 | 297.76 | 0.72 | 0.64 |
| Hex | E0 | 5F | E5 | 2 | 3B | 0 | A | 12A | 48 | 40 |
| Octal | 340 | 137 | 345 | 2 | 73 | 0 | 12 | 452 | 110 | 100 |
| Binary | 11100000 | 1011111 | 11100101 | 10 | 111011 | 0 | 1010 | 100101010 | 1001000 | 1000000 |
Color Harmonies of #E05FE5
Complementary color
Monochromatic Colors of #E05FE5
Black with #E05FE5
Text Example
Text Example
White with #E05FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FE5; }
p { color: rgb(224,95,229); }
H1.HeaderClassName
{
color: #E05FE5;
}
.AnyTagClassName
{
color: #E05FE5;
}
</style>
background-color css
<style>
a { background-color: #E05FE5; }
a { background-color: rgb(224,95,229); }
div.DivClassName
{
background-color: #E05FE5;
}
.BgClassName
{
background-color: #E05FE5;
}
</style>
border-color css
<style>
span { border-color: #E05FE5; }
span { border-color: rgb(224,95,229); }
td.TdClassName
{
border-color: #E05FE5;
}
.TagClassName
{
border-color: #E05FE5;
}
</style>