Html Css Color HEX #E94FCC Free Speech Magenta
📋 copy color: '#E94FCC'red 233 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #E94FCC
Tints of Free Speech Magenta #E94FCC
RGB
CMYK
RGB Variations
Color information
#E94FCC (or 0xE94FCC) is known color: Free Speech Magenta. HEX triplet: E9, 4F and CC. RGB value is (233,79,204). Sum of RGB (Red+Green+Blue) = 233+79+204=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E94FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94FCC is #16B033. Grayscale: #8A8A8A. Windows color (decimal): -1486900 or 13389801. OLE color: 13389801.
HSL color Cylindrical-coordinate representation of color #E94FCC: hue angle of 311.3º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E94FCC is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 204 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.09 |
| HSL | 311.3º | 0.78% | 0.61% | - |
| HSV(B) | 311.3º | 0.66% | 0.91% | - |
| XYZ | 47.3 | 27.28 | 59.9 | - |
| YUV | 139.3 | 164.52 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 204 | 0 | 0.66 | 0.12 | 0.09 | 311.3 | 0.78 | 0.61 |
| Hex | E9 | 4F | CC | 0 | 42 | C | 9 | 137 | 4E | 3D |
| Octal | 351 | 117 | 314 | 0 | 102 | 14 | 11 | 467 | 116 | 75 |
| Binary | 11101001 | 1001111 | 11001100 | 0 | 1000010 | 1100 | 1001 | 100110111 | 1001110 | 111101 |
Color Harmonies of #E94FCC
Complementary color
Monochromatic Colors of #E94FCC
Black with #E94FCC
Text Example
Text Example
White with #E94FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94FCC; }
p { color: rgb(233,79,204); }
H1.HeaderClassName
{
color: #E94FCC;
}
.AnyTagClassName
{
color: #E94FCC;
}
</style>
background-color css
<style>
a { background-color: #E94FCC; }
a { background-color: rgb(233,79,204); }
div.DivClassName
{
background-color: #E94FCC;
}
.BgClassName
{
background-color: #E94FCC;
}
</style>
border-color css
<style>
span { border-color: #E94FCC; }
span { border-color: rgb(233,79,204); }
td.TdClassName
{
border-color: #E94FCC;
}
.TagClassName
{
border-color: #E94FCC;
}
</style>