Html Css Color HEX #E359D0 Free Speech Magenta
📋 copy color: '#E359D0'red 227 ◦ green 89 ◦ blue 208
Shades of Free Speech Magenta #E359D0
Tints of Free Speech Magenta #E359D0
RGB
CMYK
RGB Variations
Color information
#E359D0 (or 0xE359D0) is known color: Free Speech Magenta. HEX triplet: E3, 59 and D0. RGB value is (227,89,208). Sum of RGB (Red+Green+Blue) = 227+89+208=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E359D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359D0 is #1CA62F. Grayscale: #8F8F8F. Windows color (decimal): -1877552 or 13654499. OLE color: 13654499.
HSL color Cylindrical-coordinate representation of color #E359D0: hue angle of 308.26º 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 #E359D0 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 208 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.11 |
| HSL | 308.26º | 0.71% | 0.62% | - |
| HSV(B) | 308.26º | 0.61% | 0.89% | - |
| XYZ | 46.64 | 28.03 | 62.63 | - |
| YUV | 143.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 208 | 0 | 0.61 | 0.08 | 0.11 | 308.26 | 0.71 | 0.62 |
| Hex | E3 | 59 | D0 | 0 | 3D | 8 | B | 134 | 47 | 3E |
| Octal | 343 | 131 | 320 | 0 | 75 | 10 | 13 | 464 | 107 | 76 |
| Binary | 11100011 | 1011001 | 11010000 | 0 | 111101 | 1000 | 1011 | 100110100 | 1000111 | 111110 |
Color Harmonies of #E359D0
Complementary color
Monochromatic Colors of #E359D0
Black with #E359D0
Text Example
Text Example
White with #E359D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359D0; }
p { color: rgb(227,89,208); }
H1.HeaderClassName
{
color: #E359D0;
}
.AnyTagClassName
{
color: #E359D0;
}
</style>
background-color css
<style>
a { background-color: #E359D0; }
a { background-color: rgb(227,89,208); }
div.DivClassName
{
background-color: #E359D0;
}
.BgClassName
{
background-color: #E359D0;
}
</style>
border-color css
<style>
span { border-color: #E359D0; }
span { border-color: rgb(227,89,208); }
td.TdClassName
{
border-color: #E359D0;
}
.TagClassName
{
border-color: #E359D0;
}
</style>