Html Css Color HEX #E446DC Free Speech Magenta
📋 copy color: '#E446DC'red 228 ◦ green 70 ◦ blue 220
Shades of Free Speech Magenta #E446DC
Tints of Free Speech Magenta #E446DC
RGB
CMYK
RGB Variations
Color information
#E446DC (or 0xE446DC) is known color: Free Speech Magenta. HEX triplet: E4, 46 and DC. RGB value is (228,70,220). Sum of RGB (Red+Green+Blue) = 228+70+220=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E446DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E446DC is #1BB923. Grayscale: #858585. Windows color (decimal): -1816868 or 14436068. OLE color: 14436068.
HSL color Cylindrical-coordinate representation of color #E446DC: hue angle of 303.04º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E446DC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 70 | 220 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.11 |
| HSL | 303.04º | 0.75% | 0.58% | - |
| HSV(B) | 303.04º | 0.69% | 0.89% | - |
| XYZ | 47.1 | 26.04 | 70.25 | - |
| YUV | 134.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 70 | 220 | 0 | 0.69 | 0.04 | 0.11 | 303.04 | 0.75 | 0.58 |
| Hex | E4 | 46 | DC | 0 | 45 | 4 | B | 12F | 4B | 3A |
| Octal | 344 | 106 | 334 | 0 | 105 | 4 | 13 | 457 | 113 | 72 |
| Binary | 11100100 | 1000110 | 11011100 | 0 | 1000101 | 100 | 1011 | 100101111 | 1001011 | 111010 |
Color Harmonies of #E446DC
Complementary color
Monochromatic Colors of #E446DC
Black with #E446DC
Text Example
Text Example
White with #E446DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E446DC; }
p { color: rgb(228,70,220); }
H1.HeaderClassName
{
color: #E446DC;
}
.AnyTagClassName
{
color: #E446DC;
}
</style>
background-color css
<style>
a { background-color: #E446DC; }
a { background-color: rgb(228,70,220); }
div.DivClassName
{
background-color: #E446DC;
}
.BgClassName
{
background-color: #E446DC;
}
</style>
border-color css
<style>
span { border-color: #E446DC; }
span { border-color: rgb(228,70,220); }
td.TdClassName
{
border-color: #E446DC;
}
.TagClassName
{
border-color: #E446DC;
}
</style>