Html Css Color HEX #E94ECC Free Speech Magenta
📋 copy color: '#E94ECC'red 233 ◦ green 78 ◦ blue 204
Shades of Free Speech Magenta #E94ECC
Tints of Free Speech Magenta #E94ECC
RGB
CMYK
RGB Variations
Color information
#E94ECC (or 0xE94ECC) is known color: Free Speech Magenta. HEX triplet: E9, 4E and CC. RGB value is (233,78,204). Sum of RGB (Red+Green+Blue) = 233+78+204=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94ECC is #16B133. Grayscale: #8A8A8A. Windows color (decimal): -1487156 or 13389545. OLE color: 13389545.
HSL color Cylindrical-coordinate representation of color #E94ECC: hue angle of 311.23º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94ECC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 204 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 311.23º | 0.78% | 0.61% | - |
| HSV(B) | 311.23º | 0.67% | 0.91% | - |
| XYZ | 47.23 | 27.13 | 59.87 | - |
| YUV | 138.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 204 | 0 | 0.67 | 0.12 | 0.09 | 311.23 | 0.78 | 0.61 |
| Hex | E9 | 4E | CC | 0 | 43 | C | 9 | 137 | 4E | 3D |
| Octal | 351 | 116 | 314 | 0 | 103 | 14 | 11 | 467 | 116 | 75 |
| Binary | 11101001 | 1001110 | 11001100 | 0 | 1000011 | 1100 | 1001 | 100110111 | 1001110 | 111101 |
Color Harmonies of #E94ECC
Complementary color
Monochromatic Colors of #E94ECC
Black with #E94ECC
Text Example
Text Example
White with #E94ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94ECC; }
p { color: rgb(233,78,204); }
H1.HeaderClassName
{
color: #E94ECC;
}
.AnyTagClassName
{
color: #E94ECC;
}
</style>
background-color css
<style>
a { background-color: #E94ECC; }
a { background-color: rgb(233,78,204); }
div.DivClassName
{
background-color: #E94ECC;
}
.BgClassName
{
background-color: #E94ECC;
}
</style>
border-color css
<style>
span { border-color: #E94ECC; }
span { border-color: rgb(233,78,204); }
td.TdClassName
{
border-color: #E94ECC;
}
.TagClassName
{
border-color: #E94ECC;
}
</style>