Html Css Color HEX #E749E6 Free Speech Magenta
📋 copy color: '#E749E6'red 231 ◦ green 73 ◦ blue 230
Shades of Free Speech Magenta #E749E6
Tints of Free Speech Magenta #E749E6
RGB
CMYK
RGB Variations
Color information
#E749E6 (or 0xE749E6) is known color: Free Speech Magenta. HEX triplet: E7, 49 and E6. RGB value is (231,73,230). Sum of RGB (Red+Green+Blue) = 231+73+230=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E749E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749E6 is #18B619. Grayscale: #898989. Windows color (decimal): -1619482 or 15092199. OLE color: 15092199.
HSL color Cylindrical-coordinate representation of color #E749E6: hue angle of 300.38º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749E6 is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 230 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.09 |
| HSL | 300.38º | 0.77% | 0.6% | - |
| HSV(B) | 300.38º | 0.68% | 0.91% | - |
| XYZ | 49.62 | 27.47 | 77.55 | - |
| YUV | 138.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 230 | 0 | 0.68 | 0.00 | 0.09 | 300.38 | 0.77 | 0.6 |
| Hex | E7 | 49 | E6 | 0 | 44 | 0 | 9 | 12C | 4D | 3C |
| Octal | 347 | 111 | 346 | 0 | 104 | 0 | 11 | 454 | 115 | 74 |
| Binary | 11100111 | 1001001 | 11100110 | 0 | 1000100 | 0 | 1001 | 100101100 | 1001101 | 111100 |
Color Harmonies of #E749E6
Complementary color
Monochromatic Colors of #E749E6
Black with #E749E6
Text Example
Text Example
White with #E749E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749E6; }
p { color: rgb(231,73,230); }
H1.HeaderClassName
{
color: #E749E6;
}
.AnyTagClassName
{
color: #E749E6;
}
</style>
background-color css
<style>
a { background-color: #E749E6; }
a { background-color: rgb(231,73,230); }
div.DivClassName
{
background-color: #E749E6;
}
.BgClassName
{
background-color: #E749E6;
}
</style>
border-color css
<style>
span { border-color: #E749E6; }
span { border-color: rgb(231,73,230); }
td.TdClassName
{
border-color: #E749E6;
}
.TagClassName
{
border-color: #E749E6;
}
</style>