Html Css Color HEX #E359D5 Free Speech Magenta
📋 copy color: '#E359D5'red 227 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #E359D5
Tints of Free Speech Magenta #E359D5
RGB
CMYK
RGB Variations
Color information
#E359D5 (or 0xE359D5) is known color: Free Speech Magenta. HEX triplet: E3, 59 and D5. RGB value is (227,89,213). Sum of RGB (Red+Green+Blue) = 227+89+213=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E359D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359D5 is #1CA62A. Grayscale: #909090. Windows color (decimal): -1877547 or 13982179. OLE color: 13982179.
HSL color Cylindrical-coordinate representation of color #E359D5: hue angle of 306.09º 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 #E359D5 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 213 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.11 |
| HSL | 306.09º | 0.71% | 0.62% | - |
| HSV(B) | 306.09º | 0.61% | 0.89% | - |
| XYZ | 47.26 | 28.28 | 65.92 | - |
| YUV | 144.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 213 | 0 | 0.61 | 0.06 | 0.11 | 306.09 | 0.71 | 0.62 |
| Hex | E3 | 59 | D5 | 0 | 3D | 6 | B | 132 | 47 | 3E |
| Octal | 343 | 131 | 325 | 0 | 75 | 6 | 13 | 462 | 107 | 76 |
| Binary | 11100011 | 1011001 | 11010101 | 0 | 111101 | 110 | 1011 | 100110010 | 1000111 | 111110 |
Color Harmonies of #E359D5
Complementary color
Monochromatic Colors of #E359D5
Black with #E359D5
Text Example
Text Example
White with #E359D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359D5; }
p { color: rgb(227,89,213); }
H1.HeaderClassName
{
color: #E359D5;
}
.AnyTagClassName
{
color: #E359D5;
}
</style>
background-color css
<style>
a { background-color: #E359D5; }
a { background-color: rgb(227,89,213); }
div.DivClassName
{
background-color: #E359D5;
}
.BgClassName
{
background-color: #E359D5;
}
</style>
border-color css
<style>
span { border-color: #E359D5; }
span { border-color: rgb(227,89,213); }
td.TdClassName
{
border-color: #E359D5;
}
.TagClassName
{
border-color: #E359D5;
}
</style>