Html Css Color HEX #E946F5 Free Speech Magenta
📋 copy color: '#E946F5'red 233 ◦ green 70 ◦ blue 245
Shades of Free Speech Magenta #E946F5
Tints of Free Speech Magenta #E946F5
RGB
CMYK
RGB Variations
Color information
#E946F5 (or 0xE946F5) is known color: Free Speech Magenta. HEX triplet: E9, 46 and F5. RGB value is (233,70,245). Sum of RGB (Red+Green+Blue) = 233+70+245=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 70 (27.73% from 255 or 12.77% 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 #E946F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E946F5 is #16B90A. Grayscale: #8A8A8A. Windows color (decimal): -1489163 or 16074473. OLE color: 16074473.
HSL color Cylindrical-coordinate representation of color #E946F5: hue angle of 295.89º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E946F5 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 233 | 70 | 245 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.04 |
| HSL | 295.89º | 0.9% | 0.62% | - |
| HSV(B) | 295.89º | 0.71% | 0.96% | - |
| XYZ | 52.28 | 28.3 | 89.09 | - |
| YUV | 138.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 245 | 0.05 | 0.71 | 0 | 0.04 | 295.89 | 0.9 | 0.62 |
| Hex | E9 | 46 | F5 | 5 | 47 | 0 | 4 | 128 | 5A | 3E |
| Octal | 351 | 106 | 365 | 5 | 107 | 0 | 4 | 450 | 132 | 76 |
| Binary | 11101001 | 1000110 | 11110101 | 101 | 1000111 | 0 | 100 | 100101000 | 1011010 | 111110 |
Color Harmonies of #E946F5
Complementary color
Monochromatic Colors of #E946F5
Black with #E946F5
Text Example
Text Example
White with #E946F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E946F5; }
p { color: rgb(233,70,245); }
H1.HeaderClassName
{
color: #E946F5;
}
.AnyTagClassName
{
color: #E946F5;
}
</style>
background-color css
<style>
a { background-color: #E946F5; }
a { background-color: rgb(233,70,245); }
div.DivClassName
{
background-color: #E946F5;
}
.BgClassName
{
background-color: #E946F5;
}
</style>
border-color css
<style>
span { border-color: #E946F5; }
span { border-color: rgb(233,70,245); }
td.TdClassName
{
border-color: #E946F5;
}
.TagClassName
{
border-color: #E946F5;
}
</style>