Html Css Color HEX #E85BDB Free Speech Magenta
📋 copy color: '#E85BDB'red 232 ◦ green 91 ◦ blue 219
Shades of Free Speech Magenta #E85BDB
Tints of Free Speech Magenta #E85BDB
RGB
CMYK
RGB Variations
Color information
#E85BDB (or 0xE85BDB) is known color: Free Speech Magenta. HEX triplet: E8, 5B and DB. RGB value is (232,91,219). Sum of RGB (Red+Green+Blue) = 232+91+219=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85BDB is #17A424. Grayscale: #939393. Windows color (decimal): -1549349 or 14375912. OLE color: 14375912.
HSL color Cylindrical-coordinate representation of color #E85BDB: hue angle of 305.53º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85BDB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 219 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.09 |
| HSL | 305.53º | 0.75% | 0.63% | - |
| HSV(B) | 305.53º | 0.61% | 0.91% | - |
| XYZ | 49.81 | 29.75 | 70.14 | - |
| YUV | 147.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 219 | 0 | 0.61 | 0.06 | 0.09 | 305.53 | 0.75 | 0.63 |
| Hex | E8 | 5B | DB | 0 | 3D | 6 | 9 | 132 | 4B | 3F |
| Octal | 350 | 133 | 333 | 0 | 75 | 6 | 11 | 462 | 113 | 77 |
| Binary | 11101000 | 1011011 | 11011011 | 0 | 111101 | 110 | 1001 | 100110010 | 1001011 | 111111 |
Color Harmonies of #E85BDB
Complementary color
Monochromatic Colors of #E85BDB
Black with #E85BDB
Text Example
Text Example
White with #E85BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85BDB; }
p { color: rgb(232,91,219); }
H1.HeaderClassName
{
color: #E85BDB;
}
.AnyTagClassName
{
color: #E85BDB;
}
</style>
background-color css
<style>
a { background-color: #E85BDB; }
a { background-color: rgb(232,91,219); }
div.DivClassName
{
background-color: #E85BDB;
}
.BgClassName
{
background-color: #E85BDB;
}
</style>
border-color css
<style>
span { border-color: #E85BDB; }
span { border-color: rgb(232,91,219); }
td.TdClassName
{
border-color: #E85BDB;
}
.TagClassName
{
border-color: #E85BDB;
}
</style>