Html Css Color HEX #E561EE Free Speech Magenta
📋 copy color: '#E561EE'red 229 ◦ green 97 ◦ blue 238
Shades of Free Speech Magenta #E561EE
Tints of Free Speech Magenta #E561EE
RGB
CMYK
RGB Variations
Color information
#E561EE (or 0xE561EE) is known color: Free Speech Magenta. HEX triplet: E5, 61 and EE. RGB value is (229,97,238). Sum of RGB (Red+Green+Blue) = 229+97+238=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 97 (38.28% from 255 or 17.20% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #E561EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E561EE is #1A9E11. Grayscale: #989898. Windows color (decimal): -1744402 or 15622629. OLE color: 15622629.
HSL color Cylindrical-coordinate representation of color #E561EE: hue angle of 296.17º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E561EE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 97 | 238 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.07 |
| HSL | 296.17º | 0.81% | 0.66% | - |
| HSV(B) | 296.17º | 0.59% | 0.93% | - |
| XYZ | 52.02 | 31.38 | 84.2 | - |
| YUV | 152.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 238 | 0.04 | 0.59 | 0 | 0.07 | 296.17 | 0.81 | 0.66 |
| Hex | E5 | 61 | EE | 4 | 3B | 0 | 7 | 128 | 51 | 42 |
| Octal | 345 | 141 | 356 | 4 | 73 | 0 | 7 | 450 | 121 | 102 |
| Binary | 11100101 | 1100001 | 11101110 | 100 | 111011 | 0 | 111 | 100101000 | 1010001 | 1000010 |
Color Harmonies of #E561EE
Complementary color
Monochromatic Colors of #E561EE
Black with #E561EE
Text Example
Text Example
White with #E561EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561EE; }
p { color: rgb(229,97,238); }
H1.HeaderClassName
{
color: #E561EE;
}
.AnyTagClassName
{
color: #E561EE;
}
</style>
background-color css
<style>
a { background-color: #E561EE; }
a { background-color: rgb(229,97,238); }
div.DivClassName
{
background-color: #E561EE;
}
.BgClassName
{
background-color: #E561EE;
}
</style>
border-color css
<style>
span { border-color: #E561EE; }
span { border-color: rgb(229,97,238); }
td.TdClassName
{
border-color: #E561EE;
}
.TagClassName
{
border-color: #E561EE;
}
</style>