Html Css Color HEX #E360C5 Free Speech Magenta
📋 copy color: '#E360C5'red 227 ◦ green 96 ◦ blue 197
Shades of Free Speech Magenta #E360C5
Tints of Free Speech Magenta #E360C5
RGB
CMYK
RGB Variations
Color information
#E360C5 (or 0xE360C5) is known color: Free Speech Magenta. HEX triplet: E3, 60 and C5. RGB value is (227,96,197). Sum of RGB (Red+Green+Blue) = 227+96+197=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E360C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360C5 is #1C9F3A. Grayscale: #929292. Windows color (decimal): -1875771 or 12935395. OLE color: 12935395.
HSL color Cylindrical-coordinate representation of color #E360C5: hue angle of 313.74º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360C5 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 197 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.11 |
| HSL | 313.74º | 0.7% | 0.63% | - |
| HSV(B) | 313.74º | 0.58% | 0.89% | - |
| XYZ | 45.94 | 28.73 | 55.95 | - |
| YUV | 146.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 197 | 0 | 0.58 | 0.13 | 0.11 | 313.74 | 0.7 | 0.63 |
| Hex | E3 | 60 | C5 | 0 | 3A | D | B | 13A | 46 | 3F |
| Octal | 343 | 140 | 305 | 0 | 72 | 15 | 13 | 472 | 106 | 77 |
| Binary | 11100011 | 1100000 | 11000101 | 0 | 111010 | 1101 | 1011 | 100111010 | 1000110 | 111111 |
Color Harmonies of #E360C5
Complementary color
Monochromatic Colors of #E360C5
Black with #E360C5
Text Example
Text Example
White with #E360C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360C5; }
p { color: rgb(227,96,197); }
H1.HeaderClassName
{
color: #E360C5;
}
.AnyTagClassName
{
color: #E360C5;
}
</style>
background-color css
<style>
a { background-color: #E360C5; }
a { background-color: rgb(227,96,197); }
div.DivClassName
{
background-color: #E360C5;
}
.BgClassName
{
background-color: #E360C5;
}
</style>
border-color css
<style>
span { border-color: #E360C5; }
span { border-color: rgb(227,96,197); }
td.TdClassName
{
border-color: #E360C5;
}
.TagClassName
{
border-color: #E360C5;
}
</style>