Html Css Color HEX #E64AF0 Free Speech Magenta
📋 copy color: '#E64AF0'red 230 ◦ green 74 ◦ blue 240
Shades of Free Speech Magenta #E64AF0
Tints of Free Speech Magenta #E64AF0
RGB
CMYK
RGB Variations
Color information
#E64AF0 (or 0xE64AF0) is known color: Free Speech Magenta. HEX triplet: E6, 4A and F0. RGB value is (230,74,240). Sum of RGB (Red+Green+Blue) = 230+74+240=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #E64AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64AF0 is #19B50F. Grayscale: #8B8B8B. Windows color (decimal): -1684752 or 15747814. OLE color: 15747814.
HSL color Cylindrical-coordinate representation of color #E64AF0: hue angle of 296.39º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64AF0 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 74 | 240 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.06 |
| HSL | 296.39º | 0.85% | 0.62% | - |
| HSV(B) | 296.39º | 0.69% | 0.94% | - |
| XYZ | 50.81 | 28.01 | 85.17 | - |
| YUV | 139.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 74 | 240 | 0.04 | 0.69 | 0 | 0.06 | 296.39 | 0.85 | 0.62 |
| Hex | E6 | 4A | F0 | 4 | 45 | 0 | 6 | 128 | 55 | 3E |
| Octal | 346 | 112 | 360 | 4 | 105 | 0 | 6 | 450 | 125 | 76 |
| Binary | 11100110 | 1001010 | 11110000 | 100 | 1000101 | 0 | 110 | 100101000 | 1010101 | 111110 |
Color Harmonies of #E64AF0
Complementary color
Monochromatic Colors of #E64AF0
Black with #E64AF0
Text Example
Text Example
White with #E64AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64AF0; }
p { color: rgb(230,74,240); }
H1.HeaderClassName
{
color: #E64AF0;
}
.AnyTagClassName
{
color: #E64AF0;
}
</style>
background-color css
<style>
a { background-color: #E64AF0; }
a { background-color: rgb(230,74,240); }
div.DivClassName
{
background-color: #E64AF0;
}
.BgClassName
{
background-color: #E64AF0;
}
</style>
border-color css
<style>
span { border-color: #E64AF0; }
span { border-color: rgb(230,74,240); }
td.TdClassName
{
border-color: #E64AF0;
}
.TagClassName
{
border-color: #E64AF0;
}
</style>