Html Css Color HEX #E94CDC Free Speech Magenta
📋 copy color: '#E94CDC'red 233 ◦ green 76 ◦ blue 220
Shades of Free Speech Magenta #E94CDC
Tints of Free Speech Magenta #E94CDC
RGB
CMYK
RGB Variations
Color information
#E94CDC (or 0xE94CDC) is known color: Free Speech Magenta. HEX triplet: E9, 4C and DC. RGB value is (233,76,220). Sum of RGB (Red+Green+Blue) = 233+76+220=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 76 (30.08% from 255 or 14.37% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CDC is #16B323. Grayscale: #8A8A8A. Windows color (decimal): -1487652 or 14437609. OLE color: 14437609.
HSL color Cylindrical-coordinate representation of color #E94CDC: hue angle of 304.97º 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 #E94CDC is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 220 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.09 |
| HSL | 304.97º | 0.78% | 0.61% | - |
| HSV(B) | 304.97º | 0.67% | 0.91% | - |
| XYZ | 49.11 | 27.66 | 70.46 | - |
| YUV | 139.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 220 | 0 | 0.67 | 0.06 | 0.09 | 304.97 | 0.78 | 0.61 |
| Hex | E9 | 4C | DC | 0 | 43 | 6 | 9 | 131 | 4E | 3D |
| Octal | 351 | 114 | 334 | 0 | 103 | 6 | 11 | 461 | 116 | 75 |
| Binary | 11101001 | 1001100 | 11011100 | 0 | 1000011 | 110 | 1001 | 100110001 | 1001110 | 111101 |
Color Harmonies of #E94CDC
Complementary color
Monochromatic Colors of #E94CDC
Black with #E94CDC
Text Example
Text Example
White with #E94CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CDC; }
p { color: rgb(233,76,220); }
H1.HeaderClassName
{
color: #E94CDC;
}
.AnyTagClassName
{
color: #E94CDC;
}
</style>
background-color css
<style>
a { background-color: #E94CDC; }
a { background-color: rgb(233,76,220); }
div.DivClassName
{
background-color: #E94CDC;
}
.BgClassName
{
background-color: #E94CDC;
}
</style>
border-color css
<style>
span { border-color: #E94CDC; }
span { border-color: rgb(233,76,220); }
td.TdClassName
{
border-color: #E94CDC;
}
.TagClassName
{
border-color: #E94CDC;
}
</style>