Html Css Color HEX #E43DDC Free Speech Magenta
📋 copy color: '#E43DDC'red 228 ◦ green 61 ◦ blue 220
Shades of Free Speech Magenta #E43DDC
Tints of Free Speech Magenta #E43DDC
RGB
CMYK
RGB Variations
Color information
#E43DDC (or 0xE43DDC) is known color: Free Speech Magenta. HEX triplet: E4, 3D and DC. RGB value is (228,61,220). Sum of RGB (Red+Green+Blue) = 228+61+220=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 61 (24.22% from 255 or 11.98% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E43DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43DDC is #1BC223. Grayscale: #808080. Windows color (decimal): -1819172 or 14433764. OLE color: 14433764.
HSL color Cylindrical-coordinate representation of color #E43DDC: hue angle of 302.87º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E43DDC is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 61 | 220 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.11 |
| HSL | 302.87º | 0.76% | 0.57% | - |
| HSV(B) | 302.87º | 0.73% | 0.89% | - |
| XYZ | 46.58 | 25 | 70.08 | - |
| YUV | 129.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 61 | 220 | 0 | 0.73 | 0.04 | 0.11 | 302.87 | 0.76 | 0.57 |
| Hex | E4 | 3D | DC | 0 | 49 | 4 | B | 12F | 4C | 39 |
| Octal | 344 | 75 | 334 | 0 | 111 | 4 | 13 | 457 | 114 | 71 |
| Binary | 11100100 | 111101 | 11011100 | 0 | 1001001 | 100 | 1011 | 100101111 | 1001100 | 111001 |
Color Harmonies of #E43DDC
Complementary color
Monochromatic Colors of #E43DDC
Black with #E43DDC
Text Example
Text Example
White with #E43DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43DDC; }
p { color: rgb(228,61,220); }
H1.HeaderClassName
{
color: #E43DDC;
}
.AnyTagClassName
{
color: #E43DDC;
}
</style>
background-color css
<style>
a { background-color: #E43DDC; }
a { background-color: rgb(228,61,220); }
div.DivClassName
{
background-color: #E43DDC;
}
.BgClassName
{
background-color: #E43DDC;
}
</style>
border-color css
<style>
span { border-color: #E43DDC; }
span { border-color: rgb(228,61,220); }
td.TdClassName
{
border-color: #E43DDC;
}
.TagClassName
{
border-color: #E43DDC;
}
</style>