Html Css Color HEX #E261D8 Free Speech Magenta
📋 copy color: '#E261D8'red 226 ◦ green 97 ◦ blue 216
Shades of Free Speech Magenta #E261D8
Tints of Free Speech Magenta #E261D8
RGB
CMYK
RGB Variations
Color information
#E261D8 (or 0xE261D8) is known color: Free Speech Magenta. HEX triplet: E2, 61 and D8. RGB value is (226,97,216). Sum of RGB (Red+Green+Blue) = 226+97+216=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E261D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261D8 is #1D9E27. Grayscale: #949494. Windows color (decimal): -1941032 or 14180834. OLE color: 14180834.
HSL color Cylindrical-coordinate representation of color #E261D8: hue angle of 304.65º 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 #E261D8 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 216 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 304.65º | 0.69% | 0.63% | - |
| HSV(B) | 304.65º | 0.57% | 0.89% | - |
| XYZ | 48.03 | 29.68 | 68.16 | - |
| YUV | 149.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 216 | 0 | 0.57 | 0.04 | 0.11 | 304.65 | 0.69 | 0.63 |
| Hex | E2 | 61 | D8 | 0 | 39 | 4 | B | 131 | 45 | 3F |
| Octal | 342 | 141 | 330 | 0 | 71 | 4 | 13 | 461 | 105 | 77 |
| Binary | 11100010 | 1100001 | 11011000 | 0 | 111001 | 100 | 1011 | 100110001 | 1000101 | 111111 |
Color Harmonies of #E261D8
Complementary color
Monochromatic Colors of #E261D8
Black with #E261D8
Text Example
Text Example
White with #E261D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261D8; }
p { color: rgb(226,97,216); }
H1.HeaderClassName
{
color: #E261D8;
}
.AnyTagClassName
{
color: #E261D8;
}
</style>
background-color css
<style>
a { background-color: #E261D8; }
a { background-color: rgb(226,97,216); }
div.DivClassName
{
background-color: #E261D8;
}
.BgClassName
{
background-color: #E261D8;
}
</style>
border-color css
<style>
span { border-color: #E261D8; }
span { border-color: rgb(226,97,216); }
td.TdClassName
{
border-color: #E261D8;
}
.TagClassName
{
border-color: #E261D8;
}
</style>