Html Css Color HEX #E361C4 Free Speech Magenta
📋 copy color: '#E361C4'red 227 ◦ green 97 ◦ blue 196
Shades of Free Speech Magenta #E361C4
Tints of Free Speech Magenta #E361C4
RGB
CMYK
RGB Variations
Color information
#E361C4 (or 0xE361C4) is known color: Free Speech Magenta. HEX triplet: E3, 61 and C4. RGB value is (227,97,196). Sum of RGB (Red+Green+Blue) = 227+97+196=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E361C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361C4 is #1C9E3B. Grayscale: #929292. Windows color (decimal): -1875516 or 12870115. OLE color: 12870115.
HSL color Cylindrical-coordinate representation of color #E361C4: hue angle of 314.31º 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 #E361C4 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 196 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.11 |
| HSL | 314.31º | 0.7% | 0.64% | - |
| HSV(B) | 314.31º | 0.57% | 0.89% | - |
| XYZ | 45.92 | 28.87 | 55.38 | - |
| YUV | 147.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 196 | 0 | 0.57 | 0.14 | 0.11 | 314.31 | 0.7 | 0.64 |
| Hex | E3 | 61 | C4 | 0 | 39 | E | B | 13A | 46 | 40 |
| Octal | 343 | 141 | 304 | 0 | 71 | 16 | 13 | 472 | 106 | 100 |
| Binary | 11100011 | 1100001 | 11000100 | 0 | 111001 | 1110 | 1011 | 100111010 | 1000110 | 1000000 |
Color Harmonies of #E361C4
Complementary color
Monochromatic Colors of #E361C4
Black with #E361C4
Text Example
Text Example
White with #E361C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E361C4; }
p { color: rgb(227,97,196); }
H1.HeaderClassName
{
color: #E361C4;
}
.AnyTagClassName
{
color: #E361C4;
}
</style>
background-color css
<style>
a { background-color: #E361C4; }
a { background-color: rgb(227,97,196); }
div.DivClassName
{
background-color: #E361C4;
}
.BgClassName
{
background-color: #E361C4;
}
</style>
border-color css
<style>
span { border-color: #E361C4; }
span { border-color: rgb(227,97,196); }
td.TdClassName
{
border-color: #E361C4;
}
.TagClassName
{
border-color: #E361C4;
}
</style>