Html Css Color HEX #E359CE Free Speech Magenta
📋 copy color: '#E359CE'red 227 ◦ green 89 ◦ blue 206
Shades of Free Speech Magenta #E359CE
Tints of Free Speech Magenta #E359CE
RGB
CMYK
RGB Variations
Color information
#E359CE (or 0xE359CE) is known color: Free Speech Magenta. HEX triplet: E3, 59 and CE. RGB value is (227,89,206). Sum of RGB (Red+Green+Blue) = 227+89+206=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E359CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359CE is #1CA631. Grayscale: #8F8F8F. Windows color (decimal): -1877554 or 13523427. OLE color: 13523427.
HSL color Cylindrical-coordinate representation of color #E359CE: hue angle of 309.13º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E359CE is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 206 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.11 |
| HSL | 309.13º | 0.71% | 0.62% | - |
| HSV(B) | 309.13º | 0.61% | 0.89% | - |
| XYZ | 46.39 | 27.93 | 61.34 | - |
| YUV | 143.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 206 | 0 | 0.61 | 0.09 | 0.11 | 309.13 | 0.71 | 0.62 |
| Hex | E3 | 59 | CE | 0 | 3D | 9 | B | 135 | 47 | 3E |
| Octal | 343 | 131 | 316 | 0 | 75 | 11 | 13 | 465 | 107 | 76 |
| Binary | 11100011 | 1011001 | 11001110 | 0 | 111101 | 1001 | 1011 | 100110101 | 1000111 | 111110 |
Color Harmonies of #E359CE
Complementary color
Monochromatic Colors of #E359CE
Black with #E359CE
Text Example
Text Example
White with #E359CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359CE; }
p { color: rgb(227,89,206); }
H1.HeaderClassName
{
color: #E359CE;
}
.AnyTagClassName
{
color: #E359CE;
}
</style>
background-color css
<style>
a { background-color: #E359CE; }
a { background-color: rgb(227,89,206); }
div.DivClassName
{
background-color: #E359CE;
}
.BgClassName
{
background-color: #E359CE;
}
</style>
border-color css
<style>
span { border-color: #E359CE; }
span { border-color: rgb(227,89,206); }
td.TdClassName
{
border-color: #E359CE;
}
.TagClassName
{
border-color: #E359CE;
}
</style>