Html Css Color HEX #E94CCC Free Speech Magenta
📋 copy color: '#E94CCC'red 233 ◦ green 76 ◦ blue 204
Shades of Free Speech Magenta #E94CCC
Tints of Free Speech Magenta #E94CCC
RGB
CMYK
RGB Variations
Color information
#E94CCC (or 0xE94CCC) is known color: Free Speech Magenta. HEX triplet: E9, 4C and CC. RGB value is (233,76,204). Sum of RGB (Red+Green+Blue) = 233+76+204=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CCC is #16B333. Grayscale: #898989. Windows color (decimal): -1487668 or 13389033. OLE color: 13389033.
HSL color Cylindrical-coordinate representation of color #E94CCC: hue angle of 311.08º 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 #E94CCC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 204 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.09 |
| HSL | 311.08º | 0.78% | 0.61% | - |
| HSV(B) | 311.08º | 0.67% | 0.91% | - |
| XYZ | 47.09 | 26.85 | 59.83 | - |
| YUV | 137.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 204 | 0 | 0.67 | 0.12 | 0.09 | 311.08 | 0.78 | 0.61 |
| Hex | E9 | 4C | CC | 0 | 43 | C | 9 | 137 | 4E | 3D |
| Octal | 351 | 114 | 314 | 0 | 103 | 14 | 11 | 467 | 116 | 75 |
| Binary | 11101001 | 1001100 | 11001100 | 0 | 1000011 | 1100 | 1001 | 100110111 | 1001110 | 111101 |
Color Harmonies of #E94CCC
Complementary color
Monochromatic Colors of #E94CCC
Black with #E94CCC
Text Example
Text Example
White with #E94CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CCC; }
p { color: rgb(233,76,204); }
H1.HeaderClassName
{
color: #E94CCC;
}
.AnyTagClassName
{
color: #E94CCC;
}
</style>
background-color css
<style>
a { background-color: #E94CCC; }
a { background-color: rgb(233,76,204); }
div.DivClassName
{
background-color: #E94CCC;
}
.BgClassName
{
background-color: #E94CCC;
}
</style>
border-color css
<style>
span { border-color: #E94CCC; }
span { border-color: rgb(233,76,204); }
td.TdClassName
{
border-color: #E94CCC;
}
.TagClassName
{
border-color: #E94CCC;
}
</style>