Html Css Color HEX #E353DC Free Speech Magenta
📋 copy color: '#E353DC'red 227 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #E353DC
Tints of Free Speech Magenta #E353DC
RGB
CMYK
RGB Variations
Color information
#E353DC (or 0xE353DC) is known color: Free Speech Magenta. HEX triplet: E3, 53 and DC. RGB value is (227,83,220). Sum of RGB (Red+Green+Blue) = 227+83+220=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 83 (32.81% from 255 or 15.66% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E353DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353DC is #1CAC23. Grayscale: #8D8D8D. Windows color (decimal): -1879076 or 14439395. OLE color: 14439395.
HSL color Cylindrical-coordinate representation of color #E353DC: hue angle of 302.92º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E353DC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 220 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.11 |
| HSL | 302.92º | 0.72% | 0.61% | - |
| HSV(B) | 302.92º | 0.63% | 0.89% | - |
| XYZ | 47.69 | 27.68 | 70.54 | - |
| YUV | 141.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 220 | 0 | 0.63 | 0.03 | 0.11 | 302.92 | 0.72 | 0.61 |
| Hex | E3 | 53 | DC | 0 | 3F | 3 | B | 12F | 48 | 3D |
| Octal | 343 | 123 | 334 | 0 | 77 | 3 | 13 | 457 | 110 | 75 |
| Binary | 11100011 | 1010011 | 11011100 | 0 | 111111 | 11 | 1011 | 100101111 | 1001000 | 111101 |
Color Harmonies of #E353DC
Complementary color
Monochromatic Colors of #E353DC
Black with #E353DC
Text Example
Text Example
White with #E353DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353DC; }
p { color: rgb(227,83,220); }
H1.HeaderClassName
{
color: #E353DC;
}
.AnyTagClassName
{
color: #E353DC;
}
</style>
background-color css
<style>
a { background-color: #E353DC; }
a { background-color: rgb(227,83,220); }
div.DivClassName
{
background-color: #E353DC;
}
.BgClassName
{
background-color: #E353DC;
}
</style>
border-color css
<style>
span { border-color: #E353DC; }
span { border-color: rgb(227,83,220); }
td.TdClassName
{
border-color: #E353DC;
}
.TagClassName
{
border-color: #E353DC;
}
</style>