Html Css Color HEX #E65EDD Free Speech Magenta
📋 copy color: '#E65EDD'red 230 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #E65EDD
Tints of Free Speech Magenta #E65EDD
RGB
CMYK
RGB Variations
Color information
#E65EDD (or 0xE65EDD) is known color: Free Speech Magenta. HEX triplet: E6, 5E and DD. RGB value is (230,94,221). Sum of RGB (Red+Green+Blue) = 230+94+221=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EDD is #19A122. Grayscale: #949494. Windows color (decimal): -1679651 or 14507750. OLE color: 14507750.
HSL color Cylindrical-coordinate representation of color #E65EDD: hue angle of 303.97º 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 #E65EDD is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 221 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.10 |
| HSL | 303.97º | 0.73% | 0.64% | - |
| HSV(B) | 303.97º | 0.59% | 0.9% | - |
| XYZ | 49.69 | 30.05 | 71.59 | - |
| YUV | 149.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 221 | 0 | 0.59 | 0.04 | 0.10 | 303.97 | 0.73 | 0.64 |
| Hex | E6 | 5E | DD | 0 | 3B | 4 | A | 130 | 49 | 40 |
| Octal | 346 | 136 | 335 | 0 | 73 | 4 | 12 | 460 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11011101 | 0 | 111011 | 100 | 1010 | 100110000 | 1001001 | 1000000 |
Color Harmonies of #E65EDD
Complementary color
Monochromatic Colors of #E65EDD
Black with #E65EDD
Text Example
Text Example
White with #E65EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EDD; }
p { color: rgb(230,94,221); }
H1.HeaderClassName
{
color: #E65EDD;
}
.AnyTagClassName
{
color: #E65EDD;
}
</style>
background-color css
<style>
a { background-color: #E65EDD; }
a { background-color: rgb(230,94,221); }
div.DivClassName
{
background-color: #E65EDD;
}
.BgClassName
{
background-color: #E65EDD;
}
</style>
border-color css
<style>
span { border-color: #E65EDD; }
span { border-color: rgb(230,94,221); }
td.TdClassName
{
border-color: #E65EDD;
}
.TagClassName
{
border-color: #E65EDD;
}
</style>