Html Css Color HEX #EA63D9 Free Speech Magenta
📋 copy color: '#EA63D9'red 234 ◦ green 99 ◦ blue 217
Shades of Free Speech Magenta #EA63D9
Tints of Free Speech Magenta #EA63D9
RGB
CMYK
RGB Variations
Color information
#EA63D9 (or 0xEA63D9) is known color: Free Speech Magenta. HEX triplet: EA, 63 and D9. RGB value is (234,99,217). Sum of RGB (Red+Green+Blue) = 234+99+217=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63D9 is #159C26. Grayscale: #989898. Windows color (decimal): -1416231 or 14246890. OLE color: 14246890.
HSL color Cylindrical-coordinate representation of color #EA63D9: hue angle of 307.56º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA63D9 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 217 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.08 |
| HSL | 307.56º | 0.76% | 0.65% | - |
| HSV(B) | 307.56º | 0.58% | 0.92% | - |
| XYZ | 50.92 | 31.43 | 69.03 | - |
| YUV | 152.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 217 | 0 | 0.58 | 0.07 | 0.08 | 307.56 | 0.76 | 0.65 |
| Hex | EA | 63 | D9 | 0 | 3A | 7 | 8 | 134 | 4C | 41 |
| Octal | 352 | 143 | 331 | 0 | 72 | 7 | 10 | 464 | 114 | 101 |
| Binary | 11101010 | 1100011 | 11011001 | 0 | 111010 | 111 | 1000 | 100110100 | 1001100 | 1000001 |
Color Harmonies of #EA63D9
Complementary color
Monochromatic Colors of #EA63D9
Black with #EA63D9
Text Example
Text Example
White with #EA63D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA63D9; }
p { color: rgb(234,99,217); }
H1.HeaderClassName
{
color: #EA63D9;
}
.AnyTagClassName
{
color: #EA63D9;
}
</style>
background-color css
<style>
a { background-color: #EA63D9; }
a { background-color: rgb(234,99,217); }
div.DivClassName
{
background-color: #EA63D9;
}
.BgClassName
{
background-color: #EA63D9;
}
</style>
border-color css
<style>
span { border-color: #EA63D9; }
span { border-color: rgb(234,99,217); }
td.TdClassName
{
border-color: #EA63D9;
}
.TagClassName
{
border-color: #EA63D9;
}
</style>