Html Css Color HEX #E355E0 Free Speech Magenta
📋 copy color: '#E355E0'red 227 ◦ green 85 ◦ blue 224
Shades of Free Speech Magenta #E355E0
Tints of Free Speech Magenta #E355E0
RGB
CMYK
RGB Variations
Color information
#E355E0 (or 0xE355E0) is known color: Free Speech Magenta. HEX triplet: E3, 55 and E0. RGB value is (227,85,224). Sum of RGB (Red+Green+Blue) = 227+85+224=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E355E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355E0 is #1CAA1F. Grayscale: #8E8E8E. Windows color (decimal): -1878560 or 14702051. OLE color: 14702051.
HSL color Cylindrical-coordinate representation of color #E355E0: hue angle of 301.27º 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 #E355E0 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 224 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.11 |
| HSL | 301.27º | 0.72% | 0.61% | - |
| HSV(B) | 301.27º | 0.63% | 0.89% | - |
| XYZ | 48.38 | 28.21 | 73.42 | - |
| YUV | 143.3 | 173.54 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 224 | 0 | 0.63 | 0.01 | 0.11 | 301.27 | 0.72 | 0.61 |
| Hex | E3 | 55 | E0 | 0 | 3F | 1 | B | 12D | 48 | 3D |
| Octal | 343 | 125 | 340 | 0 | 77 | 1 | 13 | 455 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11100000 | 0 | 111111 | 1 | 1011 | 100101101 | 1001000 | 111101 |
Color Harmonies of #E355E0
Complementary color
Monochromatic Colors of #E355E0
Black with #E355E0
Text Example
Text Example
White with #E355E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355E0; }
p { color: rgb(227,85,224); }
H1.HeaderClassName
{
color: #E355E0;
}
.AnyTagClassName
{
color: #E355E0;
}
</style>
background-color css
<style>
a { background-color: #E355E0; }
a { background-color: rgb(227,85,224); }
div.DivClassName
{
background-color: #E355E0;
}
.BgClassName
{
background-color: #E355E0;
}
</style>
border-color css
<style>
span { border-color: #E355E0; }
span { border-color: rgb(227,85,224); }
td.TdClassName
{
border-color: #E355E0;
}
.TagClassName
{
border-color: #E355E0;
}
</style>