Html Css Color HEX #E64EDD Free Speech Magenta
📋 copy color: '#E64EDD'red 230 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #E64EDD
Tints of Free Speech Magenta #E64EDD
RGB
CMYK
RGB Variations
Color information
#E64EDD (or 0xE64EDD) is known color: Free Speech Magenta. HEX triplet: E6, 4E and DD. RGB value is (230,78,221). Sum of RGB (Red+Green+Blue) = 230+78+221=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E64EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64EDD is #19B122. Grayscale: #8B8B8B. Windows color (decimal): -1683747 or 14503654. OLE color: 14503654.
HSL color Cylindrical-coordinate representation of color #E64EDD: hue angle of 303.55º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64EDD is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 221 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.10 |
| HSL | 303.55º | 0.75% | 0.6% | - |
| HSV(B) | 303.55º | 0.66% | 0.9% | - |
| XYZ | 48.41 | 27.49 | 71.16 | - |
| YUV | 139.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 221 | 0 | 0.66 | 0.04 | 0.10 | 303.55 | 0.75 | 0.6 |
| Hex | E6 | 4E | DD | 0 | 42 | 4 | A | 130 | 4B | 3C |
| Octal | 346 | 116 | 335 | 0 | 102 | 4 | 12 | 460 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11011101 | 0 | 1000010 | 100 | 1010 | 100110000 | 1001011 | 111100 |
Color Harmonies of #E64EDD
Complementary color
Monochromatic Colors of #E64EDD
Black with #E64EDD
Text Example
Text Example
White with #E64EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EDD; }
p { color: rgb(230,78,221); }
H1.HeaderClassName
{
color: #E64EDD;
}
.AnyTagClassName
{
color: #E64EDD;
}
</style>
background-color css
<style>
a { background-color: #E64EDD; }
a { background-color: rgb(230,78,221); }
div.DivClassName
{
background-color: #E64EDD;
}
.BgClassName
{
background-color: #E64EDD;
}
</style>
border-color css
<style>
span { border-color: #E64EDD; }
span { border-color: rgb(230,78,221); }
td.TdClassName
{
border-color: #E64EDD;
}
.TagClassName
{
border-color: #E64EDD;
}
</style>