Html Css Color HEX #E948EC Free Speech Magenta
📋 copy color: '#E948EC'red 233 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #E948EC
Tints of Free Speech Magenta #E948EC
RGB
CMYK
RGB Variations
Color information
#E948EC (or 0xE948EC) is known color: Free Speech Magenta. HEX triplet: E9, 48 and EC. RGB value is (233,72,236). Sum of RGB (Red+Green+Blue) = 233+72+236=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 72 (28.52% from 255 or 13.31% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #E948EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E948EC is #16B713. Grayscale: #8A8A8A. Windows color (decimal): -1488660 or 15485161. OLE color: 15485161.
HSL color Cylindrical-coordinate representation of color #E948EC: hue angle of 298.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948EC is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 72 | 236 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.07 |
| HSL | 298.9º | 0.81% | 0.6% | - |
| HSV(B) | 298.9º | 0.69% | 0.93% | - |
| XYZ | 51.06 | 28.01 | 82.07 | - |
| YUV | 138.84 | 182.84 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 236 | 0.01 | 0.69 | 0 | 0.07 | 298.9 | 0.81 | 0.6 |
| Hex | E9 | 48 | EC | 1 | 45 | 0 | 7 | 12B | 51 | 3C |
| Octal | 351 | 110 | 354 | 1 | 105 | 0 | 7 | 453 | 121 | 74 |
| Binary | 11101001 | 1001000 | 11101100 | 1 | 1000101 | 0 | 111 | 100101011 | 1010001 | 111100 |
Color Harmonies of #E948EC
Complementary color
Monochromatic Colors of #E948EC
Black with #E948EC
Text Example
Text Example
White with #E948EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948EC; }
p { color: rgb(233,72,236); }
H1.HeaderClassName
{
color: #E948EC;
}
.AnyTagClassName
{
color: #E948EC;
}
</style>
background-color css
<style>
a { background-color: #E948EC; }
a { background-color: rgb(233,72,236); }
div.DivClassName
{
background-color: #E948EC;
}
.BgClassName
{
background-color: #E948EC;
}
</style>
border-color css
<style>
span { border-color: #E948EC; }
span { border-color: rgb(233,72,236); }
td.TdClassName
{
border-color: #E948EC;
}
.TagClassName
{
border-color: #E948EC;
}
</style>