Html Css Color HEX #E94AD6 Free Speech Magenta
📋 copy color: '#E94AD6'red 233 ◦ green 74 ◦ blue 214
Shades of Free Speech Magenta #E94AD6
Tints of Free Speech Magenta #E94AD6
RGB
CMYK
RGB Variations
Color information
#E94AD6 (or 0xE94AD6) is known color: Free Speech Magenta. HEX triplet: E9, 4A and D6. RGB value is (233,74,214). Sum of RGB (Red+Green+Blue) = 233+74+214=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 74 (29.30% from 255 or 14.20% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94AD6 is #16B529. Grayscale: #898989. Windows color (decimal): -1488170 or 14043881. OLE color: 14043881.
HSL color Cylindrical-coordinate representation of color #E94AD6: hue angle of 307.17º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94AD6 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 214 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.09 |
| HSL | 307.17º | 0.78% | 0.6% | - |
| HSV(B) | 307.17º | 0.68% | 0.91% | - |
| XYZ | 48.19 | 27.08 | 66.3 | - |
| YUV | 137.5 | 171.18 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 214 | 0 | 0.68 | 0.08 | 0.09 | 307.17 | 0.78 | 0.6 |
| Hex | E9 | 4A | D6 | 0 | 44 | 8 | 9 | 133 | 4E | 3C |
| Octal | 351 | 112 | 326 | 0 | 104 | 10 | 11 | 463 | 116 | 74 |
| Binary | 11101001 | 1001010 | 11010110 | 0 | 1000100 | 1000 | 1001 | 100110011 | 1001110 | 111100 |
Color Harmonies of #E94AD6
Complementary color
Monochromatic Colors of #E94AD6
Black with #E94AD6
Text Example
Text Example
White with #E94AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AD6; }
p { color: rgb(233,74,214); }
H1.HeaderClassName
{
color: #E94AD6;
}
.AnyTagClassName
{
color: #E94AD6;
}
</style>
background-color css
<style>
a { background-color: #E94AD6; }
a { background-color: rgb(233,74,214); }
div.DivClassName
{
background-color: #E94AD6;
}
.BgClassName
{
background-color: #E94AD6;
}
</style>
border-color css
<style>
span { border-color: #E94AD6; }
span { border-color: rgb(233,74,214); }
td.TdClassName
{
border-color: #E94AD6;
}
.TagClassName
{
border-color: #E94AD6;
}
</style>