Html Css Color HEX #E061E5 Free Speech Magenta
📋 copy color: '#E061E5'red 224 ◦ green 97 ◦ blue 229
Shades of Free Speech Magenta #E061E5
Tints of Free Speech Magenta #E061E5
RGB
CMYK
RGB Variations
Color information
#E061E5 (or 0xE061E5) is known color: Free Speech Magenta. HEX triplet: E0, 61 and E5. RGB value is (224,97,229). Sum of RGB (Red+Green+Blue) = 224+97+229=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #E061E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061E5 is #1F9E1A. Grayscale: #959595. Windows color (decimal): -2072091 or 15032800. OLE color: 15032800.
HSL color Cylindrical-coordinate representation of color #E061E5: hue angle of 297.73º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E061E5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 97 | 229 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.10 |
| HSL | 297.73º | 0.72% | 0.64% | - |
| HSV(B) | 297.73º | 0.58% | 0.9% | - |
| XYZ | 49.16 | 30.05 | 77.34 | - |
| YUV | 150.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 229 | 0.02 | 0.58 | 0 | 0.10 | 297.73 | 0.72 | 0.64 |
| Hex | E0 | 61 | E5 | 2 | 3A | 0 | A | 12A | 48 | 40 |
| Octal | 340 | 141 | 345 | 2 | 72 | 0 | 12 | 452 | 110 | 100 |
| Binary | 11100000 | 1100001 | 11100101 | 10 | 111010 | 0 | 1010 | 100101010 | 1001000 | 1000000 |
Color Harmonies of #E061E5
Complementary color
Monochromatic Colors of #E061E5
Black with #E061E5
Text Example
Text Example
White with #E061E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061E5; }
p { color: rgb(224,97,229); }
H1.HeaderClassName
{
color: #E061E5;
}
.AnyTagClassName
{
color: #E061E5;
}
</style>
background-color css
<style>
a { background-color: #E061E5; }
a { background-color: rgb(224,97,229); }
div.DivClassName
{
background-color: #E061E5;
}
.BgClassName
{
background-color: #E061E5;
}
</style>
border-color css
<style>
span { border-color: #E061E5; }
span { border-color: rgb(224,97,229); }
td.TdClassName
{
border-color: #E061E5;
}
.TagClassName
{
border-color: #E061E5;
}
</style>