Html Css Color HEX #E749D0 Free Speech Magenta
📋 copy color: '#E749D0'red 231 ◦ green 73 ◦ blue 208
Shades of Free Speech Magenta #E749D0
Tints of Free Speech Magenta #E749D0
RGB
CMYK
RGB Variations
Color information
#E749D0 (or 0xE749D0) is known color: Free Speech Magenta. HEX triplet: E7, 49 and D0. RGB value is (231,73,208). Sum of RGB (Red+Green+Blue) = 231+73+208=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E749D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749D0 is #18B62F. Grayscale: #878787. Windows color (decimal): -1619504 or 13650407. OLE color: 13650407.
HSL color Cylindrical-coordinate representation of color #E749D0: hue angle of 308.73º 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 #E749D0 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 208 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.09 |
| HSL | 308.73º | 0.77% | 0.6% | - |
| HSV(B) | 308.73º | 0.68% | 0.91% | - |
| XYZ | 46.72 | 26.31 | 62.29 | - |
| YUV | 135.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 208 | 0 | 0.68 | 0.10 | 0.09 | 308.73 | 0.77 | 0.6 |
| Hex | E7 | 49 | D0 | 0 | 44 | A | 9 | 135 | 4D | 3C |
| Octal | 347 | 111 | 320 | 0 | 104 | 12 | 11 | 465 | 115 | 74 |
| Binary | 11100111 | 1001001 | 11010000 | 0 | 1000100 | 1010 | 1001 | 100110101 | 1001101 | 111100 |
Color Harmonies of #E749D0
Complementary color
Monochromatic Colors of #E749D0
Black with #E749D0
Text Example
Text Example
White with #E749D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749D0; }
p { color: rgb(231,73,208); }
H1.HeaderClassName
{
color: #E749D0;
}
.AnyTagClassName
{
color: #E749D0;
}
</style>
background-color css
<style>
a { background-color: #E749D0; }
a { background-color: rgb(231,73,208); }
div.DivClassName
{
background-color: #E749D0;
}
.BgClassName
{
background-color: #E749D0;
}
</style>
border-color css
<style>
span { border-color: #E749D0; }
span { border-color: rgb(231,73,208); }
td.TdClassName
{
border-color: #E749D0;
}
.TagClassName
{
border-color: #E749D0;
}
</style>