Html Css Color HEX #E952F0 Free Speech Magenta
📋 copy color: '#E952F0'red 233 ◦ green 82 ◦ blue 240
Shades of Free Speech Magenta #E952F0
Tints of Free Speech Magenta #E952F0
RGB
CMYK
RGB Variations
Color information
#E952F0 (or 0xE952F0) is known color: Free Speech Magenta. HEX triplet: E9, 52 and F0. RGB value is (233,82,240). Sum of RGB (Red+Green+Blue) = 233+82+240=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 82 (32.42% from 255 or 14.77% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #E952F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952F0 is #16AD0F. Grayscale: #909090. Windows color (decimal): -1486096 or 15749865. OLE color: 15749865.
HSL color Cylindrical-coordinate representation of color #E952F0: hue angle of 297.34º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E952F0 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 82 | 240 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.06 |
| HSL | 297.34º | 0.84% | 0.63% | - |
| HSV(B) | 297.34º | 0.66% | 0.94% | - |
| XYZ | 52.35 | 29.65 | 85.4 | - |
| YUV | 145.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 240 | 0.03 | 0.66 | 0 | 0.06 | 297.34 | 0.84 | 0.63 |
| Hex | E9 | 52 | F0 | 3 | 42 | 0 | 6 | 129 | 54 | 3F |
| Octal | 351 | 122 | 360 | 3 | 102 | 0 | 6 | 451 | 124 | 77 |
| Binary | 11101001 | 1010010 | 11110000 | 11 | 1000010 | 0 | 110 | 100101001 | 1010100 | 111111 |
Color Harmonies of #E952F0
Complementary color
Monochromatic Colors of #E952F0
Black with #E952F0
Text Example
Text Example
White with #E952F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952F0; }
p { color: rgb(233,82,240); }
H1.HeaderClassName
{
color: #E952F0;
}
.AnyTagClassName
{
color: #E952F0;
}
</style>
background-color css
<style>
a { background-color: #E952F0; }
a { background-color: rgb(233,82,240); }
div.DivClassName
{
background-color: #E952F0;
}
.BgClassName
{
background-color: #E952F0;
}
</style>
border-color css
<style>
span { border-color: #E952F0; }
span { border-color: rgb(233,82,240); }
td.TdClassName
{
border-color: #E952F0;
}
.TagClassName
{
border-color: #E952F0;
}
</style>