Html Css Color HEX #E246ED Free Speech Magenta
📋 copy color: '#E246ED'red 226 ◦ green 70 ◦ blue 237
Shades of Free Speech Magenta #E246ED
Tints of Free Speech Magenta #E246ED
RGB
CMYK
RGB Variations
Color information
#E246ED (or 0xE246ED) is known color: Free Speech Magenta. HEX triplet: E2, 46 and ED. RGB value is (226,70,237). Sum of RGB (Red+Green+Blue) = 226+70+237=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #E246ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E246ED is #1DB912. Grayscale: #878787. Windows color (decimal): -1947923 or 15550178. OLE color: 15550178.
HSL color Cylindrical-coordinate representation of color #E246ED: hue angle of 296.05º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E246ED is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 70 | 237 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.07 |
| HSL | 296.05º | 0.82% | 0.6% | - |
| HSV(B) | 296.05º | 0.7% | 0.93% | - |
| XYZ | 48.84 | 26.66 | 82.69 | - |
| YUV | 135.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 237 | 0.05 | 0.70 | 0 | 0.07 | 296.05 | 0.82 | 0.6 |
| Hex | E2 | 46 | ED | 5 | 46 | 0 | 7 | 128 | 52 | 3C |
| Octal | 342 | 106 | 355 | 5 | 106 | 0 | 7 | 450 | 122 | 74 |
| Binary | 11100010 | 1000110 | 11101101 | 101 | 1000110 | 0 | 111 | 100101000 | 1010010 | 111100 |
Color Harmonies of #E246ED
Complementary color
Monochromatic Colors of #E246ED
Black with #E246ED
Text Example
Text Example
White with #E246ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E246ED; }
p { color: rgb(226,70,237); }
H1.HeaderClassName
{
color: #E246ED;
}
.AnyTagClassName
{
color: #E246ED;
}
</style>
background-color css
<style>
a { background-color: #E246ED; }
a { background-color: rgb(226,70,237); }
div.DivClassName
{
background-color: #E246ED;
}
.BgClassName
{
background-color: #E246ED;
}
</style>
border-color css
<style>
span { border-color: #E246ED; }
span { border-color: rgb(226,70,237); }
td.TdClassName
{
border-color: #E246ED;
}
.TagClassName
{
border-color: #E246ED;
}
</style>