Html Css Color HEX #EA5ECF Free Speech Magenta
📋 copy color: '#EA5ECF'red 234 ◦ green 94 ◦ blue 207
Shades of Free Speech Magenta #EA5ECF
Tints of Free Speech Magenta #EA5ECF
RGB
CMYK
RGB Variations
Color information
#EA5ECF (or 0xEA5ECF) is known color: Free Speech Magenta. HEX triplet: EA, 5E and CF. RGB value is (234,94,207). Sum of RGB (Red+Green+Blue) = 234+94+207=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5ECF is #15A130. Grayscale: #949494. Windows color (decimal): -1417521 or 13590250. OLE color: 13590250.
HSL color Cylindrical-coordinate representation of color #EA5ECF: hue angle of 311.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5ECF is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 207 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.08 |
| HSL | 311.57º | 0.77% | 0.64% | - |
| HSV(B) | 311.57º | 0.6% | 0.92% | - |
| XYZ | 49.2 | 30 | 62.23 | - |
| YUV | 148.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 207 | 0 | 0.60 | 0.12 | 0.08 | 311.57 | 0.77 | 0.64 |
| Hex | EA | 5E | CF | 0 | 3C | C | 8 | 138 | 4D | 40 |
| Octal | 352 | 136 | 317 | 0 | 74 | 14 | 10 | 470 | 115 | 100 |
| Binary | 11101010 | 1011110 | 11001111 | 0 | 111100 | 1100 | 1000 | 100111000 | 1001101 | 1000000 |
Color Harmonies of #EA5ECF
Complementary color
Monochromatic Colors of #EA5ECF
Black with #EA5ECF
Text Example
Text Example
White with #EA5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5ECF; }
p { color: rgb(234,94,207); }
H1.HeaderClassName
{
color: #EA5ECF;
}
.AnyTagClassName
{
color: #EA5ECF;
}
</style>
background-color css
<style>
a { background-color: #EA5ECF; }
a { background-color: rgb(234,94,207); }
div.DivClassName
{
background-color: #EA5ECF;
}
.BgClassName
{
background-color: #EA5ECF;
}
</style>
border-color css
<style>
span { border-color: #EA5ECF; }
span { border-color: rgb(234,94,207); }
td.TdClassName
{
border-color: #EA5ECF;
}
.TagClassName
{
border-color: #EA5ECF;
}
</style>