Html Css Color HEX #EA63E5 Free Speech Magenta
📋 copy color: '#EA63E5'red 234 ◦ green 99 ◦ blue 229
Shades of Free Speech Magenta #EA63E5
Tints of Free Speech Magenta #EA63E5
RGB
CMYK
RGB Variations
Color information
#EA63E5 (or 0xEA63E5) is known color: Free Speech Magenta. HEX triplet: EA, 63 and E5. RGB value is (234,99,229). Sum of RGB (Red+Green+Blue) = 234+99+229=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63E5 is #159C1A. Grayscale: #999999. Windows color (decimal): -1416219 or 15033322. OLE color: 15033322.
HSL color Cylindrical-coordinate representation of color #EA63E5: hue angle of 302.22º 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 #EA63E5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 229 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.08 |
| HSL | 302.22º | 0.76% | 0.65% | - |
| HSV(B) | 302.22º | 0.58% | 0.92% | - |
| XYZ | 52.54 | 32.07 | 77.55 | - |
| YUV | 154.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 229 | 0 | 0.58 | 0.02 | 0.08 | 302.22 | 0.76 | 0.65 |
| Hex | EA | 63 | E5 | 0 | 3A | 2 | 8 | 12E | 4C | 41 |
| Octal | 352 | 143 | 345 | 0 | 72 | 2 | 10 | 456 | 114 | 101 |
| Binary | 11101010 | 1100011 | 11100101 | 0 | 111010 | 10 | 1000 | 100101110 | 1001100 | 1000001 |
Color Harmonies of #EA63E5
Complementary color
Monochromatic Colors of #EA63E5
Black with #EA63E5
Text Example
Text Example
White with #EA63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA63E5; }
p { color: rgb(234,99,229); }
H1.HeaderClassName
{
color: #EA63E5;
}
.AnyTagClassName
{
color: #EA63E5;
}
</style>
background-color css
<style>
a { background-color: #EA63E5; }
a { background-color: rgb(234,99,229); }
div.DivClassName
{
background-color: #EA63E5;
}
.BgClassName
{
background-color: #EA63E5;
}
</style>
border-color css
<style>
span { border-color: #EA63E5; }
span { border-color: rgb(234,99,229); }
td.TdClassName
{
border-color: #EA63E5;
}
.TagClassName
{
border-color: #EA63E5;
}
</style>