Html Css Color HEX #E946DF Free Speech Magenta
📋 copy color: '#E946DF'red 233 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #E946DF
Tints of Free Speech Magenta #E946DF
RGB
CMYK
RGB Variations
Color information
#E946DF (or 0xE946DF) is known color: Free Speech Magenta. HEX triplet: E9, 46 and DF. RGB value is (233,70,223). Sum of RGB (Red+Green+Blue) = 233+70+223=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E946DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E946DF is #16B920. Grayscale: #878787. Windows color (decimal): -1489185 or 14632681. OLE color: 14632681.
HSL color Cylindrical-coordinate representation of color #E946DF: hue angle of 303.68º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E946DF is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 223 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.09 |
| HSL | 303.68º | 0.79% | 0.59% | - |
| HSV(B) | 303.68º | 0.7% | 0.91% | - |
| XYZ | 49.11 | 27.03 | 72.44 | - |
| YUV | 136.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 223 | 0 | 0.70 | 0.04 | 0.09 | 303.68 | 0.79 | 0.59 |
| Hex | E9 | 46 | DF | 0 | 46 | 4 | 9 | 130 | 4F | 3B |
| Octal | 351 | 106 | 337 | 0 | 106 | 4 | 11 | 460 | 117 | 73 |
| Binary | 11101001 | 1000110 | 11011111 | 0 | 1000110 | 100 | 1001 | 100110000 | 1001111 | 111011 |
Color Harmonies of #E946DF
Complementary color
Monochromatic Colors of #E946DF
Black with #E946DF
Text Example
Text Example
White with #E946DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E946DF; }
p { color: rgb(233,70,223); }
H1.HeaderClassName
{
color: #E946DF;
}
.AnyTagClassName
{
color: #E946DF;
}
</style>
background-color css
<style>
a { background-color: #E946DF; }
a { background-color: rgb(233,70,223); }
div.DivClassName
{
background-color: #E946DF;
}
.BgClassName
{
background-color: #E946DF;
}
</style>
border-color css
<style>
span { border-color: #E946DF; }
span { border-color: rgb(233,70,223); }
td.TdClassName
{
border-color: #E946DF;
}
.TagClassName
{
border-color: #E946DF;
}
</style>