Html Css Color HEX #E355E5 Free Speech Magenta
📋 copy color: '#E355E5'red 227 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #E355E5
Tints of Free Speech Magenta #E355E5
RGB
CMYK
RGB Variations
Color information
#E355E5 (or 0xE355E5) is known color: Free Speech Magenta. HEX triplet: E3, 55 and E5. RGB value is (227,85,229). Sum of RGB (Red+Green+Blue) = 227+85+229=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #E355E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355E5 is #1CAA1A. Grayscale: #8F8F8F. Windows color (decimal): -1878555 or 15029731. OLE color: 15029731.
HSL color Cylindrical-coordinate representation of color #E355E5: hue angle of 299.17º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355E5 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 85 | 229 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.10 |
| HSL | 299.17º | 0.73% | 0.62% | - |
| HSV(B) | 299.17º | 0.63% | 0.9% | - |
| XYZ | 49.07 | 28.49 | 77.04 | - |
| YUV | 143.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 229 | 0.01 | 0.63 | 0 | 0.10 | 299.17 | 0.73 | 0.62 |
| Hex | E3 | 55 | E5 | 1 | 3F | 0 | A | 12B | 49 | 3E |
| Octal | 343 | 125 | 345 | 1 | 77 | 0 | 12 | 453 | 111 | 76 |
| Binary | 11100011 | 1010101 | 11100101 | 1 | 111111 | 0 | 1010 | 100101011 | 1001001 | 111110 |
Color Harmonies of #E355E5
Complementary color
Monochromatic Colors of #E355E5
Black with #E355E5
Text Example
Text Example
White with #E355E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355E5; }
p { color: rgb(227,85,229); }
H1.HeaderClassName
{
color: #E355E5;
}
.AnyTagClassName
{
color: #E355E5;
}
</style>
background-color css
<style>
a { background-color: #E355E5; }
a { background-color: rgb(227,85,229); }
div.DivClassName
{
background-color: #E355E5;
}
.BgClassName
{
background-color: #E355E5;
}
</style>
border-color css
<style>
span { border-color: #E355E5; }
span { border-color: rgb(227,85,229); }
td.TdClassName
{
border-color: #E355E5;
}
.TagClassName
{
border-color: #E355E5;
}
</style>