Html Css Color HEX #EB4BDB Free Speech Magenta
📋 copy color: '#EB4BDB'red 235 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #EB4BDB
Tints of Free Speech Magenta #EB4BDB
RGB
CMYK
RGB Variations
Color information
#EB4BDB (or 0xEB4BDB) is known color: Free Speech Magenta. HEX triplet: EB, 4B and DB. RGB value is (235,75,219). Sum of RGB (Red+Green+Blue) = 235+75+219=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4BDB is #14B424. Grayscale: #8A8A8A. Windows color (decimal): -1356837 or 14371819. OLE color: 14371819.
HSL color Cylindrical-coordinate representation of color #EB4BDB: hue angle of 306º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4BDB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 75 | 219 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.08 |
| HSL | 306º | 0.8% | 0.61% | - |
| HSV(B) | 306º | 0.68% | 0.92% | - |
| XYZ | 49.56 | 27.81 | 69.77 | - |
| YUV | 139.26 | 173.01 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 75 | 219 | 0 | 0.68 | 0.07 | 0.08 | 306 | 0.8 | 0.61 |
| Hex | EB | 4B | DB | 0 | 44 | 7 | 8 | 132 | 50 | 3D |
| Octal | 353 | 113 | 333 | 0 | 104 | 7 | 10 | 462 | 120 | 75 |
| Binary | 11101011 | 1001011 | 11011011 | 0 | 1000100 | 111 | 1000 | 100110010 | 1010000 | 111101 |
Color Harmonies of #EB4BDB
Complementary color
Monochromatic Colors of #EB4BDB
Black with #EB4BDB
Text Example
Text Example
White with #EB4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4BDB; }
p { color: rgb(235,75,219); }
H1.HeaderClassName
{
color: #EB4BDB;
}
.AnyTagClassName
{
color: #EB4BDB;
}
</style>
background-color css
<style>
a { background-color: #EB4BDB; }
a { background-color: rgb(235,75,219); }
div.DivClassName
{
background-color: #EB4BDB;
}
.BgClassName
{
background-color: #EB4BDB;
}
</style>
border-color css
<style>
span { border-color: #EB4BDB; }
span { border-color: rgb(235,75,219); }
td.TdClassName
{
border-color: #EB4BDB;
}
.TagClassName
{
border-color: #EB4BDB;
}
</style>