Html Css Color HEX #E95DE0 Free Speech Magenta
📋 copy color: '#E95DE0'red 233 ◦ green 93 ◦ blue 224
Shades of Free Speech Magenta #E95DE0
Tints of Free Speech Magenta #E95DE0
RGB
CMYK
RGB Variations
Color information
#E95DE0 (or 0xE95DE0) is known color: Free Speech Magenta. HEX triplet: E9, 5D and E0. RGB value is (233,93,224). Sum of RGB (Red+Green+Blue) = 233+93+224=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DE0 is #16A21F. Grayscale: #959595. Windows color (decimal): -1483296 or 14704105. OLE color: 14704105.
HSL color Cylindrical-coordinate representation of color #E95DE0: hue angle of 303.86º 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 #E95DE0 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 224 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.09 |
| HSL | 303.86º | 0.76% | 0.64% | - |
| HSV(B) | 303.86º | 0.6% | 0.91% | - |
| XYZ | 50.97 | 30.53 | 73.73 | - |
| YUV | 149.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 224 | 0 | 0.60 | 0.04 | 0.09 | 303.86 | 0.76 | 0.64 |
| Hex | E9 | 5D | E0 | 0 | 3C | 4 | 9 | 130 | 4C | 40 |
| Octal | 351 | 135 | 340 | 0 | 74 | 4 | 11 | 460 | 114 | 100 |
| Binary | 11101001 | 1011101 | 11100000 | 0 | 111100 | 100 | 1001 | 100110000 | 1001100 | 1000000 |
Color Harmonies of #E95DE0
Complementary color
Monochromatic Colors of #E95DE0
Black with #E95DE0
Text Example
Text Example
White with #E95DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95DE0; }
p { color: rgb(233,93,224); }
H1.HeaderClassName
{
color: #E95DE0;
}
.AnyTagClassName
{
color: #E95DE0;
}
</style>
background-color css
<style>
a { background-color: #E95DE0; }
a { background-color: rgb(233,93,224); }
div.DivClassName
{
background-color: #E95DE0;
}
.BgClassName
{
background-color: #E95DE0;
}
</style>
border-color css
<style>
span { border-color: #E95DE0; }
span { border-color: rgb(233,93,224); }
td.TdClassName
{
border-color: #E95DE0;
}
.TagClassName
{
border-color: #E95DE0;
}
</style>