Html Css Color HEX #EB6CDB Free Speech Magenta
📋 copy color: '#EB6CDB'red 235 ◦ green 108 ◦ blue 219
Shades of Free Speech Magenta #EB6CDB
Tints of Free Speech Magenta #EB6CDB
RGB
CMYK
RGB Variations
Color information
#EB6CDB (or 0xEB6CDB) is known color: Free Speech Magenta. HEX triplet: EB, 6C and DB. RGB value is (235,108,219). Sum of RGB (Red+Green+Blue) = 235+108+219=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6CDB is #149324. Grayscale: #9E9E9E. Windows color (decimal): -1348389 or 14380267. OLE color: 14380267.
HSL color Cylindrical-coordinate representation of color #EB6CDB: hue angle of 307.56º 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 #EB6CDB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 219 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.08 |
| HSL | 307.56º | 0.76% | 0.67% | - |
| HSV(B) | 307.56º | 0.54% | 0.92% | - |
| XYZ | 52.41 | 33.5 | 70.72 | - |
| YUV | 158.63 | 162.08 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 219 | 0 | 0.54 | 0.07 | 0.08 | 307.56 | 0.76 | 0.67 |
| Hex | EB | 6C | DB | 0 | 36 | 7 | 8 | 134 | 4C | 43 |
| Octal | 353 | 154 | 333 | 0 | 66 | 7 | 10 | 464 | 114 | 103 |
| Binary | 11101011 | 1101100 | 11011011 | 0 | 110110 | 111 | 1000 | 100110100 | 1001100 | 1000011 |
Color Harmonies of #EB6CDB
Complementary color
Monochromatic Colors of #EB6CDB
Black with #EB6CDB
Text Example
Text Example
White with #EB6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6CDB; }
p { color: rgb(235,108,219); }
H1.HeaderClassName
{
color: #EB6CDB;
}
.AnyTagClassName
{
color: #EB6CDB;
}
</style>
background-color css
<style>
a { background-color: #EB6CDB; }
a { background-color: rgb(235,108,219); }
div.DivClassName
{
background-color: #EB6CDB;
}
.BgClassName
{
background-color: #EB6CDB;
}
</style>
border-color css
<style>
span { border-color: #EB6CDB; }
span { border-color: rgb(235,108,219); }
td.TdClassName
{
border-color: #EB6CDB;
}
.TagClassName
{
border-color: #EB6CDB;
}
</style>