Html Css Color HEX #E35DDC Free Speech Magenta
📋 copy color: '#E35DDC'red 227 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #E35DDC
Tints of Free Speech Magenta #E35DDC
RGB
CMYK
RGB Variations
Color information
#E35DDC (or 0xE35DDC) is known color: Free Speech Magenta. HEX triplet: E3, 5D and DC. RGB value is (227,93,220). Sum of RGB (Red+Green+Blue) = 227+93+220=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35DDC is #1CA223. Grayscale: #939393. Windows color (decimal): -1876516 or 14441955. OLE color: 14441955.
HSL color Cylindrical-coordinate representation of color #E35DDC: hue angle of 303.13º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35DDC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 220 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.11 |
| HSL | 303.13º | 0.71% | 0.63% | - |
| HSV(B) | 303.13º | 0.59% | 0.89% | - |
| XYZ | 48.51 | 29.33 | 70.81 | - |
| YUV | 147.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 220 | 0 | 0.59 | 0.03 | 0.11 | 303.13 | 0.71 | 0.63 |
| Hex | E3 | 5D | DC | 0 | 3B | 3 | B | 12F | 47 | 3F |
| Octal | 343 | 135 | 334 | 0 | 73 | 3 | 13 | 457 | 107 | 77 |
| Binary | 11100011 | 1011101 | 11011100 | 0 | 111011 | 11 | 1011 | 100101111 | 1000111 | 111111 |
Color Harmonies of #E35DDC
Complementary color
Monochromatic Colors of #E35DDC
Black with #E35DDC
Text Example
Text Example
White with #E35DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DDC; }
p { color: rgb(227,93,220); }
H1.HeaderClassName
{
color: #E35DDC;
}
.AnyTagClassName
{
color: #E35DDC;
}
</style>
background-color css
<style>
a { background-color: #E35DDC; }
a { background-color: rgb(227,93,220); }
div.DivClassName
{
background-color: #E35DDC;
}
.BgClassName
{
background-color: #E35DDC;
}
</style>
border-color css
<style>
span { border-color: #E35DDC; }
span { border-color: rgb(227,93,220); }
td.TdClassName
{
border-color: #E35DDC;
}
.TagClassName
{
border-color: #E35DDC;
}
</style>