Html Css Color HEX #E959ED Free Speech Magenta
📋 copy color: '#E959ED'red 233 ◦ green 89 ◦ blue 237
Shades of Free Speech Magenta #E959ED
Tints of Free Speech Magenta #E959ED
RGB
CMYK
RGB Variations
Color information
#E959ED (or 0xE959ED) is known color: Free Speech Magenta. HEX triplet: E9, 59 and ED. RGB value is (233,89,237). Sum of RGB (Red+Green+Blue) = 233+89+237=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #E959ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E959ED is #16A612. Grayscale: #949494. Windows color (decimal): -1484307 or 15555049. OLE color: 15555049.
HSL color Cylindrical-coordinate representation of color #E959ED: hue angle of 298.38º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E959ED is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 89 | 237 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.07 |
| HSL | 298.38º | 0.8% | 0.64% | - |
| HSV(B) | 298.38º | 0.62% | 0.93% | - |
| XYZ | 52.46 | 30.58 | 83.26 | - |
| YUV | 148.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 237 | 0.02 | 0.62 | 0 | 0.07 | 298.38 | 0.8 | 0.64 |
| Hex | E9 | 59 | ED | 2 | 3E | 0 | 7 | 12A | 50 | 40 |
| Octal | 351 | 131 | 355 | 2 | 76 | 0 | 7 | 452 | 120 | 100 |
| Binary | 11101001 | 1011001 | 11101101 | 10 | 111110 | 0 | 111 | 100101010 | 1010000 | 1000000 |
Color Harmonies of #E959ED
Complementary color
Monochromatic Colors of #E959ED
Black with #E959ED
Text Example
Text Example
White with #E959ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959ED; }
p { color: rgb(233,89,237); }
H1.HeaderClassName
{
color: #E959ED;
}
.AnyTagClassName
{
color: #E959ED;
}
</style>
background-color css
<style>
a { background-color: #E959ED; }
a { background-color: rgb(233,89,237); }
div.DivClassName
{
background-color: #E959ED;
}
.BgClassName
{
background-color: #E959ED;
}
</style>
border-color css
<style>
span { border-color: #E959ED; }
span { border-color: rgb(233,89,237); }
td.TdClassName
{
border-color: #E959ED;
}
.TagClassName
{
border-color: #E959ED;
}
</style>