Html Css Color HEX #E461DC Free Speech Magenta
📋 copy color: '#E461DC'red 228 ◦ green 97 ◦ blue 220
Shades of Free Speech Magenta #E461DC
Tints of Free Speech Magenta #E461DC
RGB
CMYK
RGB Variations
Color information
#E461DC (or 0xE461DC) is known color: Free Speech Magenta. HEX triplet: E4, 61 and DC. RGB value is (228,97,220). Sum of RGB (Red+Green+Blue) = 228+97+220=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E461DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461DC is #1B9E23. Grayscale: #959595. Windows color (decimal): -1809956 or 14442980. OLE color: 14442980.
HSL color Cylindrical-coordinate representation of color #E461DC: hue angle of 303.66º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E461DC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 220 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 303.66º | 0.71% | 0.64% | - |
| HSV(B) | 303.66º | 0.57% | 0.89% | - |
| XYZ | 49.19 | 30.21 | 70.95 | - |
| YUV | 150.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 220 | 0 | 0.57 | 0.04 | 0.11 | 303.66 | 0.71 | 0.64 |
| Hex | E4 | 61 | DC | 0 | 39 | 4 | B | 130 | 47 | 40 |
| Octal | 344 | 141 | 334 | 0 | 71 | 4 | 13 | 460 | 107 | 100 |
| Binary | 11100100 | 1100001 | 11011100 | 0 | 111001 | 100 | 1011 | 100110000 | 1000111 | 1000000 |
Color Harmonies of #E461DC
Complementary color
Monochromatic Colors of #E461DC
Black with #E461DC
Text Example
Text Example
White with #E461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E461DC; }
p { color: rgb(228,97,220); }
H1.HeaderClassName
{
color: #E461DC;
}
.AnyTagClassName
{
color: #E461DC;
}
</style>
background-color css
<style>
a { background-color: #E461DC; }
a { background-color: rgb(228,97,220); }
div.DivClassName
{
background-color: #E461DC;
}
.BgClassName
{
background-color: #E461DC;
}
</style>
border-color css
<style>
span { border-color: #E461DC; }
span { border-color: rgb(228,97,220); }
td.TdClassName
{
border-color: #E461DC;
}
.TagClassName
{
border-color: #E461DC;
}
</style>