Html Css Color HEX #E73EDC Free Speech Magenta
📋 copy color: '#E73EDC'red 231 ◦ green 62 ◦ blue 220
Shades of Free Speech Magenta #E73EDC
Tints of Free Speech Magenta #E73EDC
RGB
CMYK
RGB Variations
Color information
#E73EDC (or 0xE73EDC) is known color: Free Speech Magenta. HEX triplet: E7, 3E and DC. RGB value is (231,62,220). Sum of RGB (Red+Green+Blue) = 231+62+220=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E73EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73EDC is #18C123. Grayscale: #828282. Windows color (decimal): -1622308 or 14434023. OLE color: 14434023.
HSL color Cylindrical-coordinate representation of color #E73EDC: hue angle of 303.91º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E73EDC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 62 | 220 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.09 |
| HSL | 303.91º | 0.78% | 0.57% | - |
| HSV(B) | 303.91º | 0.73% | 0.91% | - |
| XYZ | 47.6 | 25.6 | 70.14 | - |
| YUV | 130.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 62 | 220 | 0 | 0.73 | 0.05 | 0.09 | 303.91 | 0.78 | 0.57 |
| Hex | E7 | 3E | DC | 0 | 49 | 5 | 9 | 130 | 4E | 39 |
| Octal | 347 | 76 | 334 | 0 | 111 | 5 | 11 | 460 | 116 | 71 |
| Binary | 11100111 | 111110 | 11011100 | 0 | 1001001 | 101 | 1001 | 100110000 | 1001110 | 111001 |
Color Harmonies of #E73EDC
Complementary color
Monochromatic Colors of #E73EDC
Black with #E73EDC
Text Example
Text Example
White with #E73EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73EDC; }
p { color: rgb(231,62,220); }
H1.HeaderClassName
{
color: #E73EDC;
}
.AnyTagClassName
{
color: #E73EDC;
}
</style>
background-color css
<style>
a { background-color: #E73EDC; }
a { background-color: rgb(231,62,220); }
div.DivClassName
{
background-color: #E73EDC;
}
.BgClassName
{
background-color: #E73EDC;
}
</style>
border-color css
<style>
span { border-color: #E73EDC; }
span { border-color: rgb(231,62,220); }
td.TdClassName
{
border-color: #E73EDC;
}
.TagClassName
{
border-color: #E73EDC;
}
</style>