Html Css Color HEX #EA5FDF Free Speech Magenta
📋 copy color: '#EA5FDF'red 234 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #EA5FDF
Tints of Free Speech Magenta #EA5FDF
RGB
CMYK
RGB Variations
Color information
#EA5FDF (or 0xEA5FDF) is known color: Free Speech Magenta. HEX triplet: EA, 5F and DF. RGB value is (234,95,223). Sum of RGB (Red+Green+Blue) = 234+95+223=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5FDF is #15A020. Grayscale: #969696. Windows color (decimal): -1417249 or 14639082. OLE color: 14639082.
HSL color Cylindrical-coordinate representation of color #EA5FDF: hue angle of 304.75º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA5FDF is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 95 | 223 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.08 |
| HSL | 304.75º | 0.77% | 0.65% | - |
| HSV(B) | 304.75º | 0.59% | 0.92% | - |
| XYZ | 51.34 | 31 | 73.09 | - |
| YUV | 151.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 95 | 223 | 0 | 0.59 | 0.05 | 0.08 | 304.75 | 0.77 | 0.65 |
| Hex | EA | 5F | DF | 0 | 3B | 5 | 8 | 131 | 4D | 41 |
| Octal | 352 | 137 | 337 | 0 | 73 | 5 | 10 | 461 | 115 | 101 |
| Binary | 11101010 | 1011111 | 11011111 | 0 | 111011 | 101 | 1000 | 100110001 | 1001101 | 1000001 |
Color Harmonies of #EA5FDF
Complementary color
Monochromatic Colors of #EA5FDF
Black with #EA5FDF
Text Example
Text Example
White with #EA5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5FDF; }
p { color: rgb(234,95,223); }
H1.HeaderClassName
{
color: #EA5FDF;
}
.AnyTagClassName
{
color: #EA5FDF;
}
</style>
background-color css
<style>
a { background-color: #EA5FDF; }
a { background-color: rgb(234,95,223); }
div.DivClassName
{
background-color: #EA5FDF;
}
.BgClassName
{
background-color: #EA5FDF;
}
</style>
border-color css
<style>
span { border-color: #EA5FDF; }
span { border-color: rgb(234,95,223); }
td.TdClassName
{
border-color: #EA5FDF;
}
.TagClassName
{
border-color: #EA5FDF;
}
</style>