Html Css Color HEX #E95EDB Free Speech Magenta
📋 copy color: '#E95EDB'red 233 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #E95EDB
Tints of Free Speech Magenta #E95EDB
RGB
CMYK
RGB Variations
Color information
#E95EDB (or 0xE95EDB) is known color: Free Speech Magenta. HEX triplet: E9, 5E and DB. RGB value is (233,94,219). Sum of RGB (Red+Green+Blue) = 233+94+219=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EDB is #16A124. Grayscale: #959595. Windows color (decimal): -1483045 or 14376681. OLE color: 14376681.
HSL color Cylindrical-coordinate representation of color #E95EDB: hue angle of 306.04º 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 #E95EDB is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 219 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.09 |
| HSL | 306.04º | 0.76% | 0.64% | - |
| HSV(B) | 306.04º | 0.6% | 0.91% | - |
| XYZ | 50.39 | 30.44 | 70.24 | - |
| YUV | 149.81 | 167.05 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 219 | 0 | 0.60 | 0.06 | 0.09 | 306.04 | 0.76 | 0.64 |
| Hex | E9 | 5E | DB | 0 | 3C | 6 | 9 | 132 | 4C | 40 |
| Octal | 351 | 136 | 333 | 0 | 74 | 6 | 11 | 462 | 114 | 100 |
| Binary | 11101001 | 1011110 | 11011011 | 0 | 111100 | 110 | 1001 | 100110010 | 1001100 | 1000000 |
Color Harmonies of #E95EDB
Complementary color
Monochromatic Colors of #E95EDB
Black with #E95EDB
Text Example
Text Example
White with #E95EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95EDB; }
p { color: rgb(233,94,219); }
H1.HeaderClassName
{
color: #E95EDB;
}
.AnyTagClassName
{
color: #E95EDB;
}
</style>
background-color css
<style>
a { background-color: #E95EDB; }
a { background-color: rgb(233,94,219); }
div.DivClassName
{
background-color: #E95EDB;
}
.BgClassName
{
background-color: #E95EDB;
}
</style>
border-color css
<style>
span { border-color: #E95EDB; }
span { border-color: rgb(233,94,219); }
td.TdClassName
{
border-color: #E95EDB;
}
.TagClassName
{
border-color: #E95EDB;
}
</style>