Html Css Color HEX #E95DDB Free Speech Magenta
📋 copy color: '#E95DDB'red 233 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #E95DDB
Tints of Free Speech Magenta #E95DDB
RGB
CMYK
RGB Variations
Color information
#E95DDB (or 0xE95DDB) is known color: Free Speech Magenta. HEX triplet: E9, 5D and DB. RGB value is (233,93,219). Sum of RGB (Red+Green+Blue) = 233+93+219=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DDB is #16A224. Grayscale: #949494. Windows color (decimal): -1483301 or 14376425. OLE color: 14376425.
HSL color Cylindrical-coordinate representation of color #E95DDB: hue angle of 306º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DDB is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 219 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.09 |
| HSL | 306º | 0.76% | 0.64% | - |
| HSV(B) | 306º | 0.6% | 0.91% | - |
| XYZ | 50.3 | 30.27 | 70.21 | - |
| YUV | 149.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 219 | 0 | 0.60 | 0.06 | 0.09 | 306 | 0.76 | 0.64 |
| Hex | E9 | 5D | DB | 0 | 3C | 6 | 9 | 132 | 4C | 40 |
| Octal | 351 | 135 | 333 | 0 | 74 | 6 | 11 | 462 | 114 | 100 |
| Binary | 11101001 | 1011101 | 11011011 | 0 | 111100 | 110 | 1001 | 100110010 | 1001100 | 1000000 |
Color Harmonies of #E95DDB
Complementary color
Monochromatic Colors of #E95DDB
Black with #E95DDB
Text Example
Text Example
White with #E95DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DDB; }
p { color: rgb(233,93,219); }
H1.HeaderClassName
{
color: #E95DDB;
}
.AnyTagClassName
{
color: #E95DDB;
}
</style>
background-color css
<style>
a { background-color: #E95DDB; }
a { background-color: rgb(233,93,219); }
div.DivClassName
{
background-color: #E95DDB;
}
.BgClassName
{
background-color: #E95DDB;
}
</style>
border-color css
<style>
span { border-color: #E95DDB; }
span { border-color: rgb(233,93,219); }
td.TdClassName
{
border-color: #E95DDB;
}
.TagClassName
{
border-color: #E95DDB;
}
</style>