Html Css Color HEX #E948F0 Free Speech Magenta
📋 copy color: '#E948F0'red 233 ◦ green 72 ◦ blue 240
Shades of Free Speech Magenta #E948F0
Tints of Free Speech Magenta #E948F0
RGB
CMYK
RGB Variations
Color information
#E948F0 (or 0xE948F0) is known color: Free Speech Magenta. HEX triplet: E9, 48 and F0. RGB value is (233,72,240). Sum of RGB (Red+Green+Blue) = 233+72+240=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #E948F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E948F0 is #16B70F. Grayscale: #8A8A8A. Windows color (decimal): -1488656 or 15747305. OLE color: 15747305.
HSL color Cylindrical-coordinate representation of color #E948F0: hue angle of 297.5º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E948F0 is Cyan = 0.03, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 72 | 240 | - |
| CMYK | 0.03 | 0.7 | 0 | 0.06 |
| HSL | 297.5º | 0.85% | 0.61% | - |
| HSV(B) | 297.5º | 0.7% | 0.94% | - |
| XYZ | 51.65 | 28.25 | 85.17 | - |
| YUV | 139.29 | 184.84 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 240 | 0.03 | 0.7 | 0 | 0.06 | 297.5 | 0.85 | 0.61 |
| Hex | E9 | 48 | F0 | 3 | 46 | 0 | 6 | 12A | 55 | 3D |
| Octal | 351 | 110 | 360 | 3 | 106 | 0 | 6 | 452 | 125 | 75 |
| Binary | 11101001 | 1001000 | 11110000 | 11 | 1000110 | 0 | 110 | 100101010 | 1010101 | 111101 |
Color Harmonies of #E948F0
Complementary color
Monochromatic Colors of #E948F0
Black with #E948F0
Text Example
Text Example
White with #E948F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948F0; }
p { color: rgb(233,72,240); }
H1.HeaderClassName
{
color: #E948F0;
}
.AnyTagClassName
{
color: #E948F0;
}
</style>
background-color css
<style>
a { background-color: #E948F0; }
a { background-color: rgb(233,72,240); }
div.DivClassName
{
background-color: #E948F0;
}
.BgClassName
{
background-color: #E948F0;
}
</style>
border-color css
<style>
span { border-color: #E948F0; }
span { border-color: rgb(233,72,240); }
td.TdClassName
{
border-color: #E948F0;
}
.TagClassName
{
border-color: #E948F0;
}
</style>