Html Css Color HEX #E35DEA Free Speech Magenta
📋 copy color: '#E35DEA'red 227 ◦ green 93 ◦ blue 234
Shades of Free Speech Magenta #E35DEA
Tints of Free Speech Magenta #E35DEA
RGB
CMYK
RGB Variations
Color information
#E35DEA (or 0xE35DEA) is known color: Free Speech Magenta. HEX triplet: E3, 5D and EA. RGB value is (227,93,234). Sum of RGB (Red+Green+Blue) = 227+93+234=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #E35DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E35DEA is #1CA215. Grayscale: #949494. Windows color (decimal): -1876502 or 15359459. OLE color: 15359459.
HSL color Cylindrical-coordinate representation of color #E35DEA: hue angle of 297.02º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35DEA is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 93 | 234 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.08 |
| HSL | 297.02º | 0.77% | 0.64% | - |
| HSV(B) | 297.02º | 0.6% | 0.92% | - |
| XYZ | 50.44 | 30.1 | 80.99 | - |
| YUV | 149.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 234 | 0.03 | 0.60 | 0 | 0.08 | 297.02 | 0.77 | 0.64 |
| Hex | E3 | 5D | EA | 3 | 3C | 0 | 8 | 129 | 4D | 40 |
| Octal | 343 | 135 | 352 | 3 | 74 | 0 | 10 | 451 | 115 | 100 |
| Binary | 11100011 | 1011101 | 11101010 | 11 | 111100 | 0 | 1000 | 100101001 | 1001101 | 1000000 |
Color Harmonies of #E35DEA
Complementary color
Monochromatic Colors of #E35DEA
Black with #E35DEA
Text Example
Text Example
White with #E35DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DEA; }
p { color: rgb(227,93,234); }
H1.HeaderClassName
{
color: #E35DEA;
}
.AnyTagClassName
{
color: #E35DEA;
}
</style>
background-color css
<style>
a { background-color: #E35DEA; }
a { background-color: rgb(227,93,234); }
div.DivClassName
{
background-color: #E35DEA;
}
.BgClassName
{
background-color: #E35DEA;
}
</style>
border-color css
<style>
span { border-color: #E35DEA; }
span { border-color: rgb(227,93,234); }
td.TdClassName
{
border-color: #E35DEA;
}
.TagClassName
{
border-color: #E35DEA;
}
</style>