Html Css Color HEX #E958E4 Free Speech Magenta
📋 copy color: '#E958E4'red 233 ◦ green 88 ◦ blue 228
Shades of Free Speech Magenta #E958E4
Tints of Free Speech Magenta #E958E4
RGB
CMYK
RGB Variations
Color information
#E958E4 (or 0xE958E4) is known color: Free Speech Magenta. HEX triplet: E9, 58 and E4. RGB value is (233,88,228). Sum of RGB (Red+Green+Blue) = 233+88+228=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 88 (34.77% from 255 or 16.03% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E958E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958E4 is #16A71B. Grayscale: #929292. Windows color (decimal): -1484572 or 14964969. OLE color: 14964969.
HSL color Cylindrical-coordinate representation of color #E958E4: hue angle of 302.07º 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 #E958E4 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 228 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.09 |
| HSL | 302.07º | 0.77% | 0.63% | - |
| HSV(B) | 302.07º | 0.62% | 0.91% | - |
| XYZ | 51.1 | 29.9 | 76.48 | - |
| YUV | 147.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 228 | 0 | 0.62 | 0.02 | 0.09 | 302.07 | 0.77 | 0.63 |
| Hex | E9 | 58 | E4 | 0 | 3E | 2 | 9 | 12E | 4D | 3F |
| Octal | 351 | 130 | 344 | 0 | 76 | 2 | 11 | 456 | 115 | 77 |
| Binary | 11101001 | 1011000 | 11100100 | 0 | 111110 | 10 | 1001 | 100101110 | 1001101 | 111111 |
Color Harmonies of #E958E4
Complementary color
Monochromatic Colors of #E958E4
Black with #E958E4
Text Example
Text Example
White with #E958E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958E4; }
p { color: rgb(233,88,228); }
H1.HeaderClassName
{
color: #E958E4;
}
.AnyTagClassName
{
color: #E958E4;
}
</style>
background-color css
<style>
a { background-color: #E958E4; }
a { background-color: rgb(233,88,228); }
div.DivClassName
{
background-color: #E958E4;
}
.BgClassName
{
background-color: #E958E4;
}
</style>
border-color css
<style>
span { border-color: #E958E4; }
span { border-color: rgb(233,88,228); }
td.TdClassName
{
border-color: #E958E4;
}
.TagClassName
{
border-color: #E958E4;
}
</style>