Html Css Color HEX #E355EF Free Speech Magenta
📋 copy color: '#E355EF'red 227 ◦ green 85 ◦ blue 239
Shades of Free Speech Magenta #E355EF
Tints of Free Speech Magenta #E355EF
RGB
CMYK
RGB Variations
Color information
#E355EF (or 0xE355EF) is known color: Free Speech Magenta. HEX triplet: E3, 55 and EF. RGB value is (227,85,239). Sum of RGB (Red+Green+Blue) = 227+85+239=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #E355EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355EF is #1CAA10. Grayscale: #909090. Windows color (decimal): -1878545 or 15685091. OLE color: 15685091.
HSL color Cylindrical-coordinate representation of color #E355EF: hue angle of 295.32º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E355EF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 85 | 239 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.06 |
| HSL | 295.32º | 0.83% | 0.64% | - |
| HSV(B) | 295.32º | 0.64% | 0.94% | - |
| XYZ | 50.51 | 29.06 | 84.61 | - |
| YUV | 145.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 239 | 0.05 | 0.64 | 0 | 0.06 | 295.32 | 0.83 | 0.64 |
| Hex | E3 | 55 | EF | 5 | 40 | 0 | 6 | 127 | 53 | 40 |
| Octal | 343 | 125 | 357 | 5 | 100 | 0 | 6 | 447 | 123 | 100 |
| Binary | 11100011 | 1010101 | 11101111 | 101 | 1000000 | 0 | 110 | 100100111 | 1010011 | 1000000 |
Color Harmonies of #E355EF
Complementary color
Monochromatic Colors of #E355EF
Black with #E355EF
Text Example
Text Example
White with #E355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355EF; }
p { color: rgb(227,85,239); }
H1.HeaderClassName
{
color: #E355EF;
}
.AnyTagClassName
{
color: #E355EF;
}
</style>
background-color css
<style>
a { background-color: #E355EF; }
a { background-color: rgb(227,85,239); }
div.DivClassName
{
background-color: #E355EF;
}
.BgClassName
{
background-color: #E355EF;
}
</style>
border-color css
<style>
span { border-color: #E355EF; }
span { border-color: rgb(227,85,239); }
td.TdClassName
{
border-color: #E355EF;
}
.TagClassName
{
border-color: #E355EF;
}
</style>