Html Css Color HEX #E359E2 Free Speech Magenta
📋 copy color: '#E359E2'red 227 ◦ green 89 ◦ blue 226
Shades of Free Speech Magenta #E359E2
Tints of Free Speech Magenta #E359E2
RGB
CMYK
RGB Variations
Color information
#E359E2 (or 0xE359E2) is known color: Free Speech Magenta. HEX triplet: E3, 59 and E2. RGB value is (227,89,226). Sum of RGB (Red+Green+Blue) = 227+89+226=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 226 (88.67% from 255 or 41.70% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E359E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359E2 is #1CA61D. Grayscale: #919191. Windows color (decimal): -1877534 or 14834147. OLE color: 14834147.
HSL color Cylindrical-coordinate representation of color #E359E2: hue angle of 300.43º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E359E2 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 226 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.11 |
| HSL | 300.43º | 0.71% | 0.62% | - |
| HSV(B) | 300.43º | 0.61% | 0.89% | - |
| XYZ | 48.98 | 28.97 | 74.96 | - |
| YUV | 145.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 226 | 0 | 0.61 | 0.00 | 0.11 | 300.43 | 0.71 | 0.62 |
| Hex | E3 | 59 | E2 | 0 | 3D | 0 | B | 12C | 47 | 3E |
| Octal | 343 | 131 | 342 | 0 | 75 | 0 | 13 | 454 | 107 | 76 |
| Binary | 11100011 | 1011001 | 11100010 | 0 | 111101 | 0 | 1011 | 100101100 | 1000111 | 111110 |
Color Harmonies of #E359E2
Complementary color
Monochromatic Colors of #E359E2
Black with #E359E2
Text Example
Text Example
White with #E359E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359E2; }
p { color: rgb(227,89,226); }
H1.HeaderClassName
{
color: #E359E2;
}
.AnyTagClassName
{
color: #E359E2;
}
</style>
background-color css
<style>
a { background-color: #E359E2; }
a { background-color: rgb(227,89,226); }
div.DivClassName
{
background-color: #E359E2;
}
.BgClassName
{
background-color: #E359E2;
}
</style>
border-color css
<style>
span { border-color: #E359E2; }
span { border-color: rgb(227,89,226); }
td.TdClassName
{
border-color: #E359E2;
}
.TagClassName
{
border-color: #E359E2;
}
</style>