Html Css Color HEX #E261DE Free Speech Magenta
📋 copy color: '#E261DE'red 226 ◦ green 97 ◦ blue 222
Shades of Free Speech Magenta #E261DE
Tints of Free Speech Magenta #E261DE
RGB
CMYK
RGB Variations
Color information
#E261DE (or 0xE261DE) is known color: Free Speech Magenta. HEX triplet: E2, 61 and DE. RGB value is (226,97,222). Sum of RGB (Red+Green+Blue) = 226+97+222=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E261DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261DE is #1D9E21. Grayscale: #959595. Windows color (decimal): -1941026 or 14574050. OLE color: 14574050.
HSL color Cylindrical-coordinate representation of color #E261DE: hue angle of 301.86º 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 #E261DE is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 222 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.11 |
| HSL | 301.86º | 0.69% | 0.63% | - |
| HSV(B) | 301.86º | 0.57% | 0.89% | - |
| XYZ | 48.82 | 29.99 | 72.32 | - |
| YUV | 149.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 222 | 0 | 0.57 | 0.02 | 0.11 | 301.86 | 0.69 | 0.63 |
| Hex | E2 | 61 | DE | 0 | 39 | 2 | B | 12E | 45 | 3F |
| Octal | 342 | 141 | 336 | 0 | 71 | 2 | 13 | 456 | 105 | 77 |
| Binary | 11100010 | 1100001 | 11011110 | 0 | 111001 | 10 | 1011 | 100101110 | 1000101 | 111111 |
Color Harmonies of #E261DE
Complementary color
Monochromatic Colors of #E261DE
Black with #E261DE
Text Example
Text Example
White with #E261DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261DE; }
p { color: rgb(226,97,222); }
H1.HeaderClassName
{
color: #E261DE;
}
.AnyTagClassName
{
color: #E261DE;
}
</style>
background-color css
<style>
a { background-color: #E261DE; }
a { background-color: rgb(226,97,222); }
div.DivClassName
{
background-color: #E261DE;
}
.BgClassName
{
background-color: #E261DE;
}
</style>
border-color css
<style>
span { border-color: #E261DE; }
span { border-color: rgb(226,97,222); }
td.TdClassName
{
border-color: #E261DE;
}
.TagClassName
{
border-color: #E261DE;
}
</style>