Html Css Color HEX #E949C5 Free Speech Magenta
📋 copy color: '#E949C5'red 233 ◦ green 73 ◦ blue 197
Shades of Free Speech Magenta #E949C5
Tints of Free Speech Magenta #E949C5
RGB
CMYK
RGB Variations
Color information
#E949C5 (or 0xE949C5) is known color: Free Speech Magenta. HEX triplet: E9, 49 and C5. RGB value is (233,73,197). Sum of RGB (Red+Green+Blue) = 233+73+197=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E949C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949C5 is #16B63A. Grayscale: #868686. Windows color (decimal): -1488443 or 12929513. OLE color: 12929513.
HSL color Cylindrical-coordinate representation of color #E949C5: hue angle of 313.5º 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 #E949C5 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 197 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.09 |
| HSL | 313.5º | 0.78% | 0.6% | - |
| HSV(B) | 313.5º | 0.69% | 0.91% | - |
| XYZ | 46.06 | 26.12 | 55.44 | - |
| YUV | 134.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 197 | 0 | 0.69 | 0.15 | 0.09 | 313.5 | 0.78 | 0.6 |
| Hex | E9 | 49 | C5 | 0 | 45 | F | 9 | 13A | 4E | 3C |
| Octal | 351 | 111 | 305 | 0 | 105 | 17 | 11 | 472 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11000101 | 0 | 1000101 | 1111 | 1001 | 100111010 | 1001110 | 111100 |
Color Harmonies of #E949C5
Complementary color
Monochromatic Colors of #E949C5
Black with #E949C5
Text Example
Text Example
White with #E949C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949C5; }
p { color: rgb(233,73,197); }
H1.HeaderClassName
{
color: #E949C5;
}
.AnyTagClassName
{
color: #E949C5;
}
</style>
background-color css
<style>
a { background-color: #E949C5; }
a { background-color: rgb(233,73,197); }
div.DivClassName
{
background-color: #E949C5;
}
.BgClassName
{
background-color: #E949C5;
}
</style>
border-color css
<style>
span { border-color: #E949C5; }
span { border-color: rgb(233,73,197); }
td.TdClassName
{
border-color: #E949C5;
}
.TagClassName
{
border-color: #E949C5;
}
</style>