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