Html Css Color HEX #E355EE Free Speech Magenta
📋 copy color: '#E355EE'red 227 ◦ green 85 ◦ blue 238
Shades of Free Speech Magenta #E355EE
Tints of Free Speech Magenta #E355EE
RGB
CMYK
RGB Variations
Color information
#E355EE (or 0xE355EE) is known color: Free Speech Magenta. HEX triplet: E3, 55 and EE. RGB value is (227,85,238). Sum of RGB (Red+Green+Blue) = 227+85+238=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #E355EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355EE is #1CAA11. Grayscale: #909090. Windows color (decimal): -1878546 or 15619555. OLE color: 15619555.
HSL color Cylindrical-coordinate representation of color #E355EE: hue angle of 295.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E355EE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 85 | 238 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.07 |
| HSL | 295.69º | 0.82% | 0.63% | - |
| HSV(B) | 295.69º | 0.64% | 0.93% | - |
| XYZ | 50.36 | 29 | 83.83 | - |
| YUV | 144.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 238 | 0.05 | 0.64 | 0 | 0.07 | 295.69 | 0.82 | 0.63 |
| Hex | E3 | 55 | EE | 5 | 40 | 0 | 7 | 128 | 52 | 3F |
| Octal | 343 | 125 | 356 | 5 | 100 | 0 | 7 | 450 | 122 | 77 |
| Binary | 11100011 | 1010101 | 11101110 | 101 | 1000000 | 0 | 111 | 100101000 | 1010010 | 111111 |
Color Harmonies of #E355EE
Complementary color
Monochromatic Colors of #E355EE
Black with #E355EE
Text Example
Text Example
White with #E355EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355EE; }
p { color: rgb(227,85,238); }
H1.HeaderClassName
{
color: #E355EE;
}
.AnyTagClassName
{
color: #E355EE;
}
</style>
background-color css
<style>
a { background-color: #E355EE; }
a { background-color: rgb(227,85,238); }
div.DivClassName
{
background-color: #E355EE;
}
.BgClassName
{
background-color: #E355EE;
}
</style>
border-color css
<style>
span { border-color: #E355EE; }
span { border-color: rgb(227,85,238); }
td.TdClassName
{
border-color: #E355EE;
}
.TagClassName
{
border-color: #E355EE;
}
</style>