Html Css Color HEX #E959EF Free Speech Magenta
📋 copy color: '#E959EF'red 233 ◦ green 89 ◦ blue 239
Shades of Free Speech Magenta #E959EF
Tints of Free Speech Magenta #E959EF
RGB
CMYK
RGB Variations
Color information
#E959EF (or 0xE959EF) is known color: Free Speech Magenta. HEX triplet: E9, 59 and EF. RGB value is (233,89,239). Sum of RGB (Red+Green+Blue) = 233+89+239=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #E959EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E959EF is #16A610. Grayscale: #949494. Windows color (decimal): -1484305 or 15686121. OLE color: 15686121.
HSL color Cylindrical-coordinate representation of color #E959EF: hue angle of 297.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E959EF is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 89 | 239 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.06 |
| HSL | 297.6º | 0.82% | 0.64% | - |
| HSV(B) | 297.6º | 0.63% | 0.94% | - |
| XYZ | 52.76 | 30.7 | 84.81 | - |
| YUV | 149.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 89 | 239 | 0.03 | 0.63 | 0 | 0.06 | 297.6 | 0.82 | 0.64 |
| Hex | E9 | 59 | EF | 3 | 3F | 0 | 6 | 12A | 52 | 40 |
| Octal | 351 | 131 | 357 | 3 | 77 | 0 | 6 | 452 | 122 | 100 |
| Binary | 11101001 | 1011001 | 11101111 | 11 | 111111 | 0 | 110 | 100101010 | 1010010 | 1000000 |
Color Harmonies of #E959EF
Complementary color
Monochromatic Colors of #E959EF
Black with #E959EF
Text Example
Text Example
White with #E959EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E959EF; }
p { color: rgb(233,89,239); }
H1.HeaderClassName
{
color: #E959EF;
}
.AnyTagClassName
{
color: #E959EF;
}
</style>
background-color css
<style>
a { background-color: #E959EF; }
a { background-color: rgb(233,89,239); }
div.DivClassName
{
background-color: #E959EF;
}
.BgClassName
{
background-color: #E959EF;
}
</style>
border-color css
<style>
span { border-color: #E959EF; }
span { border-color: rgb(233,89,239); }
td.TdClassName
{
border-color: #E959EF;
}
.TagClassName
{
border-color: #E959EF;
}
</style>