Html Css Color HEX #E85FDB Free Speech Magenta
📋 copy color: '#E85FDB'red 232 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #E85FDB
Tints of Free Speech Magenta #E85FDB
RGB
CMYK
RGB Variations
Color information
#E85FDB (or 0xE85FDB) is known color: Free Speech Magenta. HEX triplet: E8, 5F and DB. RGB value is (232,95,219). Sum of RGB (Red+Green+Blue) = 232+95+219=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FDB is #17A024. Grayscale: #959595. Windows color (decimal): -1548325 or 14376936. OLE color: 14376936.
HSL color Cylindrical-coordinate representation of color #E85FDB: hue angle of 305.69º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FDB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 219 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.09 |
| HSL | 305.69º | 0.75% | 0.64% | - |
| HSV(B) | 305.69º | 0.59% | 0.91% | - |
| XYZ | 50.16 | 30.45 | 70.25 | - |
| YUV | 150.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 219 | 0 | 0.59 | 0.06 | 0.09 | 305.69 | 0.75 | 0.64 |
| Hex | E8 | 5F | DB | 0 | 3B | 6 | 9 | 132 | 4B | 40 |
| Octal | 350 | 137 | 333 | 0 | 73 | 6 | 11 | 462 | 113 | 100 |
| Binary | 11101000 | 1011111 | 11011011 | 0 | 111011 | 110 | 1001 | 100110010 | 1001011 | 1000000 |
Color Harmonies of #E85FDB
Complementary color
Monochromatic Colors of #E85FDB
Black with #E85FDB
Text Example
Text Example
White with #E85FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FDB; }
p { color: rgb(232,95,219); }
H1.HeaderClassName
{
color: #E85FDB;
}
.AnyTagClassName
{
color: #E85FDB;
}
</style>
background-color css
<style>
a { background-color: #E85FDB; }
a { background-color: rgb(232,95,219); }
div.DivClassName
{
background-color: #E85FDB;
}
.BgClassName
{
background-color: #E85FDB;
}
</style>
border-color css
<style>
span { border-color: #E85FDB; }
span { border-color: rgb(232,95,219); }
td.TdClassName
{
border-color: #E85FDB;
}
.TagClassName
{
border-color: #E85FDB;
}
</style>