Html Css Color HEX #EA53C0 Free Speech Magenta
📋 copy color: '#EA53C0'red 234 ◦ green 83 ◦ blue 192
Shades of Free Speech Magenta #EA53C0
Tints of Free Speech Magenta #EA53C0
RGB
CMYK
RGB Variations
Color information
#EA53C0 (or 0xEA53C0) is known color: Free Speech Magenta. HEX triplet: EA, 53 and C0. RGB value is (234,83,192). Sum of RGB (Red+Green+Blue) = 234+83+192=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA53C0 is #15AC3F. Grayscale: #8C8C8C. Windows color (decimal): -1420352 or 12604394. OLE color: 12604394.
HSL color Cylindrical-coordinate representation of color #EA53C0: hue angle of 316.69º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA53C0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 192 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.08 |
| HSL | 316.69º | 0.78% | 0.62% | - |
| HSV(B) | 316.69º | 0.65% | 0.92% | - |
| XYZ | 46.54 | 27.48 | 52.72 | - |
| YUV | 140.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 192 | 0 | 0.65 | 0.18 | 0.08 | 316.69 | 0.78 | 0.62 |
| Hex | EA | 53 | C0 | 0 | 41 | 12 | 8 | 13D | 4E | 3E |
| Octal | 352 | 123 | 300 | 0 | 101 | 22 | 10 | 475 | 116 | 76 |
| Binary | 11101010 | 1010011 | 11000000 | 0 | 1000001 | 10010 | 1000 | 100111101 | 1001110 | 111110 |
Color Harmonies of #EA53C0
Complementary color
Monochromatic Colors of #EA53C0
Black with #EA53C0
Text Example
Text Example
White with #EA53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA53C0; }
p { color: rgb(234,83,192); }
H1.HeaderClassName
{
color: #EA53C0;
}
.AnyTagClassName
{
color: #EA53C0;
}
</style>
background-color css
<style>
a { background-color: #EA53C0; }
a { background-color: rgb(234,83,192); }
div.DivClassName
{
background-color: #EA53C0;
}
.BgClassName
{
background-color: #EA53C0;
}
</style>
border-color css
<style>
span { border-color: #EA53C0; }
span { border-color: rgb(234,83,192); }
td.TdClassName
{
border-color: #EA53C0;
}
.TagClassName
{
border-color: #EA53C0;
}
</style>