Html Css Color HEX #E355DC Free Speech Magenta
📋 copy color: '#E355DC'red 227 ◦ green 85 ◦ blue 220
Shades of Free Speech Magenta #E355DC
Tints of Free Speech Magenta #E355DC
RGB
CMYK
RGB Variations
Color information
#E355DC (or 0xE355DC) is known color: Free Speech Magenta. HEX triplet: E3, 55 and DC. RGB value is (227,85,220). Sum of RGB (Red+Green+Blue) = 227+85+220=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E355DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355DC is #1CAA23. Grayscale: #8E8E8E. Windows color (decimal): -1878564 or 14439907. OLE color: 14439907.
HSL color Cylindrical-coordinate representation of color #E355DC: hue angle of 302.96º 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 #E355DC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 220 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.11 |
| HSL | 302.96º | 0.72% | 0.61% | - |
| HSV(B) | 302.96º | 0.63% | 0.89% | - |
| XYZ | 47.85 | 28 | 70.59 | - |
| YUV | 142.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 220 | 0 | 0.63 | 0.03 | 0.11 | 302.96 | 0.72 | 0.61 |
| Hex | E3 | 55 | DC | 0 | 3F | 3 | B | 12F | 48 | 3D |
| Octal | 343 | 125 | 334 | 0 | 77 | 3 | 13 | 457 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11011100 | 0 | 111111 | 11 | 1011 | 100101111 | 1001000 | 111101 |
Color Harmonies of #E355DC
Complementary color
Monochromatic Colors of #E355DC
Black with #E355DC
Text Example
Text Example
White with #E355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355DC; }
p { color: rgb(227,85,220); }
H1.HeaderClassName
{
color: #E355DC;
}
.AnyTagClassName
{
color: #E355DC;
}
</style>
background-color css
<style>
a { background-color: #E355DC; }
a { background-color: rgb(227,85,220); }
div.DivClassName
{
background-color: #E355DC;
}
.BgClassName
{
background-color: #E355DC;
}
</style>
border-color css
<style>
span { border-color: #E355DC; }
span { border-color: rgb(227,85,220); }
td.TdClassName
{
border-color: #E355DC;
}
.TagClassName
{
border-color: #E355DC;
}
</style>