Html Css Color HEX #E355E8 Free Speech Magenta
📋 copy color: '#E355E8'red 227 ◦ green 85 ◦ blue 232
Shades of Free Speech Magenta #E355E8
Tints of Free Speech Magenta #E355E8
RGB
CMYK
RGB Variations
Color information
#E355E8 (or 0xE355E8) is known color: Free Speech Magenta. HEX triplet: E3, 55 and E8. RGB value is (227,85,232). Sum of RGB (Red+Green+Blue) = 227+85+232=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #E355E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355E8 is #1CAA17. Grayscale: #8F8F8F. Windows color (decimal): -1878552 or 15226339. OLE color: 15226339.
HSL color Cylindrical-coordinate representation of color #E355E8: hue angle of 297.96º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E355E8 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 85 | 232 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.09 |
| HSL | 297.96º | 0.76% | 0.62% | - |
| HSV(B) | 297.96º | 0.63% | 0.91% | - |
| XYZ | 49.49 | 28.65 | 79.27 | - |
| YUV | 144.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 232 | 0.02 | 0.63 | 0 | 0.09 | 297.96 | 0.76 | 0.62 |
| Hex | E3 | 55 | E8 | 2 | 3F | 0 | 9 | 12A | 4C | 3E |
| Octal | 343 | 125 | 350 | 2 | 77 | 0 | 11 | 452 | 114 | 76 |
| Binary | 11100011 | 1010101 | 11101000 | 10 | 111111 | 0 | 1001 | 100101010 | 1001100 | 111110 |
Color Harmonies of #E355E8
Complementary color
Monochromatic Colors of #E355E8
Black with #E355E8
Text Example
Text Example
White with #E355E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355E8; }
p { color: rgb(227,85,232); }
H1.HeaderClassName
{
color: #E355E8;
}
.AnyTagClassName
{
color: #E355E8;
}
</style>
background-color css
<style>
a { background-color: #E355E8; }
a { background-color: rgb(227,85,232); }
div.DivClassName
{
background-color: #E355E8;
}
.BgClassName
{
background-color: #E355E8;
}
</style>
border-color css
<style>
span { border-color: #E355E8; }
span { border-color: rgb(227,85,232); }
td.TdClassName
{
border-color: #E355E8;
}
.TagClassName
{
border-color: #E355E8;
}
</style>