Html Css Color HEX #E261C5 Free Speech Magenta
📋 copy color: '#E261C5'red 226 ◦ green 97 ◦ blue 197
Shades of Free Speech Magenta #E261C5
Tints of Free Speech Magenta #E261C5
RGB
CMYK
RGB Variations
Color information
#E261C5 (or 0xE261C5) is known color: Free Speech Magenta. HEX triplet: E2, 61 and C5. RGB value is (226,97,197). Sum of RGB (Red+Green+Blue) = 226+97+197=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E261C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261C5 is #1D9E3A. Grayscale: #929292. Windows color (decimal): -1941051 or 12935650. OLE color: 12935650.
HSL color Cylindrical-coordinate representation of color #E261C5: hue angle of 313.49º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E261C5 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 197 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.11 |
| HSL | 313.49º | 0.69% | 0.63% | - |
| HSV(B) | 313.49º | 0.57% | 0.89% | - |
| XYZ | 45.72 | 28.75 | 55.96 | - |
| YUV | 146.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 197 | 0 | 0.57 | 0.13 | 0.11 | 313.49 | 0.69 | 0.63 |
| Hex | E2 | 61 | C5 | 0 | 39 | D | B | 139 | 45 | 3F |
| Octal | 342 | 141 | 305 | 0 | 71 | 15 | 13 | 471 | 105 | 77 |
| Binary | 11100010 | 1100001 | 11000101 | 0 | 111001 | 1101 | 1011 | 100111001 | 1000101 | 111111 |
Color Harmonies of #E261C5
Complementary color
Monochromatic Colors of #E261C5
Black with #E261C5
Text Example
Text Example
White with #E261C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261C5; }
p { color: rgb(226,97,197); }
H1.HeaderClassName
{
color: #E261C5;
}
.AnyTagClassName
{
color: #E261C5;
}
</style>
background-color css
<style>
a { background-color: #E261C5; }
a { background-color: rgb(226,97,197); }
div.DivClassName
{
background-color: #E261C5;
}
.BgClassName
{
background-color: #E261C5;
}
</style>
border-color css
<style>
span { border-color: #E261C5; }
span { border-color: rgb(226,97,197); }
td.TdClassName
{
border-color: #E261C5;
}
.TagClassName
{
border-color: #E261C5;
}
</style>