Html Css Color HEX #E957EF Free Speech Magenta
📋 copy color: '#E957EF'red 233 ◦ green 87 ◦ blue 239
Shades of Free Speech Magenta #E957EF
Tints of Free Speech Magenta #E957EF
RGB
CMYK
RGB Variations
Color information
#E957EF (or 0xE957EF) is known color: Free Speech Magenta. HEX triplet: E9, 57 and EF. RGB value is (233,87,239). Sum of RGB (Red+Green+Blue) = 233+87+239=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 87 (34.38% from 255 or 15.56% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #E957EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E957EF is #16A810. Grayscale: #939393. Windows color (decimal): -1484817 or 15685609. OLE color: 15685609.
HSL color Cylindrical-coordinate representation of color #E957EF: hue angle of 297.63º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E957EF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 87 | 239 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.06 |
| HSL | 297.63º | 0.83% | 0.64% | - |
| HSV(B) | 297.63º | 0.64% | 0.94% | - |
| XYZ | 52.59 | 30.37 | 84.75 | - |
| YUV | 147.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 239 | 0.03 | 0.64 | 0 | 0.06 | 297.63 | 0.83 | 0.64 |
| Hex | E9 | 57 | EF | 3 | 40 | 0 | 6 | 12A | 53 | 40 |
| Octal | 351 | 127 | 357 | 3 | 100 | 0 | 6 | 452 | 123 | 100 |
| Binary | 11101001 | 1010111 | 11101111 | 11 | 1000000 | 0 | 110 | 100101010 | 1010011 | 1000000 |
Color Harmonies of #E957EF
Complementary color
Monochromatic Colors of #E957EF
Black with #E957EF
Text Example
Text Example
White with #E957EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957EF; }
p { color: rgb(233,87,239); }
H1.HeaderClassName
{
color: #E957EF;
}
.AnyTagClassName
{
color: #E957EF;
}
</style>
background-color css
<style>
a { background-color: #E957EF; }
a { background-color: rgb(233,87,239); }
div.DivClassName
{
background-color: #E957EF;
}
.BgClassName
{
background-color: #E957EF;
}
</style>
border-color css
<style>
span { border-color: #E957EF; }
span { border-color: rgb(233,87,239); }
td.TdClassName
{
border-color: #E957EF;
}
.TagClassName
{
border-color: #E957EF;
}
</style>