Html Css Color HEX #E361CA Free Speech Magenta
📋 copy color: '#E361CA'red 227 ◦ green 97 ◦ blue 202
Shades of Free Speech Magenta #E361CA
Tints of Free Speech Magenta #E361CA
RGB
CMYK
RGB Variations
Color information
#E361CA (or 0xE361CA) is known color: Free Speech Magenta. HEX triplet: E3, 61 and CA. RGB value is (227,97,202). Sum of RGB (Red+Green+Blue) = 227+97+202=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E361CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361CA is #1C9E35. Grayscale: #939393. Windows color (decimal): -1875510 or 13263331. OLE color: 13263331.
HSL color Cylindrical-coordinate representation of color #E361CA: hue angle of 311.54º 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 #E361CA is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 202 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.11 |
| HSL | 311.54º | 0.7% | 0.64% | - |
| HSV(B) | 311.54º | 0.57% | 0.89% | - |
| XYZ | 46.61 | 29.14 | 59.05 | - |
| YUV | 147.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 202 | 0 | 0.57 | 0.11 | 0.11 | 311.54 | 0.7 | 0.64 |
| Hex | E3 | 61 | CA | 0 | 39 | B | B | 138 | 46 | 40 |
| Octal | 343 | 141 | 312 | 0 | 71 | 13 | 13 | 470 | 106 | 100 |
| Binary | 11100011 | 1100001 | 11001010 | 0 | 111001 | 1011 | 1011 | 100111000 | 1000110 | 1000000 |
Color Harmonies of #E361CA
Complementary color
Monochromatic Colors of #E361CA
Black with #E361CA
Text Example
Text Example
White with #E361CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E361CA; }
p { color: rgb(227,97,202); }
H1.HeaderClassName
{
color: #E361CA;
}
.AnyTagClassName
{
color: #E361CA;
}
</style>
background-color css
<style>
a { background-color: #E361CA; }
a { background-color: rgb(227,97,202); }
div.DivClassName
{
background-color: #E361CA;
}
.BgClassName
{
background-color: #E361CA;
}
</style>
border-color css
<style>
span { border-color: #E361CA; }
span { border-color: rgb(227,97,202); }
td.TdClassName
{
border-color: #E361CA;
}
.TagClassName
{
border-color: #E361CA;
}
</style>