Html Css Color HEX #E95DDE Free Speech Magenta
📋 copy color: '#E95DDE'red 233 ◦ green 93 ◦ blue 222
Shades of Free Speech Magenta #E95DDE
Tints of Free Speech Magenta #E95DDE
RGB
CMYK
RGB Variations
Color information
#E95DDE (or 0xE95DDE) is known color: Free Speech Magenta. HEX triplet: E9, 5D and DE. RGB value is (233,93,222). Sum of RGB (Red+Green+Blue) = 233+93+222=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DDE is #16A221. Grayscale: #959595. Windows color (decimal): -1483298 or 14573033. OLE color: 14573033.
HSL color Cylindrical-coordinate representation of color #E95DDE: hue angle of 304.71º 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 #E95DDE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 222 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.09 |
| HSL | 304.71º | 0.76% | 0.64% | - |
| HSV(B) | 304.71º | 0.6% | 0.91% | - |
| XYZ | 50.7 | 30.43 | 72.31 | - |
| YUV | 149.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 222 | 0 | 0.60 | 0.05 | 0.09 | 304.71 | 0.76 | 0.64 |
| Hex | E9 | 5D | DE | 0 | 3C | 5 | 9 | 131 | 4C | 40 |
| Octal | 351 | 135 | 336 | 0 | 74 | 5 | 11 | 461 | 114 | 100 |
| Binary | 11101001 | 1011101 | 11011110 | 0 | 111100 | 101 | 1001 | 100110001 | 1001100 | 1000000 |
Color Harmonies of #E95DDE
Complementary color
Monochromatic Colors of #E95DDE
Black with #E95DDE
Text Example
Text Example
White with #E95DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DDE; }
p { color: rgb(233,93,222); }
H1.HeaderClassName
{
color: #E95DDE;
}
.AnyTagClassName
{
color: #E95DDE;
}
</style>
background-color css
<style>
a { background-color: #E95DDE; }
a { background-color: rgb(233,93,222); }
div.DivClassName
{
background-color: #E95DDE;
}
.BgClassName
{
background-color: #E95DDE;
}
</style>
border-color css
<style>
span { border-color: #E95DDE; }
span { border-color: rgb(233,93,222); }
td.TdClassName
{
border-color: #E95DDE;
}
.TagClassName
{
border-color: #E95DDE;
}
</style>