Html Css Color HEX #EB3EDB Free Speech Magenta
📋 copy color: '#EB3EDB'red 235 ◦ green 62 ◦ blue 219
Shades of Free Speech Magenta #EB3EDB
Tints of Free Speech Magenta #EB3EDB
RGB
CMYK
RGB Variations
Color information
#EB3EDB (or 0xEB3EDB) is known color: Free Speech Magenta. HEX triplet: EB, 3E and DB. RGB value is (235,62,219). Sum of RGB (Red+Green+Blue) = 235+62+219=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 62 (24.61% from 255 or 12.02% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3EDB is #14C124. Grayscale: #838383. Windows color (decimal): -1360165 or 14368491. OLE color: 14368491.
HSL color Cylindrical-coordinate representation of color #EB3EDB: hue angle of 305.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3EDB is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 62 | 219 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.08 |
| HSL | 305.55º | 0.81% | 0.58% | - |
| HSV(B) | 305.55º | 0.74% | 0.92% | - |
| XYZ | 48.77 | 26.22 | 69.51 | - |
| YUV | 131.63 | 177.31 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 62 | 219 | 0 | 0.74 | 0.07 | 0.08 | 305.55 | 0.81 | 0.58 |
| Hex | EB | 3E | DB | 0 | 4A | 7 | 8 | 132 | 51 | 3A |
| Octal | 353 | 76 | 333 | 0 | 112 | 7 | 10 | 462 | 121 | 72 |
| Binary | 11101011 | 111110 | 11011011 | 0 | 1001010 | 111 | 1000 | 100110010 | 1010001 | 111010 |
Color Harmonies of #EB3EDB
Complementary color
Monochromatic Colors of #EB3EDB
Black with #EB3EDB
Text Example
Text Example
White with #EB3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB3EDB; }
p { color: rgb(235,62,219); }
H1.HeaderClassName
{
color: #EB3EDB;
}
.AnyTagClassName
{
color: #EB3EDB;
}
</style>
background-color css
<style>
a { background-color: #EB3EDB; }
a { background-color: rgb(235,62,219); }
div.DivClassName
{
background-color: #EB3EDB;
}
.BgClassName
{
background-color: #EB3EDB;
}
</style>
border-color css
<style>
span { border-color: #EB3EDB; }
span { border-color: rgb(235,62,219); }
td.TdClassName
{
border-color: #EB3EDB;
}
.TagClassName
{
border-color: #EB3EDB;
}
</style>