Html Css Color HEX #E064D8 Free Speech Magenta
📋 copy color: '#E064D8'red 224 ◦ green 100 ◦ blue 216
Shades of Free Speech Magenta #E064D8
Tints of Free Speech Magenta #E064D8
RGB
CMYK
RGB Variations
Color information
#E064D8 (or 0xE064D8) is known color: Free Speech Magenta. HEX triplet: E0, 64 and D8. RGB value is (224,100,216). Sum of RGB (Red+Green+Blue) = 224+100+216=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E064D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064D8 is #1F9B27. Grayscale: #959595. Windows color (decimal): -2071336 or 14181600. OLE color: 14181600.
HSL color Cylindrical-coordinate representation of color #E064D8: hue angle of 303.87º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064D8 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 216 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.12 |
| HSL | 303.87º | 0.67% | 0.64% | - |
| HSV(B) | 303.87º | 0.55% | 0.88% | - |
| XYZ | 47.69 | 29.92 | 68.23 | - |
| YUV | 150.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 216 | 0 | 0.55 | 0.04 | 0.12 | 303.87 | 0.67 | 0.64 |
| Hex | E0 | 64 | D8 | 0 | 37 | 4 | C | 130 | 43 | 40 |
| Octal | 340 | 144 | 330 | 0 | 67 | 4 | 14 | 460 | 103 | 100 |
| Binary | 11100000 | 1100100 | 11011000 | 0 | 110111 | 100 | 1100 | 100110000 | 1000011 | 1000000 |
Color Harmonies of #E064D8
Complementary color
Monochromatic Colors of #E064D8
Black with #E064D8
Text Example
Text Example
White with #E064D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064D8; }
p { color: rgb(224,100,216); }
H1.HeaderClassName
{
color: #E064D8;
}
.AnyTagClassName
{
color: #E064D8;
}
</style>
background-color css
<style>
a { background-color: #E064D8; }
a { background-color: rgb(224,100,216); }
div.DivClassName
{
background-color: #E064D8;
}
.BgClassName
{
background-color: #E064D8;
}
</style>
border-color css
<style>
span { border-color: #E064D8; }
span { border-color: rgb(224,100,216); }
td.TdClassName
{
border-color: #E064D8;
}
.TagClassName
{
border-color: #E064D8;
}
</style>