Html Css Color HEX #E649F5 Free Speech Magenta
📋 copy color: '#E649F5'red 230 ◦ green 73 ◦ blue 245
Shades of Free Speech Magenta #E649F5
Tints of Free Speech Magenta #E649F5
RGB
CMYK
RGB Variations
Color information
#E649F5 (or 0xE649F5) is known color: Free Speech Magenta. HEX triplet: E6, 49 and F5. RGB value is (230,73,245). Sum of RGB (Red+Green+Blue) = 230+73+245=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 73 (28.91% from 255 or 13.32% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #E649F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E649F5 is #19B60A. Grayscale: #8B8B8B. Windows color (decimal): -1685003 or 16075238. OLE color: 16075238.
HSL color Cylindrical-coordinate representation of color #E649F5: hue angle of 294.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E649F5 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 73 | 245 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.04 |
| HSL | 294.77º | 0.9% | 0.62% | - |
| HSV(B) | 294.77º | 0.7% | 0.96% | - |
| XYZ | 51.5 | 28.18 | 89.11 | - |
| YUV | 139.55 | 187.51 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 245 | 0.06 | 0.70 | 0 | 0.04 | 294.77 | 0.9 | 0.62 |
| Hex | E6 | 49 | F5 | 6 | 46 | 0 | 4 | 127 | 5A | 3E |
| Octal | 346 | 111 | 365 | 6 | 106 | 0 | 4 | 447 | 132 | 76 |
| Binary | 11100110 | 1001001 | 11110101 | 110 | 1000110 | 0 | 100 | 100100111 | 1011010 | 111110 |
Color Harmonies of #E649F5
Complementary color
Monochromatic Colors of #E649F5
Black with #E649F5
Text Example
Text Example
White with #E649F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649F5; }
p { color: rgb(230,73,245); }
H1.HeaderClassName
{
color: #E649F5;
}
.AnyTagClassName
{
color: #E649F5;
}
</style>
background-color css
<style>
a { background-color: #E649F5; }
a { background-color: rgb(230,73,245); }
div.DivClassName
{
background-color: #E649F5;
}
.BgClassName
{
background-color: #E649F5;
}
</style>
border-color css
<style>
span { border-color: #E649F5; }
span { border-color: rgb(230,73,245); }
td.TdClassName
{
border-color: #E649F5;
}
.TagClassName
{
border-color: #E649F5;
}
</style>