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