Html Css Color HEX #E959E2 Free Speech Magenta
📋 copy color: '#E959E2'red 233 ◦ green 89 ◦ blue 226
Shades of Free Speech Magenta #E959E2
Tints of Free Speech Magenta #E959E2
RGB
CMYK
RGB Variations
Color information
#E959E2 (or 0xE959E2) is known color: Free Speech Magenta. HEX triplet: E9, 59 and E2. RGB value is (233,89,226). Sum of RGB (Red+Green+Blue) = 233+89+226=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E959E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E959E2 is #16A61D. Grayscale: #939393. Windows color (decimal): -1484318 or 14834153. OLE color: 14834153.
HSL color Cylindrical-coordinate representation of color #E959E2: hue angle of 302.92º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E959E2 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 89 | 226 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.09 |
| HSL | 302.92º | 0.77% | 0.63% | - |
| HSV(B) | 302.92º | 0.62% | 0.91% | - |
| XYZ | 50.9 | 29.96 | 75.05 | - |
| YUV | 147.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 226 | 0 | 0.62 | 0.03 | 0.09 | 302.92 | 0.77 | 0.63 |
| Hex | E9 | 59 | E2 | 0 | 3E | 3 | 9 | 12F | 4D | 3F |
| Octal | 351 | 131 | 342 | 0 | 76 | 3 | 11 | 457 | 115 | 77 |
| Binary | 11101001 | 1011001 | 11100010 | 0 | 111110 | 11 | 1001 | 100101111 | 1001101 | 111111 |
Color Harmonies of #E959E2
Complementary color
Monochromatic Colors of #E959E2
Black with #E959E2
Text Example
Text Example
White with #E959E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959E2; }
p { color: rgb(233,89,226); }
H1.HeaderClassName
{
color: #E959E2;
}
.AnyTagClassName
{
color: #E959E2;
}
</style>
background-color css
<style>
a { background-color: #E959E2; }
a { background-color: rgb(233,89,226); }
div.DivClassName
{
background-color: #E959E2;
}
.BgClassName
{
background-color: #E959E2;
}
</style>
border-color css
<style>
span { border-color: #E959E2; }
span { border-color: rgb(233,89,226); }
td.TdClassName
{
border-color: #E959E2;
}
.TagClassName
{
border-color: #E959E2;
}
</style>