Html Css Color HEX #E261CA Free Speech Magenta
📋 copy color: '#E261CA'red 226 ◦ green 97 ◦ blue 202
Shades of Free Speech Magenta #E261CA
Tints of Free Speech Magenta #E261CA
RGB
CMYK
RGB Variations
Color information
#E261CA (or 0xE261CA) is known color: Free Speech Magenta. HEX triplet: E2, 61 and CA. RGB value is (226,97,202). Sum of RGB (Red+Green+Blue) = 226+97+202=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E261CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261CA is #1D9E35. Grayscale: #939393. Windows color (decimal): -1941046 or 13263330. OLE color: 13263330.
HSL color Cylindrical-coordinate representation of color #E261CA: hue angle of 311.16º 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 #E261CA is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 202 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.11 |
| HSL | 311.16º | 0.69% | 0.63% | - |
| HSV(B) | 311.16º | 0.57% | 0.89% | - |
| XYZ | 46.3 | 28.98 | 59.03 | - |
| YUV | 147.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 202 | 0 | 0.57 | 0.11 | 0.11 | 311.16 | 0.69 | 0.63 |
| Hex | E2 | 61 | CA | 0 | 39 | B | B | 137 | 45 | 3F |
| Octal | 342 | 141 | 312 | 0 | 71 | 13 | 13 | 467 | 105 | 77 |
| Binary | 11100010 | 1100001 | 11001010 | 0 | 111001 | 1011 | 1011 | 100110111 | 1000101 | 111111 |
Color Harmonies of #E261CA
Complementary color
Monochromatic Colors of #E261CA
Black with #E261CA
Text Example
Text Example
White with #E261CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261CA; }
p { color: rgb(226,97,202); }
H1.HeaderClassName
{
color: #E261CA;
}
.AnyTagClassName
{
color: #E261CA;
}
</style>
background-color css
<style>
a { background-color: #E261CA; }
a { background-color: rgb(226,97,202); }
div.DivClassName
{
background-color: #E261CA;
}
.BgClassName
{
background-color: #E261CA;
}
</style>
border-color css
<style>
span { border-color: #E261CA; }
span { border-color: rgb(226,97,202); }
td.TdClassName
{
border-color: #E261CA;
}
.TagClassName
{
border-color: #E261CA;
}
</style>