Html Css Color HEX #E64FE5 Free Speech Magenta
📋 copy color: '#E64FE5'red 230 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #E64FE5
Tints of Free Speech Magenta #E64FE5
RGB
CMYK
RGB Variations
Color information
#E64FE5 (or 0xE64FE5) is known color: Free Speech Magenta. HEX triplet: E6, 4F and E5. RGB value is (230,79,229). Sum of RGB (Red+Green+Blue) = 230+79+229=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E64FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64FE5 is #19B01A. Grayscale: #8C8C8C. Windows color (decimal): -1683483 or 15028198. OLE color: 15028198.
HSL color Cylindrical-coordinate representation of color #E64FE5: hue angle of 300.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64FE5 is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 229 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.10 |
| HSL | 300.4º | 0.75% | 0.61% | - |
| HSV(B) | 300.4º | 0.66% | 0.9% | - |
| XYZ | 49.57 | 28.07 | 76.93 | - |
| YUV | 141.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 229 | 0 | 0.66 | 0.00 | 0.10 | 300.4 | 0.75 | 0.61 |
| Hex | E6 | 4F | E5 | 0 | 42 | 0 | A | 12C | 4B | 3D |
| Octal | 346 | 117 | 345 | 0 | 102 | 0 | 12 | 454 | 113 | 75 |
| Binary | 11100110 | 1001111 | 11100101 | 0 | 1000010 | 0 | 1010 | 100101100 | 1001011 | 111101 |
Color Harmonies of #E64FE5
Complementary color
Monochromatic Colors of #E64FE5
Black with #E64FE5
Text Example
Text Example
White with #E64FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64FE5; }
p { color: rgb(230,79,229); }
H1.HeaderClassName
{
color: #E64FE5;
}
.AnyTagClassName
{
color: #E64FE5;
}
</style>
background-color css
<style>
a { background-color: #E64FE5; }
a { background-color: rgb(230,79,229); }
div.DivClassName
{
background-color: #E64FE5;
}
.BgClassName
{
background-color: #E64FE5;
}
</style>
border-color css
<style>
span { border-color: #E64FE5; }
span { border-color: rgb(230,79,229); }
td.TdClassName
{
border-color: #E64FE5;
}
.TagClassName
{
border-color: #E64FE5;
}
</style>