Html Css Color HEX #E561E6 Free Speech Magenta
📋 copy color: '#E561E6'red 229 ◦ green 97 ◦ blue 230
Shades of Free Speech Magenta #E561E6
Tints of Free Speech Magenta #E561E6
RGB
CMYK
RGB Variations
Color information
#E561E6 (or 0xE561E6) is known color: Free Speech Magenta. HEX triplet: E5, 61 and E6. RGB value is (229,97,230). Sum of RGB (Red+Green+Blue) = 229+97+230=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 97 (38.28% from 255 or 17.45% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #E561E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E561E6 is #1A9E19. Grayscale: #979797. Windows color (decimal): -1744410 or 15098341. OLE color: 15098341.
HSL color Cylindrical-coordinate representation of color #E561E6: hue angle of 299.55º 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 #E561E6 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 230 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.10 |
| HSL | 299.55º | 0.73% | 0.64% | - |
| HSV(B) | 299.55º | 0.58% | 0.9% | - |
| XYZ | 50.87 | 30.92 | 78.15 | - |
| YUV | 151.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 230 | 0.00 | 0.58 | 0 | 0.10 | 299.55 | 0.73 | 0.64 |
| Hex | E5 | 61 | E6 | 0 | 3A | 0 | A | 12C | 49 | 40 |
| Octal | 345 | 141 | 346 | 0 | 72 | 0 | 12 | 454 | 111 | 100 |
| Binary | 11100101 | 1100001 | 11100110 | 0 | 111010 | 0 | 1010 | 100101100 | 1001001 | 1000000 |
Color Harmonies of #E561E6
Complementary color
Monochromatic Colors of #E561E6
Black with #E561E6
Text Example
Text Example
White with #E561E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561E6; }
p { color: rgb(229,97,230); }
H1.HeaderClassName
{
color: #E561E6;
}
.AnyTagClassName
{
color: #E561E6;
}
</style>
background-color css
<style>
a { background-color: #E561E6; }
a { background-color: rgb(229,97,230); }
div.DivClassName
{
background-color: #E561E6;
}
.BgClassName
{
background-color: #E561E6;
}
</style>
border-color css
<style>
span { border-color: #E561E6; }
span { border-color: rgb(229,97,230); }
td.TdClassName
{
border-color: #E561E6;
}
.TagClassName
{
border-color: #E561E6;
}
</style>