Html Css Color HEX #E464C0 Free Speech Magenta
📋 copy color: '#E464C0'red 228 ◦ green 100 ◦ blue 192
Shades of Free Speech Magenta #E464C0
Tints of Free Speech Magenta #E464C0
RGB
CMYK
RGB Variations
Color information
#E464C0 (or 0xE464C0) is known color: Free Speech Magenta. HEX triplet: E4, 64 and C0. RGB value is (228,100,192). Sum of RGB (Red+Green+Blue) = 228+100+192=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E464C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464C0 is #1B9B3F. Grayscale: #949494. Windows color (decimal): -1809216 or 12608740. OLE color: 12608740.
HSL color Cylindrical-coordinate representation of color #E464C0: hue angle of 316.88º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464C0 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 192 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.11 |
| HSL | 316.88º | 0.7% | 0.64% | - |
| HSV(B) | 316.88º | 0.56% | 0.89% | - |
| XYZ | 46.07 | 29.41 | 53.12 | - |
| YUV | 148.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 192 | 0 | 0.56 | 0.16 | 0.11 | 316.88 | 0.7 | 0.64 |
| Hex | E4 | 64 | C0 | 0 | 38 | 10 | B | 13D | 46 | 40 |
| Octal | 344 | 144 | 300 | 0 | 70 | 20 | 13 | 475 | 106 | 100 |
| Binary | 11100100 | 1100100 | 11000000 | 0 | 111000 | 10000 | 1011 | 100111101 | 1000110 | 1000000 |
Color Harmonies of #E464C0
Complementary color
Monochromatic Colors of #E464C0
Black with #E464C0
Text Example
Text Example
White with #E464C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464C0; }
p { color: rgb(228,100,192); }
H1.HeaderClassName
{
color: #E464C0;
}
.AnyTagClassName
{
color: #E464C0;
}
</style>
background-color css
<style>
a { background-color: #E464C0; }
a { background-color: rgb(228,100,192); }
div.DivClassName
{
background-color: #E464C0;
}
.BgClassName
{
background-color: #E464C0;
}
</style>
border-color css
<style>
span { border-color: #E464C0; }
span { border-color: rgb(228,100,192); }
td.TdClassName
{
border-color: #E464C0;
}
.TagClassName
{
border-color: #E464C0;
}
</style>