Html Css Color HEX #E749E2 Free Speech Magenta
📋 copy color: '#E749E2'red 231 ◦ green 73 ◦ blue 226
Shades of Free Speech Magenta #E749E2
Tints of Free Speech Magenta #E749E2
RGB
CMYK
RGB Variations
Color information
#E749E2 (or 0xE749E2) is known color: Free Speech Magenta. HEX triplet: E7, 49 and E2. RGB value is (231,73,226). Sum of RGB (Red+Green+Blue) = 231+73+226=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E749E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749E2 is #18B61D. Grayscale: #898989. Windows color (decimal): -1619486 or 14830055. OLE color: 14830055.
HSL color Cylindrical-coordinate representation of color #E749E2: hue angle of 301.9º 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 #E749E2 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 226 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.09 |
| HSL | 301.9º | 0.77% | 0.6% | - |
| HSV(B) | 301.9º | 0.68% | 0.91% | - |
| XYZ | 49.07 | 27.25 | 74.62 | - |
| YUV | 137.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 226 | 0 | 0.68 | 0.02 | 0.09 | 301.9 | 0.77 | 0.6 |
| Hex | E7 | 49 | E2 | 0 | 44 | 2 | 9 | 12E | 4D | 3C |
| Octal | 347 | 111 | 342 | 0 | 104 | 2 | 11 | 456 | 115 | 74 |
| Binary | 11100111 | 1001001 | 11100010 | 0 | 1000100 | 10 | 1001 | 100101110 | 1001101 | 111100 |
Color Harmonies of #E749E2
Complementary color
Monochromatic Colors of #E749E2
Black with #E749E2
Text Example
Text Example
White with #E749E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749E2; }
p { color: rgb(231,73,226); }
H1.HeaderClassName
{
color: #E749E2;
}
.AnyTagClassName
{
color: #E749E2;
}
</style>
background-color css
<style>
a { background-color: #E749E2; }
a { background-color: rgb(231,73,226); }
div.DivClassName
{
background-color: #E749E2;
}
.BgClassName
{
background-color: #E749E2;
}
</style>
border-color css
<style>
span { border-color: #E749E2; }
span { border-color: rgb(231,73,226); }
td.TdClassName
{
border-color: #E749E2;
}
.TagClassName
{
border-color: #E749E2;
}
</style>