Html Css Color HEX #E261E6 Free Speech Magenta
📋 copy color: '#E261E6'red 226 ◦ green 97 ◦ blue 230
Shades of Free Speech Magenta #E261E6
Tints of Free Speech Magenta #E261E6
RGB
CMYK
RGB Variations
Color information
#E261E6 (or 0xE261E6) is known color: Free Speech Magenta. HEX triplet: E2, 61 and E6. RGB value is (226,97,230). Sum of RGB (Red+Green+Blue) = 226+97+230=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #E261E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E261E6 is #1D9E19. Grayscale: #969696. Windows color (decimal): -1941018 or 15098338. OLE color: 15098338.
HSL color Cylindrical-coordinate representation of color #E261E6: hue angle of 298.2º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E261E6 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 97 | 230 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.10 |
| HSL | 298.2º | 0.73% | 0.64% | - |
| HSV(B) | 298.2º | 0.58% | 0.9% | - |
| XYZ | 49.92 | 30.43 | 78.11 | - |
| YUV | 150.73 | 172.74 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 230 | 0.02 | 0.58 | 0 | 0.10 | 298.2 | 0.73 | 0.64 |
| Hex | E2 | 61 | E6 | 2 | 3A | 0 | A | 12A | 49 | 40 |
| Octal | 342 | 141 | 346 | 2 | 72 | 0 | 12 | 452 | 111 | 100 |
| Binary | 11100010 | 1100001 | 11100110 | 10 | 111010 | 0 | 1010 | 100101010 | 1001001 | 1000000 |
Color Harmonies of #E261E6
Complementary color
Monochromatic Colors of #E261E6
Black with #E261E6
Text Example
Text Example
White with #E261E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261E6; }
p { color: rgb(226,97,230); }
H1.HeaderClassName
{
color: #E261E6;
}
.AnyTagClassName
{
color: #E261E6;
}
</style>
background-color css
<style>
a { background-color: #E261E6; }
a { background-color: rgb(226,97,230); }
div.DivClassName
{
background-color: #E261E6;
}
.BgClassName
{
background-color: #E261E6;
}
</style>
border-color css
<style>
span { border-color: #E261E6; }
span { border-color: rgb(226,97,230); }
td.TdClassName
{
border-color: #E261E6;
}
.TagClassName
{
border-color: #E261E6;
}
</style>