Html Css Color HEX #E64ED5 Free Speech Magenta
📋 copy color: '#E64ED5'red 230 ◦ green 78 ◦ blue 213
Shades of Free Speech Magenta #E64ED5
Tints of Free Speech Magenta #E64ED5
RGB
CMYK
RGB Variations
Color information
#E64ED5 (or 0xE64ED5) is known color: Free Speech Magenta. HEX triplet: E6, 4E and D5. RGB value is (230,78,213). Sum of RGB (Red+Green+Blue) = 230+78+213=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64ED5 is #19B12A. Grayscale: #8A8A8A. Windows color (decimal): -1683755 or 13979366. OLE color: 13979366.
HSL color Cylindrical-coordinate representation of color #E64ED5: hue angle of 306.71º 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 #E64ED5 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 213 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.10 |
| HSL | 306.71º | 0.75% | 0.6% | - |
| HSV(B) | 306.71º | 0.66% | 0.9% | - |
| XYZ | 47.37 | 27.08 | 65.68 | - |
| YUV | 138.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 213 | 0 | 0.66 | 0.07 | 0.10 | 306.71 | 0.75 | 0.6 |
| Hex | E6 | 4E | D5 | 0 | 42 | 7 | A | 133 | 4B | 3C |
| Octal | 346 | 116 | 325 | 0 | 102 | 7 | 12 | 463 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11010101 | 0 | 1000010 | 111 | 1010 | 100110011 | 1001011 | 111100 |
Color Harmonies of #E64ED5
Complementary color
Monochromatic Colors of #E64ED5
Black with #E64ED5
Text Example
Text Example
White with #E64ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ED5; }
p { color: rgb(230,78,213); }
H1.HeaderClassName
{
color: #E64ED5;
}
.AnyTagClassName
{
color: #E64ED5;
}
</style>
background-color css
<style>
a { background-color: #E64ED5; }
a { background-color: rgb(230,78,213); }
div.DivClassName
{
background-color: #E64ED5;
}
.BgClassName
{
background-color: #E64ED5;
}
</style>
border-color css
<style>
span { border-color: #E64ED5; }
span { border-color: rgb(230,78,213); }
td.TdClassName
{
border-color: #E64ED5;
}
.TagClassName
{
border-color: #E64ED5;
}
</style>