Html Css Color HEX #EA50DF Free Speech Magenta
📋 copy color: '#EA50DF'red 234 ◦ green 80 ◦ blue 223
Shades of Free Speech Magenta #EA50DF
Tints of Free Speech Magenta #EA50DF
RGB
CMYK
RGB Variations
Color information
#EA50DF (or 0xEA50DF) is known color: Free Speech Magenta. HEX triplet: EA, 50 and DF. RGB value is (234,80,223). Sum of RGB (Red+Green+Blue) = 234+80+223=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 80 (31.64% from 255 or 14.90% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50DF is #15AF20. Grayscale: #8D8D8D. Windows color (decimal): -1421089 or 14635242. OLE color: 14635242.
HSL color Cylindrical-coordinate representation of color #EA50DF: hue angle of 304.29º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50DF is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 223 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.08 |
| HSL | 304.29º | 0.79% | 0.62% | - |
| HSV(B) | 304.29º | 0.66% | 0.92% | - |
| XYZ | 50.12 | 28.56 | 72.68 | - |
| YUV | 142.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 223 | 0 | 0.66 | 0.05 | 0.08 | 304.29 | 0.79 | 0.62 |
| Hex | EA | 50 | DF | 0 | 42 | 5 | 8 | 130 | 4F | 3E |
| Octal | 352 | 120 | 337 | 0 | 102 | 5 | 10 | 460 | 117 | 76 |
| Binary | 11101010 | 1010000 | 11011111 | 0 | 1000010 | 101 | 1000 | 100110000 | 1001111 | 111110 |
Color Harmonies of #EA50DF
Complementary color
Monochromatic Colors of #EA50DF
Black with #EA50DF
Text Example
Text Example
White with #EA50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50DF; }
p { color: rgb(234,80,223); }
H1.HeaderClassName
{
color: #EA50DF;
}
.AnyTagClassName
{
color: #EA50DF;
}
</style>
background-color css
<style>
a { background-color: #EA50DF; }
a { background-color: rgb(234,80,223); }
div.DivClassName
{
background-color: #EA50DF;
}
.BgClassName
{
background-color: #EA50DF;
}
</style>
border-color css
<style>
span { border-color: #EA50DF; }
span { border-color: rgb(234,80,223); }
td.TdClassName
{
border-color: #EA50DF;
}
.TagClassName
{
border-color: #EA50DF;
}
</style>