Html Css Color HEX #E361C5 Free Speech Magenta
📋 copy color: '#E361C5'red 227 ◦ green 97 ◦ blue 197
Shades of Free Speech Magenta #E361C5
Tints of Free Speech Magenta #E361C5
RGB
CMYK
RGB Variations
Color information
#E361C5 (or 0xE361C5) is known color: Free Speech Magenta. HEX triplet: E3, 61 and C5. RGB value is (227,97,197). Sum of RGB (Red+Green+Blue) = 227+97+197=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E361C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361C5 is #1C9E3A. Grayscale: #939393. Windows color (decimal): -1875515 or 12935651. OLE color: 12935651.
HSL color Cylindrical-coordinate representation of color #E361C5: hue angle of 313.85º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E361C5 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 197 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.11 |
| HSL | 313.85º | 0.7% | 0.64% | - |
| HSV(B) | 313.85º | 0.57% | 0.89% | - |
| XYZ | 46.03 | 28.91 | 55.98 | - |
| YUV | 147.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 197 | 0 | 0.57 | 0.13 | 0.11 | 313.85 | 0.7 | 0.64 |
| Hex | E3 | 61 | C5 | 0 | 39 | D | B | 13A | 46 | 40 |
| Octal | 343 | 141 | 305 | 0 | 71 | 15 | 13 | 472 | 106 | 100 |
| Binary | 11100011 | 1100001 | 11000101 | 0 | 111001 | 1101 | 1011 | 100111010 | 1000110 | 1000000 |
Color Harmonies of #E361C5
Complementary color
Monochromatic Colors of #E361C5
Black with #E361C5
Text Example
Text Example
White with #E361C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E361C5; }
p { color: rgb(227,97,197); }
H1.HeaderClassName
{
color: #E361C5;
}
.AnyTagClassName
{
color: #E361C5;
}
</style>
background-color css
<style>
a { background-color: #E361C5; }
a { background-color: rgb(227,97,197); }
div.DivClassName
{
background-color: #E361C5;
}
.BgClassName
{
background-color: #E361C5;
}
</style>
border-color css
<style>
span { border-color: #E361C5; }
span { border-color: rgb(227,97,197); }
td.TdClassName
{
border-color: #E361C5;
}
.TagClassName
{
border-color: #E361C5;
}
</style>