Html Css Color HEX #E440DC Free Speech Magenta
📋 copy color: '#E440DC'red 228 ◦ green 64 ◦ blue 220
Shades of Free Speech Magenta #E440DC
Tints of Free Speech Magenta #E440DC
RGB
CMYK
RGB Variations
Color information
#E440DC (or 0xE440DC) is known color: Free Speech Magenta. HEX triplet: E4, 40 and DC. RGB value is (228,64,220). Sum of RGB (Red+Green+Blue) = 228+64+220=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E440DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440DC is #1BBF23. Grayscale: #828282. Windows color (decimal): -1818404 or 14434532. OLE color: 14434532.
HSL color Cylindrical-coordinate representation of color #E440DC: hue angle of 302.93º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440DC is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 220 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.11 |
| HSL | 302.93º | 0.75% | 0.57% | - |
| HSV(B) | 302.93º | 0.72% | 0.89% | - |
| XYZ | 46.75 | 25.33 | 70.14 | - |
| YUV | 130.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 220 | 0 | 0.72 | 0.04 | 0.11 | 302.93 | 0.75 | 0.57 |
| Hex | E4 | 40 | DC | 0 | 48 | 4 | B | 12F | 4B | 39 |
| Octal | 344 | 100 | 334 | 0 | 110 | 4 | 13 | 457 | 113 | 71 |
| Binary | 11100100 | 1000000 | 11011100 | 0 | 1001000 | 100 | 1011 | 100101111 | 1001011 | 111001 |
Color Harmonies of #E440DC
Complementary color
Monochromatic Colors of #E440DC
Black with #E440DC
Text Example
Text Example
White with #E440DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E440DC; }
p { color: rgb(228,64,220); }
H1.HeaderClassName
{
color: #E440DC;
}
.AnyTagClassName
{
color: #E440DC;
}
</style>
background-color css
<style>
a { background-color: #E440DC; }
a { background-color: rgb(228,64,220); }
div.DivClassName
{
background-color: #E440DC;
}
.BgClassName
{
background-color: #E440DC;
}
</style>
border-color css
<style>
span { border-color: #E440DC; }
span { border-color: rgb(228,64,220); }
td.TdClassName
{
border-color: #E440DC;
}
.TagClassName
{
border-color: #E440DC;
}
</style>