Html Css Color HEX #E957F0 Free Speech Magenta
📋 copy color: '#E957F0'red 233 ◦ green 87 ◦ blue 240
Shades of Free Speech Magenta #E957F0
Tints of Free Speech Magenta #E957F0
RGB
CMYK
RGB Variations
Color information
#E957F0 (or 0xE957F0) is known color: Free Speech Magenta. HEX triplet: E9, 57 and F0. RGB value is (233,87,240). Sum of RGB (Red+Green+Blue) = 233+87+240=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 87 (34.38% from 255 or 15.54% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #E957F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E957F0 is #16A80F. Grayscale: #939393. Windows color (decimal): -1484816 or 15751145. OLE color: 15751145.
HSL color Cylindrical-coordinate representation of color #E957F0: hue angle of 297.25º degrees, saturation: 0.84, 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 #E957F0 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 87 | 240 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.06 |
| HSL | 297.25º | 0.84% | 0.64% | - |
| HSV(B) | 297.25º | 0.64% | 0.94% | - |
| XYZ | 52.74 | 30.43 | 85.53 | - |
| YUV | 148.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 240 | 0.03 | 0.64 | 0 | 0.06 | 297.25 | 0.84 | 0.64 |
| Hex | E9 | 57 | F0 | 3 | 40 | 0 | 6 | 129 | 54 | 40 |
| Octal | 351 | 127 | 360 | 3 | 100 | 0 | 6 | 451 | 124 | 100 |
| Binary | 11101001 | 1010111 | 11110000 | 11 | 1000000 | 0 | 110 | 100101001 | 1010100 | 1000000 |
Color Harmonies of #E957F0
Complementary color
Monochromatic Colors of #E957F0
Black with #E957F0
Text Example
Text Example
White with #E957F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957F0; }
p { color: rgb(233,87,240); }
H1.HeaderClassName
{
color: #E957F0;
}
.AnyTagClassName
{
color: #E957F0;
}
</style>
background-color css
<style>
a { background-color: #E957F0; }
a { background-color: rgb(233,87,240); }
div.DivClassName
{
background-color: #E957F0;
}
.BgClassName
{
background-color: #E957F0;
}
</style>
border-color css
<style>
span { border-color: #E957F0; }
span { border-color: rgb(233,87,240); }
td.TdClassName
{
border-color: #E957F0;
}
.TagClassName
{
border-color: #E957F0;
}
</style>