Html Css Color HEX #EA50C0 Free Speech Magenta
📋 copy color: '#EA50C0'red 234 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #EA50C0
Tints of Free Speech Magenta #EA50C0
RGB
CMYK
RGB Variations
Color information
#EA50C0 (or 0xEA50C0) is known color: Free Speech Magenta. HEX triplet: EA, 50 and C0. RGB value is (234,80,192). Sum of RGB (Red+Green+Blue) = 234+80+192=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50C0 is #15AF3F. Grayscale: #8A8A8A. Windows color (decimal): -1421120 or 12603626. OLE color: 12603626.
HSL color Cylindrical-coordinate representation of color #EA50C0: hue angle of 316.36º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA50C0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 192 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.08 |
| HSL | 316.36º | 0.79% | 0.62% | - |
| HSV(B) | 316.36º | 0.66% | 0.92% | - |
| XYZ | 46.31 | 27.04 | 52.65 | - |
| YUV | 138.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 192 | 0 | 0.66 | 0.18 | 0.08 | 316.36 | 0.79 | 0.62 |
| Hex | EA | 50 | C0 | 0 | 42 | 12 | 8 | 13C | 4F | 3E |
| Octal | 352 | 120 | 300 | 0 | 102 | 22 | 10 | 474 | 117 | 76 |
| Binary | 11101010 | 1010000 | 11000000 | 0 | 1000010 | 10010 | 1000 | 100111100 | 1001111 | 111110 |
Color Harmonies of #EA50C0
Complementary color
Monochromatic Colors of #EA50C0
Black with #EA50C0
Text Example
Text Example
White with #EA50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA50C0; }
p { color: rgb(234,80,192); }
H1.HeaderClassName
{
color: #EA50C0;
}
.AnyTagClassName
{
color: #EA50C0;
}
</style>
background-color css
<style>
a { background-color: #EA50C0; }
a { background-color: rgb(234,80,192); }
div.DivClassName
{
background-color: #EA50C0;
}
.BgClassName
{
background-color: #EA50C0;
}
</style>
border-color css
<style>
span { border-color: #EA50C0; }
span { border-color: rgb(234,80,192); }
td.TdClassName
{
border-color: #EA50C0;
}
.TagClassName
{
border-color: #EA50C0;
}
</style>