Html Css Color HEX #E946CE Free Speech Magenta
📋 copy color: '#E946CE'red 233 ◦ green 70 ◦ blue 206
Shades of Free Speech Magenta #E946CE
Tints of Free Speech Magenta #E946CE
RGB
CMYK
RGB Variations
Color information
#E946CE (or 0xE946CE) is known color: Free Speech Magenta. HEX triplet: E9, 46 and CE. RGB value is (233,70,206). Sum of RGB (Red+Green+Blue) = 233+70+206=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E946CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E946CE is #16B931. Grayscale: #858585. Windows color (decimal): -1489202 or 13518569. OLE color: 13518569.
HSL color Cylindrical-coordinate representation of color #E946CE: hue angle of 309.94º 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 #E946CE is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 206 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.09 |
| HSL | 309.94º | 0.79% | 0.59% | - |
| HSV(B) | 309.94º | 0.7% | 0.91% | - |
| XYZ | 46.94 | 26.16 | 60.97 | - |
| YUV | 134.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 206 | 0 | 0.70 | 0.12 | 0.09 | 309.94 | 0.79 | 0.59 |
| Hex | E9 | 46 | CE | 0 | 46 | C | 9 | 136 | 4F | 3B |
| Octal | 351 | 106 | 316 | 0 | 106 | 14 | 11 | 466 | 117 | 73 |
| Binary | 11101001 | 1000110 | 11001110 | 0 | 1000110 | 1100 | 1001 | 100110110 | 1001111 | 111011 |
Color Harmonies of #E946CE
Complementary color
Monochromatic Colors of #E946CE
Black with #E946CE
Text Example
Text Example
White with #E946CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E946CE; }
p { color: rgb(233,70,206); }
H1.HeaderClassName
{
color: #E946CE;
}
.AnyTagClassName
{
color: #E946CE;
}
</style>
background-color css
<style>
a { background-color: #E946CE; }
a { background-color: rgb(233,70,206); }
div.DivClassName
{
background-color: #E946CE;
}
.BgClassName
{
background-color: #E946CE;
}
</style>
border-color css
<style>
span { border-color: #E946CE; }
span { border-color: rgb(233,70,206); }
td.TdClassName
{
border-color: #E946CE;
}
.TagClassName
{
border-color: #E946CE;
}
</style>