Html Css Color HEX #EB55D1 Free Speech Magenta
📋 copy color: '#EB55D1'red 235 ◦ green 85 ◦ blue 209
Shades of Free Speech Magenta #EB55D1
Tints of Free Speech Magenta #EB55D1
RGB
CMYK
RGB Variations
Color information
#EB55D1 (or 0xEB55D1) is known color: Free Speech Magenta. HEX triplet: EB, 55 and D1. RGB value is (235,85,209). Sum of RGB (Red+Green+Blue) = 235+85+209=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB55D1 is #14AA2E. Grayscale: #8F8F8F. Windows color (decimal): -1354287 or 13719019. OLE color: 13719019.
HSL color Cylindrical-coordinate representation of color #EB55D1: hue angle of 310.4º 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 #EB55D1 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 209 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.08 |
| HSL | 310.4º | 0.79% | 0.63% | - |
| HSV(B) | 310.4º | 0.64% | 0.92% | - |
| XYZ | 49.02 | 28.76 | 63.29 | - |
| YUV | 143.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 209 | 0 | 0.64 | 0.11 | 0.08 | 310.4 | 0.79 | 0.63 |
| Hex | EB | 55 | D1 | 0 | 40 | B | 8 | 136 | 4F | 3F |
| Octal | 353 | 125 | 321 | 0 | 100 | 13 | 10 | 466 | 117 | 77 |
| Binary | 11101011 | 1010101 | 11010001 | 0 | 1000000 | 1011 | 1000 | 100110110 | 1001111 | 111111 |
Color Harmonies of #EB55D1
Complementary color
Monochromatic Colors of #EB55D1
Black with #EB55D1
Text Example
Text Example
White with #EB55D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB55D1; }
p { color: rgb(235,85,209); }
H1.HeaderClassName
{
color: #EB55D1;
}
.AnyTagClassName
{
color: #EB55D1;
}
</style>
background-color css
<style>
a { background-color: #EB55D1; }
a { background-color: rgb(235,85,209); }
div.DivClassName
{
background-color: #EB55D1;
}
.BgClassName
{
background-color: #EB55D1;
}
</style>
border-color css
<style>
span { border-color: #EB55D1; }
span { border-color: rgb(235,85,209); }
td.TdClassName
{
border-color: #EB55D1;
}
.TagClassName
{
border-color: #EB55D1;
}
</style>