Html Css Color HEX #E046CE Free Speech Magenta
📋 copy color: '#E046CE'red 224 ◦ green 70 ◦ blue 206
Shades of Free Speech Magenta #E046CE
Tints of Free Speech Magenta #E046CE
RGB
CMYK
RGB Variations
Color information
#E046CE (or 0xE046CE) is known color: Free Speech Magenta. HEX triplet: E0, 46 and CE. RGB value is (224,70,206). Sum of RGB (Red+Green+Blue) = 224+70+206=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E046CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046CE is #1FB931. Grayscale: #838383. Windows color (decimal): -2079026 or 13518560. OLE color: 13518560.
HSL color Cylindrical-coordinate representation of color #E046CE: hue angle of 307.01º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E046CE is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 206 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.12 |
| HSL | 307.01º | 0.71% | 0.58% | - |
| HSV(B) | 307.01º | 0.69% | 0.88% | - |
| XYZ | 44.07 | 24.68 | 60.83 | - |
| YUV | 131.55 | 170.02 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 206 | 0 | 0.69 | 0.08 | 0.12 | 307.01 | 0.71 | 0.58 |
| Hex | E0 | 46 | CE | 0 | 45 | 8 | C | 133 | 47 | 3A |
| Octal | 340 | 106 | 316 | 0 | 105 | 10 | 14 | 463 | 107 | 72 |
| Binary | 11100000 | 1000110 | 11001110 | 0 | 1000101 | 1000 | 1100 | 100110011 | 1000111 | 111010 |
Color Harmonies of #E046CE
Complementary color
Monochromatic Colors of #E046CE
Black with #E046CE
Text Example
Text Example
White with #E046CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E046CE; }
p { color: rgb(224,70,206); }
H1.HeaderClassName
{
color: #E046CE;
}
.AnyTagClassName
{
color: #E046CE;
}
</style>
background-color css
<style>
a { background-color: #E046CE; }
a { background-color: rgb(224,70,206); }
div.DivClassName
{
background-color: #E046CE;
}
.BgClassName
{
background-color: #E046CE;
}
</style>
border-color css
<style>
span { border-color: #E046CE; }
span { border-color: rgb(224,70,206); }
td.TdClassName
{
border-color: #E046CE;
}
.TagClassName
{
border-color: #E046CE;
}
</style>