Html Css Color HEX #E35EDD Free Speech Magenta
📋 copy color: '#E35EDD'red 227 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #E35EDD
Tints of Free Speech Magenta #E35EDD
RGB
CMYK
RGB Variations
Color information
#E35EDD (or 0xE35EDD) is known color: Free Speech Magenta. HEX triplet: E3, 5E and DD. RGB value is (227,94,221). Sum of RGB (Red+Green+Blue) = 227+94+221=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35EDD is #1CA122. Grayscale: #939393. Windows color (decimal): -1876259 or 14507747. OLE color: 14507747.
HSL color Cylindrical-coordinate representation of color #E35EDD: hue angle of 302.71º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35EDD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 221 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.11 |
| HSL | 302.71º | 0.7% | 0.63% | - |
| HSV(B) | 302.71º | 0.59% | 0.89% | - |
| XYZ | 48.73 | 29.56 | 71.54 | - |
| YUV | 148.25 | 169.06 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 221 | 0 | 0.59 | 0.03 | 0.11 | 302.71 | 0.7 | 0.63 |
| Hex | E3 | 5E | DD | 0 | 3B | 3 | B | 12F | 46 | 3F |
| Octal | 343 | 136 | 335 | 0 | 73 | 3 | 13 | 457 | 106 | 77 |
| Binary | 11100011 | 1011110 | 11011101 | 0 | 111011 | 11 | 1011 | 100101111 | 1000110 | 111111 |
Color Harmonies of #E35EDD
Complementary color
Monochromatic Colors of #E35EDD
Black with #E35EDD
Text Example
Text Example
White with #E35EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EDD; }
p { color: rgb(227,94,221); }
H1.HeaderClassName
{
color: #E35EDD;
}
.AnyTagClassName
{
color: #E35EDD;
}
</style>
background-color css
<style>
a { background-color: #E35EDD; }
a { background-color: rgb(227,94,221); }
div.DivClassName
{
background-color: #E35EDD;
}
.BgClassName
{
background-color: #E35EDD;
}
</style>
border-color css
<style>
span { border-color: #E35EDD; }
span { border-color: rgb(227,94,221); }
td.TdClassName
{
border-color: #E35EDD;
}
.TagClassName
{
border-color: #E35EDD;
}
</style>