Html Css Color HEX #E364C5 Free Speech Magenta
📋 copy color: '#E364C5'red 227 ◦ green 100 ◦ blue 197
Shades of Free Speech Magenta #E364C5
Tints of Free Speech Magenta #E364C5
RGB
CMYK
RGB Variations
Color information
#E364C5 (or 0xE364C5) is known color: Free Speech Magenta. HEX triplet: E3, 64 and C5. RGB value is (227,100,197). Sum of RGB (Red+Green+Blue) = 227+100+197=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E364C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E364C5 is #1C9B3A. Grayscale: #949494. Windows color (decimal): -1874747 or 12936419. OLE color: 12936419.
HSL color Cylindrical-coordinate representation of color #E364C5: hue angle of 314.17º 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 #E364C5 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 197 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.11 |
| HSL | 314.17º | 0.69% | 0.64% | - |
| HSV(B) | 314.17º | 0.56% | 0.89% | - |
| XYZ | 46.31 | 29.48 | 56.07 | - |
| YUV | 149.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 197 | 0 | 0.56 | 0.13 | 0.11 | 314.17 | 0.69 | 0.64 |
| Hex | E3 | 64 | C5 | 0 | 38 | D | B | 13A | 45 | 40 |
| Octal | 343 | 144 | 305 | 0 | 70 | 15 | 13 | 472 | 105 | 100 |
| Binary | 11100011 | 1100100 | 11000101 | 0 | 111000 | 1101 | 1011 | 100111010 | 1000101 | 1000000 |
Color Harmonies of #E364C5
Complementary color
Monochromatic Colors of #E364C5
Black with #E364C5
Text Example
Text Example
White with #E364C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E364C5; }
p { color: rgb(227,100,197); }
H1.HeaderClassName
{
color: #E364C5;
}
.AnyTagClassName
{
color: #E364C5;
}
</style>
background-color css
<style>
a { background-color: #E364C5; }
a { background-color: rgb(227,100,197); }
div.DivClassName
{
background-color: #E364C5;
}
.BgClassName
{
background-color: #E364C5;
}
</style>
border-color css
<style>
span { border-color: #E364C5; }
span { border-color: rgb(227,100,197); }
td.TdClassName
{
border-color: #E364C5;
}
.TagClassName
{
border-color: #E364C5;
}
</style>