Html Css Color HEX #EB50C0 Free Speech Magenta
📋 copy color: '#EB50C0'red 235 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #EB50C0
Tints of Free Speech Magenta #EB50C0
RGB
CMYK
RGB Variations
Color information
#EB50C0 (or 0xEB50C0) is known color: Free Speech Magenta. HEX triplet: EB, 50 and C0. RGB value is (235,80,192). Sum of RGB (Red+Green+Blue) = 235+80+192=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50C0 is #14AF3F. Grayscale: #8A8A8A. Windows color (decimal): -1355584 or 12603627. OLE color: 12603627.
HSL color Cylindrical-coordinate representation of color #EB50C0: hue angle of 316.65º 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 #EB50C0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 192 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.08 |
| HSL | 316.65º | 0.79% | 0.62% | - |
| HSV(B) | 316.65º | 0.66% | 0.92% | - |
| XYZ | 46.64 | 27.21 | 52.66 | - |
| YUV | 139.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 192 | 0 | 0.66 | 0.18 | 0.08 | 316.65 | 0.79 | 0.62 |
| Hex | EB | 50 | C0 | 0 | 42 | 12 | 8 | 13D | 4F | 3E |
| Octal | 353 | 120 | 300 | 0 | 102 | 22 | 10 | 475 | 117 | 76 |
| Binary | 11101011 | 1010000 | 11000000 | 0 | 1000010 | 10010 | 1000 | 100111101 | 1001111 | 111110 |
Color Harmonies of #EB50C0
Complementary color
Monochromatic Colors of #EB50C0
Black with #EB50C0
Text Example
Text Example
White with #EB50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB50C0; }
p { color: rgb(235,80,192); }
H1.HeaderClassName
{
color: #EB50C0;
}
.AnyTagClassName
{
color: #EB50C0;
}
</style>
background-color css
<style>
a { background-color: #EB50C0; }
a { background-color: rgb(235,80,192); }
div.DivClassName
{
background-color: #EB50C0;
}
.BgClassName
{
background-color: #EB50C0;
}
</style>
border-color css
<style>
span { border-color: #EB50C0; }
span { border-color: rgb(235,80,192); }
td.TdClassName
{
border-color: #EB50C0;
}
.TagClassName
{
border-color: #EB50C0;
}
</style>