Html Css Color HEX #E939F0 Free Speech Magenta
📋 copy color: '#E939F0'red 233 ◦ green 57 ◦ blue 240
Shades of Free Speech Magenta #E939F0
Tints of Free Speech Magenta #E939F0
RGB
CMYK
RGB Variations
Color information
#E939F0 (or 0xE939F0) is known color: Free Speech Magenta. HEX triplet: E9, 39 and F0. RGB value is (233,57,240). Sum of RGB (Red+Green+Blue) = 233+57+240=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 57 (22.66% from 255 or 10.75% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #E939F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E939F0 is #16C60F. Grayscale: #818181. Windows color (decimal): -1492496 or 15743465. OLE color: 15743465.
HSL color Cylindrical-coordinate representation of color #E939F0: hue angle of 297.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E939F0 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 57 | 240 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.06 |
| HSL | 297.7º | 0.86% | 0.58% | - |
| HSV(B) | 297.7º | 0.76% | 0.94% | - |
| XYZ | 50.8 | 26.54 | 84.88 | - |
| YUV | 130.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 57 | 240 | 0.03 | 0.76 | 0 | 0.06 | 297.7 | 0.86 | 0.58 |
| Hex | E9 | 39 | F0 | 3 | 4C | 0 | 6 | 12A | 56 | 3A |
| Octal | 351 | 71 | 360 | 3 | 114 | 0 | 6 | 452 | 126 | 72 |
| Binary | 11101001 | 111001 | 11110000 | 11 | 1001100 | 0 | 110 | 100101010 | 1010110 | 111010 |
Color Harmonies of #E939F0
Complementary color
Monochromatic Colors of #E939F0
Black with #E939F0
Text Example
Text Example
White with #E939F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E939F0; }
p { color: rgb(233,57,240); }
H1.HeaderClassName
{
color: #E939F0;
}
.AnyTagClassName
{
color: #E939F0;
}
</style>
background-color css
<style>
a { background-color: #E939F0; }
a { background-color: rgb(233,57,240); }
div.DivClassName
{
background-color: #E939F0;
}
.BgClassName
{
background-color: #E939F0;
}
</style>
border-color css
<style>
span { border-color: #E939F0; }
span { border-color: rgb(233,57,240); }
td.TdClassName
{
border-color: #E939F0;
}
.TagClassName
{
border-color: #E939F0;
}
</style>