Html Css Color HEX #E064E5 Free Speech Magenta
📋 copy color: '#E064E5'red 224 ◦ green 100 ◦ blue 229
Shades of Free Speech Magenta #E064E5
Tints of Free Speech Magenta #E064E5
RGB
CMYK
RGB Variations
Color information
#E064E5 (or 0xE064E5) is known color: Free Speech Magenta. HEX triplet: E0, 64 and E5. RGB value is (224,100,229). Sum of RGB (Red+Green+Blue) = 224+100+229=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #E064E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064E5 is #1F9B1A. Grayscale: #979797. Windows color (decimal): -2071323 or 15033568. OLE color: 15033568.
HSL color Cylindrical-coordinate representation of color #E064E5: hue angle of 297.67º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E064E5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 100 | 229 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.10 |
| HSL | 297.67º | 0.71% | 0.65% | - |
| HSV(B) | 297.67º | 0.56% | 0.9% | - |
| XYZ | 49.44 | 30.62 | 77.43 | - |
| YUV | 151.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 229 | 0.02 | 0.56 | 0 | 0.10 | 297.67 | 0.71 | 0.65 |
| Hex | E0 | 64 | E5 | 2 | 38 | 0 | A | 12A | 47 | 41 |
| Octal | 340 | 144 | 345 | 2 | 70 | 0 | 12 | 452 | 107 | 101 |
| Binary | 11100000 | 1100100 | 11100101 | 10 | 111000 | 0 | 1010 | 100101010 | 1000111 | 1000001 |
Color Harmonies of #E064E5
Complementary color
Monochromatic Colors of #E064E5
Black with #E064E5
Text Example
Text Example
White with #E064E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064E5; }
p { color: rgb(224,100,229); }
H1.HeaderClassName
{
color: #E064E5;
}
.AnyTagClassName
{
color: #E064E5;
}
</style>
background-color css
<style>
a { background-color: #E064E5; }
a { background-color: rgb(224,100,229); }
div.DivClassName
{
background-color: #E064E5;
}
.BgClassName
{
background-color: #E064E5;
}
</style>
border-color css
<style>
span { border-color: #E064E5; }
span { border-color: rgb(224,100,229); }
td.TdClassName
{
border-color: #E064E5;
}
.TagClassName
{
border-color: #E064E5;
}
</style>