Html Css Color HEX #EA60D0 Free Speech Magenta
📋 copy color: '#EA60D0'red 234 ◦ green 96 ◦ blue 208
Shades of Free Speech Magenta #EA60D0
Tints of Free Speech Magenta #EA60D0
RGB
CMYK
RGB Variations
Color information
#EA60D0 (or 0xEA60D0) is known color: Free Speech Magenta. HEX triplet: EA, 60 and D0. RGB value is (234,96,208). Sum of RGB (Red+Green+Blue) = 234+96+208=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60D0 is #159F2F. Grayscale: #959595. Windows color (decimal): -1417008 or 13656298. OLE color: 13656298.
HSL color Cylindrical-coordinate representation of color #EA60D0: hue angle of 311.3º 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 #EA60D0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 208 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.08 |
| HSL | 311.3º | 0.77% | 0.65% | - |
| HSV(B) | 311.3º | 0.59% | 0.92% | - |
| XYZ | 49.5 | 30.41 | 62.94 | - |
| YUV | 150.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 208 | 0 | 0.59 | 0.11 | 0.08 | 311.3 | 0.77 | 0.65 |
| Hex | EA | 60 | D0 | 0 | 3B | B | 8 | 137 | 4D | 41 |
| Octal | 352 | 140 | 320 | 0 | 73 | 13 | 10 | 467 | 115 | 101 |
| Binary | 11101010 | 1100000 | 11010000 | 0 | 111011 | 1011 | 1000 | 100110111 | 1001101 | 1000001 |
Color Harmonies of #EA60D0
Complementary color
Monochromatic Colors of #EA60D0
Black with #EA60D0
Text Example
Text Example
White with #EA60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA60D0; }
p { color: rgb(234,96,208); }
H1.HeaderClassName
{
color: #EA60D0;
}
.AnyTagClassName
{
color: #EA60D0;
}
</style>
background-color css
<style>
a { background-color: #EA60D0; }
a { background-color: rgb(234,96,208); }
div.DivClassName
{
background-color: #EA60D0;
}
.BgClassName
{
background-color: #EA60D0;
}
</style>
border-color css
<style>
span { border-color: #EA60D0; }
span { border-color: rgb(234,96,208); }
td.TdClassName
{
border-color: #EA60D0;
}
.TagClassName
{
border-color: #EA60D0;
}
</style>