Html Css Color HEX #E73DDC Free Speech Magenta
📋 copy color: '#E73DDC'red 231 ◦ green 61 ◦ blue 220
Shades of Free Speech Magenta #E73DDC
Tints of Free Speech Magenta #E73DDC
RGB
CMYK
RGB Variations
Color information
#E73DDC (or 0xE73DDC) is known color: Free Speech Magenta. HEX triplet: E7, 3D and DC. RGB value is (231,61,220). Sum of RGB (Red+Green+Blue) = 231+61+220=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E73DDC is #18C223. Grayscale: #818181. Windows color (decimal): -1622564 or 14433767. OLE color: 14433767.
HSL color Cylindrical-coordinate representation of color #E73DDC: hue angle of 303.88º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73DDC is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 61 | 220 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.09 |
| HSL | 303.88º | 0.78% | 0.57% | - |
| HSV(B) | 303.88º | 0.74% | 0.91% | - |
| XYZ | 47.54 | 25.49 | 70.13 | - |
| YUV | 129.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 61 | 220 | 0 | 0.74 | 0.05 | 0.09 | 303.88 | 0.78 | 0.57 |
| Hex | E7 | 3D | DC | 0 | 4A | 5 | 9 | 130 | 4E | 39 |
| Octal | 347 | 75 | 334 | 0 | 112 | 5 | 11 | 460 | 116 | 71 |
| Binary | 11100111 | 111101 | 11011100 | 0 | 1001010 | 101 | 1001 | 100110000 | 1001110 | 111001 |
Color Harmonies of #E73DDC
Complementary color
Monochromatic Colors of #E73DDC
Black with #E73DDC
Text Example
Text Example
White with #E73DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DDC; }
p { color: rgb(231,61,220); }
H1.HeaderClassName
{
color: #E73DDC;
}
.AnyTagClassName
{
color: #E73DDC;
}
</style>
background-color css
<style>
a { background-color: #E73DDC; }
a { background-color: rgb(231,61,220); }
div.DivClassName
{
background-color: #E73DDC;
}
.BgClassName
{
background-color: #E73DDC;
}
</style>
border-color css
<style>
span { border-color: #E73DDC; }
span { border-color: rgb(231,61,220); }
td.TdClassName
{
border-color: #E73DDC;
}
.TagClassName
{
border-color: #E73DDC;
}
</style>