Html Css Color HEX #E261DB Free Speech Magenta
📋 copy color: '#E261DB'red 226 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #E261DB
Tints of Free Speech Magenta #E261DB
RGB
CMYK
RGB Variations
Color information
#E261DB (or 0xE261DB) is known color: Free Speech Magenta. HEX triplet: E2, 61 and DB. RGB value is (226,97,219). Sum of RGB (Red+Green+Blue) = 226+97+219=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E261DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E261DB is #1D9E24. Grayscale: #959595. Windows color (decimal): -1941029 or 14377442. OLE color: 14377442.
HSL color Cylindrical-coordinate representation of color #E261DB: hue angle of 303.26º 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 #E261DB is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 219 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.11 |
| HSL | 303.26º | 0.69% | 0.63% | - |
| HSV(B) | 303.26º | 0.57% | 0.89% | - |
| XYZ | 48.42 | 29.83 | 70.22 | - |
| YUV | 149.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 219 | 0 | 0.57 | 0.03 | 0.11 | 303.26 | 0.69 | 0.63 |
| Hex | E2 | 61 | DB | 0 | 39 | 3 | B | 12F | 45 | 3F |
| Octal | 342 | 141 | 333 | 0 | 71 | 3 | 13 | 457 | 105 | 77 |
| Binary | 11100010 | 1100001 | 11011011 | 0 | 111001 | 11 | 1011 | 100101111 | 1000101 | 111111 |
Color Harmonies of #E261DB
Complementary color
Monochromatic Colors of #E261DB
Black with #E261DB
Text Example
Text Example
White with #E261DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261DB; }
p { color: rgb(226,97,219); }
H1.HeaderClassName
{
color: #E261DB;
}
.AnyTagClassName
{
color: #E261DB;
}
</style>
background-color css
<style>
a { background-color: #E261DB; }
a { background-color: rgb(226,97,219); }
div.DivClassName
{
background-color: #E261DB;
}
.BgClassName
{
background-color: #E261DB;
}
</style>
border-color css
<style>
span { border-color: #E261DB; }
span { border-color: rgb(226,97,219); }
td.TdClassName
{
border-color: #E261DB;
}
.TagClassName
{
border-color: #E261DB;
}
</style>