Html Css Color HEX #E246C0 Free Speech Magenta
📋 copy color: '#E246C0'red 226 ◦ green 70 ◦ blue 192
Shades of Free Speech Magenta #E246C0
Tints of Free Speech Magenta #E246C0
RGB
CMYK
RGB Variations
Color information
#E246C0 (or 0xE246C0) is known color: Free Speech Magenta. HEX triplet: E2, 46 and C0. RGB value is (226,70,192). Sum of RGB (Red+Green+Blue) = 226+70+192=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E246C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E246C0 is #1DB93F. Grayscale: #828282. Windows color (decimal): -1947968 or 12601058. OLE color: 12601058.
HSL color Cylindrical-coordinate representation of color #E246C0: hue angle of 313.08º 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 #E246C0 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 192 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.11 |
| HSL | 313.08º | 0.73% | 0.58% | - |
| HSV(B) | 313.08º | 0.69% | 0.89% | - |
| XYZ | 43.07 | 24.35 | 52.3 | - |
| YUV | 130.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 192 | 0 | 0.69 | 0.15 | 0.11 | 313.08 | 0.73 | 0.58 |
| Hex | E2 | 46 | C0 | 0 | 45 | F | B | 139 | 49 | 3A |
| Octal | 342 | 106 | 300 | 0 | 105 | 17 | 13 | 471 | 111 | 72 |
| Binary | 11100010 | 1000110 | 11000000 | 0 | 1000101 | 1111 | 1011 | 100111001 | 1001001 | 111010 |
Color Harmonies of #E246C0
Complementary color
Monochromatic Colors of #E246C0
Black with #E246C0
Text Example
Text Example
White with #E246C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E246C0; }
p { color: rgb(226,70,192); }
H1.HeaderClassName
{
color: #E246C0;
}
.AnyTagClassName
{
color: #E246C0;
}
</style>
background-color css
<style>
a { background-color: #E246C0; }
a { background-color: rgb(226,70,192); }
div.DivClassName
{
background-color: #E246C0;
}
.BgClassName
{
background-color: #E246C0;
}
</style>
border-color css
<style>
span { border-color: #E246C0; }
span { border-color: rgb(226,70,192); }
td.TdClassName
{
border-color: #E246C0;
}
.TagClassName
{
border-color: #E246C0;
}
</style>