Html Css Color HEX #E957F2 Free Speech Magenta
📋 copy color: '#E957F2'red 233 ◦ green 87 ◦ blue 242
Shades of Free Speech Magenta #E957F2
Tints of Free Speech Magenta #E957F2
RGB
CMYK
RGB Variations
Color information
#E957F2 (or 0xE957F2) is known color: Free Speech Magenta. HEX triplet: E9, 57 and F2. RGB value is (233,87,242). Sum of RGB (Red+Green+Blue) = 233+87+242=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 87 (34.38% from 255 or 15.48% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #E957F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E957F2 is #16A80D. Grayscale: #939393. Windows color (decimal): -1484814 or 15882217. OLE color: 15882217.
HSL color Cylindrical-coordinate representation of color #E957F2: hue angle of 296.52º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E957F2 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 87 | 242 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.05 |
| HSL | 296.52º | 0.86% | 0.65% | - |
| HSV(B) | 296.52º | 0.64% | 0.95% | - |
| XYZ | 53.04 | 30.55 | 87.11 | - |
| YUV | 148.32 | 180.87 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 242 | 0.04 | 0.64 | 0 | 0.05 | 296.52 | 0.86 | 0.65 |
| Hex | E9 | 57 | F2 | 4 | 40 | 0 | 5 | 129 | 56 | 41 |
| Octal | 351 | 127 | 362 | 4 | 100 | 0 | 5 | 451 | 126 | 101 |
| Binary | 11101001 | 1010111 | 11110010 | 100 | 1000000 | 0 | 101 | 100101001 | 1010110 | 1000001 |
Color Harmonies of #E957F2
Complementary color
Monochromatic Colors of #E957F2
Black with #E957F2
Text Example
Text Example
White with #E957F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957F2; }
p { color: rgb(233,87,242); }
H1.HeaderClassName
{
color: #E957F2;
}
.AnyTagClassName
{
color: #E957F2;
}
</style>
background-color css
<style>
a { background-color: #E957F2; }
a { background-color: rgb(233,87,242); }
div.DivClassName
{
background-color: #E957F2;
}
.BgClassName
{
background-color: #E957F2;
}
</style>
border-color css
<style>
span { border-color: #E957F2; }
span { border-color: rgb(233,87,242); }
td.TdClassName
{
border-color: #E957F2;
}
.TagClassName
{
border-color: #E957F2;
}
</style>