Html Css Color HEX #E359C7 Free Speech Magenta
📋 copy color: '#E359C7'red 227 ◦ green 89 ◦ blue 199
Shades of Free Speech Magenta #E359C7
Tints of Free Speech Magenta #E359C7
RGB
CMYK
RGB Variations
Color information
#E359C7 (or 0xE359C7) is known color: Free Speech Magenta. HEX triplet: E3, 59 and C7. RGB value is (227,89,199). Sum of RGB (Red+Green+Blue) = 227+89+199=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E359C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359C7 is #1CA638. Grayscale: #8E8E8E. Windows color (decimal): -1877561 or 13064675. OLE color: 13064675.
HSL color Cylindrical-coordinate representation of color #E359C7: hue angle of 312.17º 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 #E359C7 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 199 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.11 |
| HSL | 312.17º | 0.71% | 0.62% | - |
| HSV(B) | 312.17º | 0.61% | 0.89% | - |
| XYZ | 45.56 | 27.6 | 56.96 | - |
| YUV | 142.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 199 | 0 | 0.61 | 0.12 | 0.11 | 312.17 | 0.71 | 0.62 |
| Hex | E3 | 59 | C7 | 0 | 3D | C | B | 138 | 47 | 3E |
| Octal | 343 | 131 | 307 | 0 | 75 | 14 | 13 | 470 | 107 | 76 |
| Binary | 11100011 | 1011001 | 11000111 | 0 | 111101 | 1100 | 1011 | 100111000 | 1000111 | 111110 |
Color Harmonies of #E359C7
Complementary color
Monochromatic Colors of #E359C7
Black with #E359C7
Text Example
Text Example
White with #E359C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359C7; }
p { color: rgb(227,89,199); }
H1.HeaderClassName
{
color: #E359C7;
}
.AnyTagClassName
{
color: #E359C7;
}
</style>
background-color css
<style>
a { background-color: #E359C7; }
a { background-color: rgb(227,89,199); }
div.DivClassName
{
background-color: #E359C7;
}
.BgClassName
{
background-color: #E359C7;
}
</style>
border-color css
<style>
span { border-color: #E359C7; }
span { border-color: rgb(227,89,199); }
td.TdClassName
{
border-color: #E359C7;
}
.TagClassName
{
border-color: #E359C7;
}
</style>