Html Css Color HEX #E355DF Free Speech Magenta
📋 copy color: '#E355DF'red 227 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #E355DF
Tints of Free Speech Magenta #E355DF
RGB
CMYK
RGB Variations
Color information
#E355DF (or 0xE355DF) is known color: Free Speech Magenta. HEX triplet: E3, 55 and DF. RGB value is (227,85,223). Sum of RGB (Red+Green+Blue) = 227+85+223=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E355DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355DF is #1CAA20. Grayscale: #8E8E8E. Windows color (decimal): -1878561 or 14636515. OLE color: 14636515.
HSL color Cylindrical-coordinate representation of color #E355DF: hue angle of 301.69º 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 #E355DF is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 223 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.11 |
| HSL | 301.69º | 0.72% | 0.61% | - |
| HSV(B) | 301.69º | 0.63% | 0.89% | - |
| XYZ | 48.25 | 28.16 | 72.7 | - |
| YUV | 143.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 223 | 0 | 0.63 | 0.02 | 0.11 | 301.69 | 0.72 | 0.61 |
| Hex | E3 | 55 | DF | 0 | 3F | 2 | B | 12E | 48 | 3D |
| Octal | 343 | 125 | 337 | 0 | 77 | 2 | 13 | 456 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11011111 | 0 | 111111 | 10 | 1011 | 100101110 | 1001000 | 111101 |
Color Harmonies of #E355DF
Complementary color
Monochromatic Colors of #E355DF
Black with #E355DF
Text Example
Text Example
White with #E355DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355DF; }
p { color: rgb(227,85,223); }
H1.HeaderClassName
{
color: #E355DF;
}
.AnyTagClassName
{
color: #E355DF;
}
</style>
background-color css
<style>
a { background-color: #E355DF; }
a { background-color: rgb(227,85,223); }
div.DivClassName
{
background-color: #E355DF;
}
.BgClassName
{
background-color: #E355DF;
}
</style>
border-color css
<style>
span { border-color: #E355DF; }
span { border-color: rgb(227,85,223); }
td.TdClassName
{
border-color: #E355DF;
}
.TagClassName
{
border-color: #E355DF;
}
</style>