Html Css Color HEX #E752F0 Free Speech Magenta
📋 copy color: '#E752F0'red 231 ◦ green 82 ◦ blue 240
Shades of Free Speech Magenta #E752F0
Tints of Free Speech Magenta #E752F0
RGB
CMYK
RGB Variations
Color information
#E752F0 (or 0xE752F0) is known color: Free Speech Magenta. HEX triplet: E7, 52 and F0. RGB value is (231,82,240). Sum of RGB (Red+Green+Blue) = 231+82+240=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #E752F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752F0 is #18AD0F. Grayscale: #909090. Windows color (decimal): -1617168 or 15749863. OLE color: 15749863.
HSL color Cylindrical-coordinate representation of color #E752F0: hue angle of 296.58º 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 #E752F0 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 82 | 240 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.06 |
| HSL | 296.58º | 0.84% | 0.63% | - |
| HSV(B) | 296.58º | 0.66% | 0.94% | - |
| XYZ | 51.7 | 29.31 | 85.37 | - |
| YUV | 144.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 240 | 0.04 | 0.66 | 0 | 0.06 | 296.58 | 0.84 | 0.63 |
| Hex | E7 | 52 | F0 | 4 | 42 | 0 | 6 | 129 | 54 | 3F |
| Octal | 347 | 122 | 360 | 4 | 102 | 0 | 6 | 451 | 124 | 77 |
| Binary | 11100111 | 1010010 | 11110000 | 100 | 1000010 | 0 | 110 | 100101001 | 1010100 | 111111 |
Color Harmonies of #E752F0
Complementary color
Monochromatic Colors of #E752F0
Black with #E752F0
Text Example
Text Example
White with #E752F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752F0; }
p { color: rgb(231,82,240); }
H1.HeaderClassName
{
color: #E752F0;
}
.AnyTagClassName
{
color: #E752F0;
}
</style>
background-color css
<style>
a { background-color: #E752F0; }
a { background-color: rgb(231,82,240); }
div.DivClassName
{
background-color: #E752F0;
}
.BgClassName
{
background-color: #E752F0;
}
</style>
border-color css
<style>
span { border-color: #E752F0; }
span { border-color: rgb(231,82,240); }
td.TdClassName
{
border-color: #E752F0;
}
.TagClassName
{
border-color: #E752F0;
}
</style>