Html Css Color HEX #E958ED Free Speech Magenta
📋 copy color: '#E958ED'red 233 ◦ green 88 ◦ blue 237
Shades of Free Speech Magenta #E958ED
Tints of Free Speech Magenta #E958ED
RGB
CMYK
RGB Variations
Color information
#E958ED (or 0xE958ED) is known color: Free Speech Magenta. HEX triplet: E9, 58 and ED. RGB value is (233,88,237). Sum of RGB (Red+Green+Blue) = 233+88+237=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #E958ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E958ED is #16A712. Grayscale: #939393. Windows color (decimal): -1484563 or 15554793. OLE color: 15554793.
HSL color Cylindrical-coordinate representation of color #E958ED: hue angle of 298.39º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E958ED is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 88 | 237 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.07 |
| HSL | 298.39º | 0.81% | 0.64% | - |
| HSV(B) | 298.39º | 0.63% | 0.93% | - |
| XYZ | 52.38 | 30.42 | 83.23 | - |
| YUV | 148.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 237 | 0.02 | 0.63 | 0 | 0.07 | 298.39 | 0.81 | 0.64 |
| Hex | E9 | 58 | ED | 2 | 3F | 0 | 7 | 12A | 51 | 40 |
| Octal | 351 | 130 | 355 | 2 | 77 | 0 | 7 | 452 | 121 | 100 |
| Binary | 11101001 | 1011000 | 11101101 | 10 | 111111 | 0 | 111 | 100101010 | 1010001 | 1000000 |
Color Harmonies of #E958ED
Complementary color
Monochromatic Colors of #E958ED
Black with #E958ED
Text Example
Text Example
White with #E958ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958ED; }
p { color: rgb(233,88,237); }
H1.HeaderClassName
{
color: #E958ED;
}
.AnyTagClassName
{
color: #E958ED;
}
</style>
background-color css
<style>
a { background-color: #E958ED; }
a { background-color: rgb(233,88,237); }
div.DivClassName
{
background-color: #E958ED;
}
.BgClassName
{
background-color: #E958ED;
}
</style>
border-color css
<style>
span { border-color: #E958ED; }
span { border-color: rgb(233,88,237); }
td.TdClassName
{
border-color: #E958ED;
}
.TagClassName
{
border-color: #E958ED;
}
</style>