Html Css Color HEX #E340ED Free Speech Magenta
📋 copy color: '#E340ED'red 227 ◦ green 64 ◦ blue 237
Shades of Free Speech Magenta #E340ED
Tints of Free Speech Magenta #E340ED
RGB
CMYK
RGB Variations
Color information
#E340ED (or 0xE340ED) is known color: Free Speech Magenta. HEX triplet: E3, 40 and ED. RGB value is (227,64,237). Sum of RGB (Red+Green+Blue) = 227+64+237=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #E340ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E340ED is #1CBF12. Grayscale: #838383. Windows color (decimal): -1883923 or 15548643. OLE color: 15548643.
HSL color Cylindrical-coordinate representation of color #E340ED: hue angle of 296.53º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E340ED is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 64 | 237 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.07 |
| HSL | 296.53º | 0.83% | 0.59% | - |
| HSV(B) | 296.53º | 0.73% | 0.93% | - |
| XYZ | 48.8 | 26.11 | 82.59 | - |
| YUV | 132.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 237 | 0.04 | 0.73 | 0 | 0.07 | 296.53 | 0.83 | 0.59 |
| Hex | E3 | 40 | ED | 4 | 49 | 0 | 7 | 129 | 53 | 3B |
| Octal | 343 | 100 | 355 | 4 | 111 | 0 | 7 | 451 | 123 | 73 |
| Binary | 11100011 | 1000000 | 11101101 | 100 | 1001001 | 0 | 111 | 100101001 | 1010011 | 111011 |
Color Harmonies of #E340ED
Complementary color
Monochromatic Colors of #E340ED
Black with #E340ED
Text Example
Text Example
White with #E340ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E340ED; }
p { color: rgb(227,64,237); }
H1.HeaderClassName
{
color: #E340ED;
}
.AnyTagClassName
{
color: #E340ED;
}
</style>
background-color css
<style>
a { background-color: #E340ED; }
a { background-color: rgb(227,64,237); }
div.DivClassName
{
background-color: #E340ED;
}
.BgClassName
{
background-color: #E340ED;
}
</style>
border-color css
<style>
span { border-color: #E340ED; }
span { border-color: rgb(227,64,237); }
td.TdClassName
{
border-color: #E340ED;
}
.TagClassName
{
border-color: #E340ED;
}
</style>