Html Css Color HEX #E561E3 Free Speech Magenta
📋 copy color: '#E561E3'red 229 ◦ green 97 ◦ blue 227
Shades of Free Speech Magenta #E561E3
Tints of Free Speech Magenta #E561E3
RGB
CMYK
RGB Variations
Color information
#E561E3 (or 0xE561E3) is known color: Free Speech Magenta. HEX triplet: E5, 61 and E3. RGB value is (229,97,227). Sum of RGB (Red+Green+Blue) = 229+97+227=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E561E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561E3 is #1A9E1C. Grayscale: #969696. Windows color (decimal): -1744413 or 14901733. OLE color: 14901733.
HSL color Cylindrical-coordinate representation of color #E561E3: hue angle of 300.91º 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 #E561E3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 227 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.10 |
| HSL | 300.91º | 0.72% | 0.64% | - |
| HSV(B) | 300.91º | 0.58% | 0.9% | - |
| XYZ | 50.45 | 30.75 | 75.95 | - |
| YUV | 151.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 227 | 0 | 0.58 | 0.01 | 0.10 | 300.91 | 0.72 | 0.64 |
| Hex | E5 | 61 | E3 | 0 | 3A | 1 | A | 12D | 48 | 40 |
| Octal | 345 | 141 | 343 | 0 | 72 | 1 | 12 | 455 | 110 | 100 |
| Binary | 11100101 | 1100001 | 11100011 | 0 | 111010 | 1 | 1010 | 100101101 | 1001000 | 1000000 |
Color Harmonies of #E561E3
Complementary color
Monochromatic Colors of #E561E3
Black with #E561E3
Text Example
Text Example
White with #E561E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561E3; }
p { color: rgb(229,97,227); }
H1.HeaderClassName
{
color: #E561E3;
}
.AnyTagClassName
{
color: #E561E3;
}
</style>
background-color css
<style>
a { background-color: #E561E3; }
a { background-color: rgb(229,97,227); }
div.DivClassName
{
background-color: #E561E3;
}
.BgClassName
{
background-color: #E561E3;
}
</style>
border-color css
<style>
span { border-color: #E561E3; }
span { border-color: rgb(229,97,227); }
td.TdClassName
{
border-color: #E561E3;
}
.TagClassName
{
border-color: #E561E3;
}
</style>