Html Css Color HEX #E464EC Free Speech Magenta
📋 copy color: '#E464EC'red 228 ◦ green 100 ◦ blue 236
Shades of Free Speech Magenta #E464EC
Tints of Free Speech Magenta #E464EC
RGB
CMYK
RGB Variations
Color information
#E464EC (or 0xE464EC) is known color: Free Speech Magenta. HEX triplet: E4, 64 and EC. RGB value is (228,100,236). Sum of RGB (Red+Green+Blue) = 228+100+236=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #E464EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E464EC is #1B9B13. Grayscale: #999999. Windows color (decimal): -1809172 or 15492324. OLE color: 15492324.
HSL color Cylindrical-coordinate representation of color #E464EC: hue angle of 296.47º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E464EC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 100 | 236 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.07 |
| HSL | 296.47º | 0.78% | 0.66% | - |
| HSV(B) | 296.47º | 0.58% | 0.93% | - |
| XYZ | 51.69 | 31.66 | 82.74 | - |
| YUV | 153.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 236 | 0.03 | 0.58 | 0 | 0.07 | 296.47 | 0.78 | 0.66 |
| Hex | E4 | 64 | EC | 3 | 3A | 0 | 7 | 128 | 4E | 42 |
| Octal | 344 | 144 | 354 | 3 | 72 | 0 | 7 | 450 | 116 | 102 |
| Binary | 11100100 | 1100100 | 11101100 | 11 | 111010 | 0 | 111 | 100101000 | 1001110 | 1000010 |
Color Harmonies of #E464EC
Complementary color
Monochromatic Colors of #E464EC
Black with #E464EC
Text Example
Text Example
White with #E464EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464EC; }
p { color: rgb(228,100,236); }
H1.HeaderClassName
{
color: #E464EC;
}
.AnyTagClassName
{
color: #E464EC;
}
</style>
background-color css
<style>
a { background-color: #E464EC; }
a { background-color: rgb(228,100,236); }
div.DivClassName
{
background-color: #E464EC;
}
.BgClassName
{
background-color: #E464EC;
}
</style>
border-color css
<style>
span { border-color: #E464EC; }
span { border-color: rgb(228,100,236); }
td.TdClassName
{
border-color: #E464EC;
}
.TagClassName
{
border-color: #E464EC;
}
</style>