Html Css Color HEX #E749DC Free Speech Magenta
📋 copy color: '#E749DC'red 231 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #E749DC
Tints of Free Speech Magenta #E749DC
RGB
CMYK
RGB Variations
Color information
#E749DC (or 0xE749DC) is known color: Free Speech Magenta. HEX triplet: E7, 49 and DC. RGB value is (231,73,220). Sum of RGB (Red+Green+Blue) = 231+73+220=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 73 (28.91% from 255 or 13.93% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E749DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E749DC is #18B623. Grayscale: #888888. Windows color (decimal): -1619492 or 14436839. OLE color: 14436839.
HSL color Cylindrical-coordinate representation of color #E749DC: hue angle of 304.18º 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 #E749DC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 220 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.09 |
| HSL | 304.18º | 0.77% | 0.6% | - |
| HSV(B) | 304.18º | 0.68% | 0.91% | - |
| XYZ | 48.26 | 26.92 | 70.36 | - |
| YUV | 137 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 220 | 0 | 0.68 | 0.05 | 0.09 | 304.18 | 0.77 | 0.6 |
| Hex | E7 | 49 | DC | 0 | 44 | 5 | 9 | 130 | 4D | 3C |
| Octal | 347 | 111 | 334 | 0 | 104 | 5 | 11 | 460 | 115 | 74 |
| Binary | 11100111 | 1001001 | 11011100 | 0 | 1000100 | 101 | 1001 | 100110000 | 1001101 | 111100 |
Color Harmonies of #E749DC
Complementary color
Monochromatic Colors of #E749DC
Black with #E749DC
Text Example
Text Example
White with #E749DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749DC; }
p { color: rgb(231,73,220); }
H1.HeaderClassName
{
color: #E749DC;
}
.AnyTagClassName
{
color: #E749DC;
}
</style>
background-color css
<style>
a { background-color: #E749DC; }
a { background-color: rgb(231,73,220); }
div.DivClassName
{
background-color: #E749DC;
}
.BgClassName
{
background-color: #E749DC;
}
</style>
border-color css
<style>
span { border-color: #E749DC; }
span { border-color: rgb(231,73,220); }
td.TdClassName
{
border-color: #E749DC;
}
.TagClassName
{
border-color: #E749DC;
}
</style>