Html Css Color HEX #E355CE Free Speech Magenta
📋 copy color: '#E355CE'red 227 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #E355CE
Tints of Free Speech Magenta #E355CE
RGB
CMYK
RGB Variations
Color information
#E355CE (or 0xE355CE) is known color: Free Speech Magenta. HEX triplet: E3, 55 and CE. RGB value is (227,85,206). Sum of RGB (Red+Green+Blue) = 227+85+206=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E355CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355CE is #1CAA31. Grayscale: #8C8C8C. Windows color (decimal): -1878578 or 13522403. OLE color: 13522403.
HSL color Cylindrical-coordinate representation of color #E355CE: hue angle of 308.87º 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 #E355CE is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 206 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.11 |
| HSL | 308.87º | 0.72% | 0.61% | - |
| HSV(B) | 308.87º | 0.63% | 0.89% | - |
| XYZ | 46.07 | 27.28 | 61.23 | - |
| YUV | 141.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 206 | 0 | 0.63 | 0.09 | 0.11 | 308.87 | 0.72 | 0.61 |
| Hex | E3 | 55 | CE | 0 | 3F | 9 | B | 135 | 48 | 3D |
| Octal | 343 | 125 | 316 | 0 | 77 | 11 | 13 | 465 | 110 | 75 |
| Binary | 11100011 | 1010101 | 11001110 | 0 | 111111 | 1001 | 1011 | 100110101 | 1001000 | 111101 |
Color Harmonies of #E355CE
Complementary color
Monochromatic Colors of #E355CE
Black with #E355CE
Text Example
Text Example
White with #E355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E355CE; }
p { color: rgb(227,85,206); }
H1.HeaderClassName
{
color: #E355CE;
}
.AnyTagClassName
{
color: #E355CE;
}
</style>
background-color css
<style>
a { background-color: #E355CE; }
a { background-color: rgb(227,85,206); }
div.DivClassName
{
background-color: #E355CE;
}
.BgClassName
{
background-color: #E355CE;
}
</style>
border-color css
<style>
span { border-color: #E355CE; }
span { border-color: rgb(227,85,206); }
td.TdClassName
{
border-color: #E355CE;
}
.TagClassName
{
border-color: #E355CE;
}
</style>