Html Css Color HEX #E94FDD Free Speech Magenta
📋 copy color: '#E94FDD'red 233 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #E94FDD
Tints of Free Speech Magenta #E94FDD
RGB
CMYK
RGB Variations
Color information
#E94FDD (or 0xE94FDD) is known color: Free Speech Magenta. HEX triplet: E9, 4F and DD. RGB value is (233,79,221). Sum of RGB (Red+Green+Blue) = 233+79+221=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E94FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94FDD is #16B022. Grayscale: #8C8C8C. Windows color (decimal): -1486883 or 14503913. OLE color: 14503913.
HSL color Cylindrical-coordinate representation of color #E94FDD: hue angle of 304.68º 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 #E94FDD is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 79 | 221 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.09 |
| HSL | 304.68º | 0.78% | 0.61% | - |
| HSV(B) | 304.68º | 0.66% | 0.91% | - |
| XYZ | 49.45 | 28.14 | 71.23 | - |
| YUV | 141.23 | 173.02 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 79 | 221 | 0 | 0.66 | 0.05 | 0.09 | 304.68 | 0.78 | 0.61 |
| Hex | E9 | 4F | DD | 0 | 42 | 5 | 9 | 131 | 4E | 3D |
| Octal | 351 | 117 | 335 | 0 | 102 | 5 | 11 | 461 | 116 | 75 |
| Binary | 11101001 | 1001111 | 11011101 | 0 | 1000010 | 101 | 1001 | 100110001 | 1001110 | 111101 |
Color Harmonies of #E94FDD
Complementary color
Monochromatic Colors of #E94FDD
Black with #E94FDD
Text Example
Text Example
White with #E94FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94FDD; }
p { color: rgb(233,79,221); }
H1.HeaderClassName
{
color: #E94FDD;
}
.AnyTagClassName
{
color: #E94FDD;
}
</style>
background-color css
<style>
a { background-color: #E94FDD; }
a { background-color: rgb(233,79,221); }
div.DivClassName
{
background-color: #E94FDD;
}
.BgClassName
{
background-color: #E94FDD;
}
</style>
border-color css
<style>
span { border-color: #E94FDD; }
span { border-color: rgb(233,79,221); }
td.TdClassName
{
border-color: #E94FDD;
}
.TagClassName
{
border-color: #E94FDD;
}
</style>