Html Css Color HEX #E958E7 Free Speech Magenta
📋 copy color: '#E958E7'red 233 ◦ green 88 ◦ blue 231
Shades of Free Speech Magenta #E958E7
Tints of Free Speech Magenta #E958E7
RGB
CMYK
RGB Variations
Color information
#E958E7 (or 0xE958E7) is known color: Free Speech Magenta. HEX triplet: E9, 58 and E7. RGB value is (233,88,231). Sum of RGB (Red+Green+Blue) = 233+88+231=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E958E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E958E7 is #16A718. Grayscale: #939393. Windows color (decimal): -1484569 or 15161577. OLE color: 15161577.
HSL color Cylindrical-coordinate representation of color #E958E7: hue angle of 300.83º 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 #E958E7 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 231 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.09 |
| HSL | 300.83º | 0.77% | 0.63% | - |
| HSV(B) | 300.83º | 0.62% | 0.91% | - |
| XYZ | 51.52 | 30.07 | 78.69 | - |
| YUV | 147.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 231 | 0 | 0.62 | 0.01 | 0.09 | 300.83 | 0.77 | 0.63 |
| Hex | E9 | 58 | E7 | 0 | 3E | 1 | 9 | 12D | 4D | 3F |
| Octal | 351 | 130 | 347 | 0 | 76 | 1 | 11 | 455 | 115 | 77 |
| Binary | 11101001 | 1011000 | 11100111 | 0 | 111110 | 1 | 1001 | 100101101 | 1001101 | 111111 |
Color Harmonies of #E958E7
Complementary color
Monochromatic Colors of #E958E7
Black with #E958E7
Text Example
Text Example
White with #E958E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958E7; }
p { color: rgb(233,88,231); }
H1.HeaderClassName
{
color: #E958E7;
}
.AnyTagClassName
{
color: #E958E7;
}
</style>
background-color css
<style>
a { background-color: #E958E7; }
a { background-color: rgb(233,88,231); }
div.DivClassName
{
background-color: #E958E7;
}
.BgClassName
{
background-color: #E958E7;
}
</style>
border-color css
<style>
span { border-color: #E958E7; }
span { border-color: rgb(233,88,231); }
td.TdClassName
{
border-color: #E958E7;
}
.TagClassName
{
border-color: #E958E7;
}
</style>