Html Css Color HEX #E949C3 Free Speech Magenta
📋 copy color: '#E949C3'red 233 ◦ green 73 ◦ blue 195
Shades of Free Speech Magenta #E949C3
Tints of Free Speech Magenta #E949C3
RGB
CMYK
RGB Variations
Color information
#E949C3 (or 0xE949C3) is known color: Free Speech Magenta. HEX triplet: E9, 49 and C3. RGB value is (233,73,195). Sum of RGB (Red+Green+Blue) = 233+73+195=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E949C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949C3 is #16B63C. Grayscale: #868686. Windows color (decimal): -1488445 or 12798441. OLE color: 12798441.
HSL color Cylindrical-coordinate representation of color #E949C3: hue angle of 314.25º 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 #E949C3 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 195 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.09 |
| HSL | 314.25º | 0.78% | 0.6% | - |
| HSV(B) | 314.25º | 0.69% | 0.91% | - |
| XYZ | 45.84 | 26.03 | 54.24 | - |
| YUV | 134.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 195 | 0 | 0.69 | 0.16 | 0.09 | 314.25 | 0.78 | 0.6 |
| Hex | E9 | 49 | C3 | 0 | 45 | 10 | 9 | 13A | 4E | 3C |
| Octal | 351 | 111 | 303 | 0 | 105 | 20 | 11 | 472 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11000011 | 0 | 1000101 | 10000 | 1001 | 100111010 | 1001110 | 111100 |
Color Harmonies of #E949C3
Complementary color
Monochromatic Colors of #E949C3
Black with #E949C3
Text Example
Text Example
White with #E949C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949C3; }
p { color: rgb(233,73,195); }
H1.HeaderClassName
{
color: #E949C3;
}
.AnyTagClassName
{
color: #E949C3;
}
</style>
background-color css
<style>
a { background-color: #E949C3; }
a { background-color: rgb(233,73,195); }
div.DivClassName
{
background-color: #E949C3;
}
.BgClassName
{
background-color: #E949C3;
}
</style>
border-color css
<style>
span { border-color: #E949C3; }
span { border-color: rgb(233,73,195); }
td.TdClassName
{
border-color: #E949C3;
}
.TagClassName
{
border-color: #E949C3;
}
</style>