Html Css Color HEX #EB6BDB Free Speech Magenta
📋 copy color: '#EB6BDB'red 235 ◦ green 107 ◦ blue 219
Shades of Free Speech Magenta #EB6BDB
Tints of Free Speech Magenta #EB6BDB
RGB
CMYK
RGB Variations
Color information
#EB6BDB (or 0xEB6BDB) is known color: Free Speech Magenta. HEX triplet: EB, 6B and DB. RGB value is (235,107,219). Sum of RGB (Red+Green+Blue) = 235+107+219=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BDB is #149424. Grayscale: #9D9D9D. Windows color (decimal): -1348645 or 14380011. OLE color: 14380011.
HSL color Cylindrical-coordinate representation of color #EB6BDB: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BDB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 107 | 219 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.08 |
| HSL | 307.5º | 0.76% | 0.67% | - |
| HSV(B) | 307.5º | 0.54% | 0.92% | - |
| XYZ | 52.3 | 33.29 | 70.69 | - |
| YUV | 158.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 107 | 219 | 0 | 0.54 | 0.07 | 0.08 | 307.5 | 0.76 | 0.67 |
| Hex | EB | 6B | DB | 0 | 36 | 7 | 8 | 134 | 4C | 43 |
| Octal | 353 | 153 | 333 | 0 | 66 | 7 | 10 | 464 | 114 | 103 |
| Binary | 11101011 | 1101011 | 11011011 | 0 | 110110 | 111 | 1000 | 100110100 | 1001100 | 1000011 |
Color Harmonies of #EB6BDB
Complementary color
Monochromatic Colors of #EB6BDB
Black with #EB6BDB
Text Example
Text Example
White with #EB6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6BDB; }
p { color: rgb(235,107,219); }
H1.HeaderClassName
{
color: #EB6BDB;
}
.AnyTagClassName
{
color: #EB6BDB;
}
</style>
background-color css
<style>
a { background-color: #EB6BDB; }
a { background-color: rgb(235,107,219); }
div.DivClassName
{
background-color: #EB6BDB;
}
.BgClassName
{
background-color: #EB6BDB;
}
</style>
border-color css
<style>
span { border-color: #EB6BDB; }
span { border-color: rgb(235,107,219); }
td.TdClassName
{
border-color: #EB6BDB;
}
.TagClassName
{
border-color: #EB6BDB;
}
</style>