Html Css Color HEX #E749ED Free Speech Magenta
📋 copy color: '#E749ED'red 231 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #E749ED
Tints of Free Speech Magenta #E749ED
RGB
CMYK
RGB Variations
Color information
#E749ED (or 0xE749ED) is known color: Free Speech Magenta. HEX triplet: E7, 49 and ED. RGB value is (231,73,237). Sum of RGB (Red+Green+Blue) = 231+73+237=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #E749ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749ED is #18B612. Grayscale: #8A8A8A. Windows color (decimal): -1619475 or 15550951. OLE color: 15550951.
HSL color Cylindrical-coordinate representation of color #E749ED: hue angle of 297.8º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E749ED is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 73 | 237 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.07 |
| HSL | 297.8º | 0.82% | 0.61% | - |
| HSV(B) | 297.8º | 0.69% | 0.93% | - |
| XYZ | 50.62 | 27.87 | 82.83 | - |
| YUV | 138.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 237 | 0.03 | 0.69 | 0 | 0.07 | 297.8 | 0.82 | 0.61 |
| Hex | E7 | 49 | ED | 3 | 45 | 0 | 7 | 12A | 52 | 3D |
| Octal | 347 | 111 | 355 | 3 | 105 | 0 | 7 | 452 | 122 | 75 |
| Binary | 11100111 | 1001001 | 11101101 | 11 | 1000101 | 0 | 111 | 100101010 | 1010010 | 111101 |
Color Harmonies of #E749ED
Complementary color
Monochromatic Colors of #E749ED
Black with #E749ED
Text Example
Text Example
White with #E749ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749ED; }
p { color: rgb(231,73,237); }
H1.HeaderClassName
{
color: #E749ED;
}
.AnyTagClassName
{
color: #E749ED;
}
</style>
background-color css
<style>
a { background-color: #E749ED; }
a { background-color: rgb(231,73,237); }
div.DivClassName
{
background-color: #E749ED;
}
.BgClassName
{
background-color: #E749ED;
}
</style>
border-color css
<style>
span { border-color: #E749ED; }
span { border-color: rgb(231,73,237); }
td.TdClassName
{
border-color: #E749ED;
}
.TagClassName
{
border-color: #E749ED;
}
</style>