Html Css Color HEX #E448EC Free Speech Magenta
📋 copy color: '#E448EC'red 228 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #E448EC
Tints of Free Speech Magenta #E448EC
RGB
CMYK
RGB Variations
Color information
#E448EC (or 0xE448EC) is known color: Free Speech Magenta. HEX triplet: E4, 48 and EC. RGB value is (228,72,236). Sum of RGB (Red+Green+Blue) = 228+72+236=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 72 (28.52% from 255 or 13.43% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #E448EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E448EC is #1BB713. Grayscale: #888888. Windows color (decimal): -1816340 or 15485156. OLE color: 15485156.
HSL color Cylindrical-coordinate representation of color #E448EC: hue angle of 297.07º 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 #E448EC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 72 | 236 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.07 |
| HSL | 297.07º | 0.81% | 0.6% | - |
| HSV(B) | 297.07º | 0.69% | 0.93% | - |
| XYZ | 49.45 | 27.18 | 82 | - |
| YUV | 137.34 | 183.68 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 236 | 0.03 | 0.69 | 0 | 0.07 | 297.07 | 0.81 | 0.6 |
| Hex | E4 | 48 | EC | 3 | 45 | 0 | 7 | 129 | 51 | 3C |
| Octal | 344 | 110 | 354 | 3 | 105 | 0 | 7 | 451 | 121 | 74 |
| Binary | 11100100 | 1001000 | 11101100 | 11 | 1000101 | 0 | 111 | 100101001 | 1010001 | 111100 |
Color Harmonies of #E448EC
Complementary color
Monochromatic Colors of #E448EC
Black with #E448EC
Text Example
Text Example
White with #E448EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448EC; }
p { color: rgb(228,72,236); }
H1.HeaderClassName
{
color: #E448EC;
}
.AnyTagClassName
{
color: #E448EC;
}
</style>
background-color css
<style>
a { background-color: #E448EC; }
a { background-color: rgb(228,72,236); }
div.DivClassName
{
background-color: #E448EC;
}
.BgClassName
{
background-color: #E448EC;
}
</style>
border-color css
<style>
span { border-color: #E448EC; }
span { border-color: rgb(228,72,236); }
td.TdClassName
{
border-color: #E448EC;
}
.TagClassName
{
border-color: #E448EC;
}
</style>