Html Css Color HEX #E447DC Free Speech Magenta
📋 copy color: '#E447DC'red 228 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #E447DC
Tints of Free Speech Magenta #E447DC
RGB
CMYK
RGB Variations
Color information
#E447DC (or 0xE447DC) is known color: Free Speech Magenta. HEX triplet: E4, 47 and DC. RGB value is (228,71,220). Sum of RGB (Red+Green+Blue) = 228+71+220=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E447DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E447DC is #1BB823. Grayscale: #868686. Windows color (decimal): -1816612 or 14436324. OLE color: 14436324.
HSL color Cylindrical-coordinate representation of color #E447DC: hue angle of 303.06º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E447DC is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 71 | 220 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.11 |
| HSL | 303.06º | 0.74% | 0.59% | - |
| HSV(B) | 303.06º | 0.69% | 0.89% | - |
| XYZ | 47.17 | 26.17 | 70.28 | - |
| YUV | 134.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 71 | 220 | 0 | 0.69 | 0.04 | 0.11 | 303.06 | 0.74 | 0.59 |
| Hex | E4 | 47 | DC | 0 | 45 | 4 | B | 12F | 4A | 3B |
| Octal | 344 | 107 | 334 | 0 | 105 | 4 | 13 | 457 | 112 | 73 |
| Binary | 11100100 | 1000111 | 11011100 | 0 | 1000101 | 100 | 1011 | 100101111 | 1001010 | 111011 |
Color Harmonies of #E447DC
Complementary color
Monochromatic Colors of #E447DC
Black with #E447DC
Text Example
Text Example
White with #E447DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E447DC; }
p { color: rgb(228,71,220); }
H1.HeaderClassName
{
color: #E447DC;
}
.AnyTagClassName
{
color: #E447DC;
}
</style>
background-color css
<style>
a { background-color: #E447DC; }
a { background-color: rgb(228,71,220); }
div.DivClassName
{
background-color: #E447DC;
}
.BgClassName
{
background-color: #E447DC;
}
</style>
border-color css
<style>
span { border-color: #E447DC; }
span { border-color: rgb(228,71,220); }
td.TdClassName
{
border-color: #E447DC;
}
.TagClassName
{
border-color: #E447DC;
}
</style>