Html Css Color HEX #E65EDA Free Speech Magenta
📋 copy color: '#E65EDA'red 230 ◦ green 94 ◦ blue 218
Shades of Free Speech Magenta #E65EDA
Tints of Free Speech Magenta #E65EDA
RGB
CMYK
RGB Variations
Color information
#E65EDA (or 0xE65EDA) is known color: Free Speech Magenta. HEX triplet: E6, 5E and DA. RGB value is (230,94,218). Sum of RGB (Red+Green+Blue) = 230+94+218=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EDA is #19A125. Grayscale: #949494. Windows color (decimal): -1679654 or 14311142. OLE color: 14311142.
HSL color Cylindrical-coordinate representation of color #E65EDA: hue angle of 305.29º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EDA is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 218 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.10 |
| HSL | 305.29º | 0.73% | 0.64% | - |
| HSV(B) | 305.29º | 0.59% | 0.9% | - |
| XYZ | 49.29 | 29.89 | 69.5 | - |
| YUV | 148.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 218 | 0 | 0.59 | 0.05 | 0.10 | 305.29 | 0.73 | 0.64 |
| Hex | E6 | 5E | DA | 0 | 3B | 5 | A | 131 | 49 | 40 |
| Octal | 346 | 136 | 332 | 0 | 73 | 5 | 12 | 461 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11011010 | 0 | 111011 | 101 | 1010 | 100110001 | 1001001 | 1000000 |
Color Harmonies of #E65EDA
Complementary color
Monochromatic Colors of #E65EDA
Black with #E65EDA
Text Example
Text Example
White with #E65EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EDA; }
p { color: rgb(230,94,218); }
H1.HeaderClassName
{
color: #E65EDA;
}
.AnyTagClassName
{
color: #E65EDA;
}
</style>
background-color css
<style>
a { background-color: #E65EDA; }
a { background-color: rgb(230,94,218); }
div.DivClassName
{
background-color: #E65EDA;
}
.BgClassName
{
background-color: #E65EDA;
}
</style>
border-color css
<style>
span { border-color: #E65EDA; }
span { border-color: rgb(230,94,218); }
td.TdClassName
{
border-color: #E65EDA;
}
.TagClassName
{
border-color: #E65EDA;
}
</style>