Html Css Color HEX #E94DDF Free Speech Magenta
📋 copy color: '#E94DDF'red 233 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #E94DDF
Tints of Free Speech Magenta #E94DDF
RGB
CMYK
RGB Variations
Color information
#E94DDF (or 0xE94DDF) is known color: Free Speech Magenta. HEX triplet: E9, 4D and DF. RGB value is (233,77,223). Sum of RGB (Red+Green+Blue) = 233+77+223=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 77 (30.47% from 255 or 14.45% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DDF is #16B220. Grayscale: #8B8B8B. Windows color (decimal): -1487393 or 14634473. OLE color: 14634473.
HSL color Cylindrical-coordinate representation of color #E94DDF: hue angle of 303.85º 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 #E94DDF is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 223 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.09 |
| HSL | 303.85º | 0.78% | 0.61% | - |
| HSV(B) | 303.85º | 0.67% | 0.91% | - |
| XYZ | 49.58 | 27.96 | 72.6 | - |
| YUV | 140.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 223 | 0 | 0.67 | 0.04 | 0.09 | 303.85 | 0.78 | 0.61 |
| Hex | E9 | 4D | DF | 0 | 43 | 4 | 9 | 130 | 4E | 3D |
| Octal | 351 | 115 | 337 | 0 | 103 | 4 | 11 | 460 | 116 | 75 |
| Binary | 11101001 | 1001101 | 11011111 | 0 | 1000011 | 100 | 1001 | 100110000 | 1001110 | 111101 |
Color Harmonies of #E94DDF
Complementary color
Monochromatic Colors of #E94DDF
Black with #E94DDF
Text Example
Text Example
White with #E94DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94DDF; }
p { color: rgb(233,77,223); }
H1.HeaderClassName
{
color: #E94DDF;
}
.AnyTagClassName
{
color: #E94DDF;
}
</style>
background-color css
<style>
a { background-color: #E94DDF; }
a { background-color: rgb(233,77,223); }
div.DivClassName
{
background-color: #E94DDF;
}
.BgClassName
{
background-color: #E94DDF;
}
</style>
border-color css
<style>
span { border-color: #E94DDF; }
span { border-color: rgb(233,77,223); }
td.TdClassName
{
border-color: #E94DDF;
}
.TagClassName
{
border-color: #E94DDF;
}
</style>