Html Css Color HEX #E364C0 Free Speech Magenta
📋 copy color: '#E364C0'red 227 ◦ green 100 ◦ blue 192
Shades of Free Speech Magenta #E364C0
Tints of Free Speech Magenta #E364C0
RGB
CMYK
RGB Variations
Color information
#E364C0 (or 0xE364C0) is known color: Free Speech Magenta. HEX triplet: E3, 64 and C0. RGB value is (227,100,192). Sum of RGB (Red+Green+Blue) = 227+100+192=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E364C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364C0 is #1C9B3F. Grayscale: #949494. Windows color (decimal): -1874752 or 12608739. OLE color: 12608739.
HSL color Cylindrical-coordinate representation of color #E364C0: hue angle of 316.54º degrees, saturation: 0.69, 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 #E364C0 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 192 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.11 |
| HSL | 316.54º | 0.69% | 0.64% | - |
| HSV(B) | 316.54º | 0.56% | 0.89% | - |
| XYZ | 45.75 | 29.25 | 53.1 | - |
| YUV | 148.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 192 | 0 | 0.56 | 0.15 | 0.11 | 316.54 | 0.69 | 0.64 |
| Hex | E3 | 64 | C0 | 0 | 38 | F | B | 13D | 45 | 40 |
| Octal | 343 | 144 | 300 | 0 | 70 | 17 | 13 | 475 | 105 | 100 |
| Binary | 11100011 | 1100100 | 11000000 | 0 | 111000 | 1111 | 1011 | 100111101 | 1000101 | 1000000 |
Color Harmonies of #E364C0
Complementary color
Monochromatic Colors of #E364C0
Black with #E364C0
Text Example
Text Example
White with #E364C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E364C0; }
p { color: rgb(227,100,192); }
H1.HeaderClassName
{
color: #E364C0;
}
.AnyTagClassName
{
color: #E364C0;
}
</style>
background-color css
<style>
a { background-color: #E364C0; }
a { background-color: rgb(227,100,192); }
div.DivClassName
{
background-color: #E364C0;
}
.BgClassName
{
background-color: #E364C0;
}
</style>
border-color css
<style>
span { border-color: #E364C0; }
span { border-color: rgb(227,100,192); }
td.TdClassName
{
border-color: #E364C0;
}
.TagClassName
{
border-color: #E364C0;
}
</style>