Html Css Color HEX #E35ADE Free Speech Magenta
📋 copy color: '#E35ADE'red 227 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #E35ADE
Tints of Free Speech Magenta #E35ADE
RGB
CMYK
RGB Variations
Color information
#E35ADE (or 0xE35ADE) is known color: Free Speech Magenta. HEX triplet: E3, 5A and DE. RGB value is (227,90,222). Sum of RGB (Red+Green+Blue) = 227+90+222=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 90 (35.55% from 255 or 16.70% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E35ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35ADE is #1CA521. Grayscale: #919191. Windows color (decimal): -1877282 or 14572259. OLE color: 14572259.
HSL color Cylindrical-coordinate representation of color #E35ADE: hue angle of 302.19º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35ADE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 222 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.11 |
| HSL | 302.19º | 0.71% | 0.62% | - |
| HSV(B) | 302.19º | 0.6% | 0.89% | - |
| XYZ | 48.52 | 28.92 | 72.13 | - |
| YUV | 146.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 222 | 0 | 0.60 | 0.02 | 0.11 | 302.19 | 0.71 | 0.62 |
| Hex | E3 | 5A | DE | 0 | 3C | 2 | B | 12E | 47 | 3E |
| Octal | 343 | 132 | 336 | 0 | 74 | 2 | 13 | 456 | 107 | 76 |
| Binary | 11100011 | 1011010 | 11011110 | 0 | 111100 | 10 | 1011 | 100101110 | 1000111 | 111110 |
Color Harmonies of #E35ADE
Complementary color
Monochromatic Colors of #E35ADE
Black with #E35ADE
Text Example
Text Example
White with #E35ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35ADE; }
p { color: rgb(227,90,222); }
H1.HeaderClassName
{
color: #E35ADE;
}
.AnyTagClassName
{
color: #E35ADE;
}
</style>
background-color css
<style>
a { background-color: #E35ADE; }
a { background-color: rgb(227,90,222); }
div.DivClassName
{
background-color: #E35ADE;
}
.BgClassName
{
background-color: #E35ADE;
}
</style>
border-color css
<style>
span { border-color: #E35ADE; }
span { border-color: rgb(227,90,222); }
td.TdClassName
{
border-color: #E35ADE;
}
.TagClassName
{
border-color: #E35ADE;
}
</style>