Html Css Color HEX #E949CE Free Speech Magenta
📋 copy color: '#E949CE'red 233 ◦ green 73 ◦ blue 206
Shades of Free Speech Magenta #E949CE
Tints of Free Speech Magenta #E949CE
RGB
CMYK
RGB Variations
Color information
#E949CE (or 0xE949CE) is known color: Free Speech Magenta. HEX triplet: E9, 49 and CE. RGB value is (233,73,206). Sum of RGB (Red+Green+Blue) = 233+73+206=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E949CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949CE is #16B631. Grayscale: #878787. Windows color (decimal): -1488434 or 13519337. OLE color: 13519337.
HSL color Cylindrical-coordinate representation of color #E949CE: hue angle of 310.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E949CE is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 206 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.09 |
| HSL | 310.13º | 0.78% | 0.6% | - |
| HSV(B) | 310.13º | 0.69% | 0.91% | - |
| XYZ | 47.13 | 26.54 | 61.03 | - |
| YUV | 136 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 206 | 0 | 0.69 | 0.12 | 0.09 | 310.13 | 0.78 | 0.6 |
| Hex | E9 | 49 | CE | 0 | 45 | C | 9 | 136 | 4E | 3C |
| Octal | 351 | 111 | 316 | 0 | 105 | 14 | 11 | 466 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11001110 | 0 | 1000101 | 1100 | 1001 | 100110110 | 1001110 | 111100 |
Color Harmonies of #E949CE
Complementary color
Monochromatic Colors of #E949CE
Black with #E949CE
Text Example
Text Example
White with #E949CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949CE; }
p { color: rgb(233,73,206); }
H1.HeaderClassName
{
color: #E949CE;
}
.AnyTagClassName
{
color: #E949CE;
}
</style>
background-color css
<style>
a { background-color: #E949CE; }
a { background-color: rgb(233,73,206); }
div.DivClassName
{
background-color: #E949CE;
}
.BgClassName
{
background-color: #E949CE;
}
</style>
border-color css
<style>
span { border-color: #E949CE; }
span { border-color: rgb(233,73,206); }
td.TdClassName
{
border-color: #E949CE;
}
.TagClassName
{
border-color: #E949CE;
}
</style>