Html Css Color HEX #E95FDB Free Speech Magenta
📋 copy color: '#E95FDB'red 233 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #E95FDB
Tints of Free Speech Magenta #E95FDB
RGB
CMYK
RGB Variations
Color information
#E95FDB (or 0xE95FDB) is known color: Free Speech Magenta. HEX triplet: E9, 5F and DB. RGB value is (233,95,219). Sum of RGB (Red+Green+Blue) = 233+95+219=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FDB is #16A024. Grayscale: #969696. Windows color (decimal): -1482789 or 14376937. OLE color: 14376937.
HSL color Cylindrical-coordinate representation of color #E95FDB: hue angle of 306.09º degrees, saturation: 0.76, 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 #E95FDB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 219 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.09 |
| HSL | 306.09º | 0.76% | 0.64% | - |
| HSV(B) | 306.09º | 0.59% | 0.91% | - |
| XYZ | 50.48 | 30.62 | 70.27 | - |
| YUV | 150.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 219 | 0 | 0.59 | 0.06 | 0.09 | 306.09 | 0.76 | 0.64 |
| Hex | E9 | 5F | DB | 0 | 3B | 6 | 9 | 132 | 4C | 40 |
| Octal | 351 | 137 | 333 | 0 | 73 | 6 | 11 | 462 | 114 | 100 |
| Binary | 11101001 | 1011111 | 11011011 | 0 | 111011 | 110 | 1001 | 100110010 | 1001100 | 1000000 |
Color Harmonies of #E95FDB
Complementary color
Monochromatic Colors of #E95FDB
Black with #E95FDB
Text Example
Text Example
White with #E95FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95FDB; }
p { color: rgb(233,95,219); }
H1.HeaderClassName
{
color: #E95FDB;
}
.AnyTagClassName
{
color: #E95FDB;
}
</style>
background-color css
<style>
a { background-color: #E95FDB; }
a { background-color: rgb(233,95,219); }
div.DivClassName
{
background-color: #E95FDB;
}
.BgClassName
{
background-color: #E95FDB;
}
</style>
border-color css
<style>
span { border-color: #E95FDB; }
span { border-color: rgb(233,95,219); }
td.TdClassName
{
border-color: #E95FDB;
}
.TagClassName
{
border-color: #E95FDB;
}
</style>