Html Css Color HEX #E442EC Free Speech Magenta
📋 copy color: '#E442EC'red 228 ◦ green 66 ◦ blue 236
Shades of Free Speech Magenta #E442EC
Tints of Free Speech Magenta #E442EC
RGB
CMYK
RGB Variations
Color information
#E442EC (or 0xE442EC) is known color: Free Speech Magenta. HEX triplet: E4, 42 and EC. RGB value is (228,66,236). Sum of RGB (Red+Green+Blue) = 228+66+236=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 66 (26.17% from 255 or 12.45% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #E442EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E442EC is #1BBD13. Grayscale: #858585. Windows color (decimal): -1817876 or 15483620. OLE color: 15483620.
HSL color Cylindrical-coordinate representation of color #E442EC: hue angle of 297.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E442EC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 66 | 236 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.07 |
| HSL | 297.18º | 0.82% | 0.59% | - |
| HSV(B) | 297.18º | 0.72% | 0.93% | - |
| XYZ | 49.08 | 26.45 | 81.87 | - |
| YUV | 133.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 236 | 0.03 | 0.72 | 0 | 0.07 | 297.18 | 0.82 | 0.59 |
| Hex | E4 | 42 | EC | 3 | 48 | 0 | 7 | 129 | 52 | 3B |
| Octal | 344 | 102 | 354 | 3 | 110 | 0 | 7 | 451 | 122 | 73 |
| Binary | 11100100 | 1000010 | 11101100 | 11 | 1001000 | 0 | 111 | 100101001 | 1010010 | 111011 |
Color Harmonies of #E442EC
Complementary color
Monochromatic Colors of #E442EC
Black with #E442EC
Text Example
Text Example
White with #E442EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E442EC; }
p { color: rgb(228,66,236); }
H1.HeaderClassName
{
color: #E442EC;
}
.AnyTagClassName
{
color: #E442EC;
}
</style>
background-color css
<style>
a { background-color: #E442EC; }
a { background-color: rgb(228,66,236); }
div.DivClassName
{
background-color: #E442EC;
}
.BgClassName
{
background-color: #E442EC;
}
</style>
border-color css
<style>
span { border-color: #E442EC; }
span { border-color: rgb(228,66,236); }
td.TdClassName
{
border-color: #E442EC;
}
.TagClassName
{
border-color: #E442EC;
}
</style>