Html Css Color HEX #EB54C2 Free Speech Magenta
📋 copy color: '#EB54C2'red 235 ◦ green 84 ◦ blue 194
Shades of Free Speech Magenta #EB54C2
Tints of Free Speech Magenta #EB54C2
RGB
CMYK
RGB Variations
Color information
#EB54C2 (or 0xEB54C2) is known color: Free Speech Magenta. HEX triplet: EB, 54 and C2. RGB value is (235,84,194). Sum of RGB (Red+Green+Blue) = 235+84+194=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54C2 is #14AB3D. Grayscale: #8D8D8D. Windows color (decimal): -1354558 or 12735723. OLE color: 12735723.
HSL color Cylindrical-coordinate representation of color #EB54C2: hue angle of 316.29º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB54C2 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 84 | 194 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.08 |
| HSL | 316.29º | 0.79% | 0.63% | - |
| HSV(B) | 316.29º | 0.64% | 0.92% | - |
| XYZ | 47.17 | 27.9 | 53.94 | - |
| YUV | 141.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 84 | 194 | 0 | 0.64 | 0.17 | 0.08 | 316.29 | 0.79 | 0.63 |
| Hex | EB | 54 | C2 | 0 | 40 | 11 | 8 | 13C | 4F | 3F |
| Octal | 353 | 124 | 302 | 0 | 100 | 21 | 10 | 474 | 117 | 77 |
| Binary | 11101011 | 1010100 | 11000010 | 0 | 1000000 | 10001 | 1000 | 100111100 | 1001111 | 111111 |
Color Harmonies of #EB54C2
Complementary color
Monochromatic Colors of #EB54C2
Black with #EB54C2
Text Example
Text Example
White with #EB54C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB54C2; }
p { color: rgb(235,84,194); }
H1.HeaderClassName
{
color: #EB54C2;
}
.AnyTagClassName
{
color: #EB54C2;
}
</style>
background-color css
<style>
a { background-color: #EB54C2; }
a { background-color: rgb(235,84,194); }
div.DivClassName
{
background-color: #EB54C2;
}
.BgClassName
{
background-color: #EB54C2;
}
</style>
border-color css
<style>
span { border-color: #EB54C2; }
span { border-color: rgb(235,84,194); }
td.TdClassName
{
border-color: #EB54C2;
}
.TagClassName
{
border-color: #EB54C2;
}
</style>