Html Css Color HEX #E246DF Free Speech Magenta
📋 copy color: '#E246DF'red 226 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #E246DF
Tints of Free Speech Magenta #E246DF
RGB
CMYK
RGB Variations
Color information
#E246DF (or 0xE246DF) is known color: Free Speech Magenta. HEX triplet: E2, 46 and DF. RGB value is (226,70,223). Sum of RGB (Red+Green+Blue) = 226+70+223=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E246DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E246DF is #1DB920. Grayscale: #858585. Windows color (decimal): -1947937 or 14632674. OLE color: 14632674.
HSL color Cylindrical-coordinate representation of color #E246DF: hue angle of 301.15º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E246DF is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 223 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.11 |
| HSL | 301.15º | 0.73% | 0.58% | - |
| HSV(B) | 301.15º | 0.69% | 0.89% | - |
| XYZ | 46.87 | 25.88 | 72.34 | - |
| YUV | 134.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 223 | 0 | 0.69 | 0.01 | 0.11 | 301.15 | 0.73 | 0.58 |
| Hex | E2 | 46 | DF | 0 | 45 | 1 | B | 12D | 49 | 3A |
| Octal | 342 | 106 | 337 | 0 | 105 | 1 | 13 | 455 | 111 | 72 |
| Binary | 11100010 | 1000110 | 11011111 | 0 | 1000101 | 1 | 1011 | 100101101 | 1001001 | 111010 |
Color Harmonies of #E246DF
Complementary color
Monochromatic Colors of #E246DF
Black with #E246DF
Text Example
Text Example
White with #E246DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E246DF; }
p { color: rgb(226,70,223); }
H1.HeaderClassName
{
color: #E246DF;
}
.AnyTagClassName
{
color: #E246DF;
}
</style>
background-color css
<style>
a { background-color: #E246DF; }
a { background-color: rgb(226,70,223); }
div.DivClassName
{
background-color: #E246DF;
}
.BgClassName
{
background-color: #E246DF;
}
</style>
border-color css
<style>
span { border-color: #E246DF; }
span { border-color: rgb(226,70,223); }
td.TdClassName
{
border-color: #E246DF;
}
.TagClassName
{
border-color: #E246DF;
}
</style>