Html Css Color HEX #E746DA Free Speech Magenta
📋 copy color: '#E746DA'red 231 ◦ green 70 ◦ blue 218
Shades of Free Speech Magenta #E746DA
Tints of Free Speech Magenta #E746DA
RGB
CMYK
RGB Variations
Color information
#E746DA (or 0xE746DA) is known color: Free Speech Magenta. HEX triplet: E7, 46 and DA. RGB value is (231,70,218). Sum of RGB (Red+Green+Blue) = 231+70+218=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E746DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E746DA is #18B925. Grayscale: #868686. Windows color (decimal): -1620262 or 14304999. OLE color: 14304999.
HSL color Cylindrical-coordinate representation of color #E746DA: hue angle of 304.84º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E746DA is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 218 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.09 |
| HSL | 304.84º | 0.77% | 0.59% | - |
| HSV(B) | 304.84º | 0.7% | 0.91% | - |
| XYZ | 47.8 | 26.43 | 68.91 | - |
| YUV | 135.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 218 | 0 | 0.70 | 0.06 | 0.09 | 304.84 | 0.77 | 0.59 |
| Hex | E7 | 46 | DA | 0 | 46 | 6 | 9 | 131 | 4D | 3B |
| Octal | 347 | 106 | 332 | 0 | 106 | 6 | 11 | 461 | 115 | 73 |
| Binary | 11100111 | 1000110 | 11011010 | 0 | 1000110 | 110 | 1001 | 100110001 | 1001101 | 111011 |
Color Harmonies of #E746DA
Complementary color
Monochromatic Colors of #E746DA
Black with #E746DA
Text Example
Text Example
White with #E746DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E746DA; }
p { color: rgb(231,70,218); }
H1.HeaderClassName
{
color: #E746DA;
}
.AnyTagClassName
{
color: #E746DA;
}
</style>
background-color css
<style>
a { background-color: #E746DA; }
a { background-color: rgb(231,70,218); }
div.DivClassName
{
background-color: #E746DA;
}
.BgClassName
{
background-color: #E746DA;
}
</style>
border-color css
<style>
span { border-color: #E746DA; }
span { border-color: rgb(231,70,218); }
td.TdClassName
{
border-color: #E746DA;
}
.TagClassName
{
border-color: #E746DA;
}
</style>