Html Css Color HEX #E949C9 Free Speech Magenta
📋 copy color: '#E949C9'red 233 ◦ green 73 ◦ blue 201
Shades of Free Speech Magenta #E949C9
Tints of Free Speech Magenta #E949C9
RGB
CMYK
RGB Variations
Color information
#E949C9 (or 0xE949C9) is known color: Free Speech Magenta. HEX triplet: E9, 49 and C9. RGB value is (233,73,201). Sum of RGB (Red+Green+Blue) = 233+73+201=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E949C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949C9 is #16B636. Grayscale: #878787. Windows color (decimal): -1488439 or 13191657. OLE color: 13191657.
HSL color Cylindrical-coordinate representation of color #E949C9: hue angle of 312º 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 #E949C9 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 201 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.09 |
| HSL | 312º | 0.78% | 0.6% | - |
| HSV(B) | 312º | 0.69% | 0.91% | - |
| XYZ | 46.53 | 26.31 | 57.88 | - |
| YUV | 135.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 201 | 0 | 0.69 | 0.14 | 0.09 | 312 | 0.78 | 0.6 |
| Hex | E9 | 49 | C9 | 0 | 45 | E | 9 | 138 | 4E | 3C |
| Octal | 351 | 111 | 311 | 0 | 105 | 16 | 11 | 470 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11001001 | 0 | 1000101 | 1110 | 1001 | 100111000 | 1001110 | 111100 |
Color Harmonies of #E949C9
Complementary color
Monochromatic Colors of #E949C9
Black with #E949C9
Text Example
Text Example
White with #E949C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949C9; }
p { color: rgb(233,73,201); }
H1.HeaderClassName
{
color: #E949C9;
}
.AnyTagClassName
{
color: #E949C9;
}
</style>
background-color css
<style>
a { background-color: #E949C9; }
a { background-color: rgb(233,73,201); }
div.DivClassName
{
background-color: #E949C9;
}
.BgClassName
{
background-color: #E949C9;
}
</style>
border-color css
<style>
span { border-color: #E949C9; }
span { border-color: rgb(233,73,201); }
td.TdClassName
{
border-color: #E949C9;
}
.TagClassName
{
border-color: #E949C9;
}
</style>