Html Css Color HEX #E75DE9 Free Speech Magenta
📋 copy color: '#E75DE9'red 231 ◦ green 93 ◦ blue 233
Shades of Free Speech Magenta #E75DE9
Tints of Free Speech Magenta #E75DE9
RGB
CMYK
RGB Variations
Color information
#E75DE9 (or 0xE75DE9) is known color: Free Speech Magenta. HEX triplet: E7, 5D and E9. RGB value is (231,93,233). Sum of RGB (Red+Green+Blue) = 231+93+233=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 93 (36.72% from 255 or 16.70% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #E75DE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DE9 is #18A216. Grayscale: #959595. Windows color (decimal): -1614359 or 15293927. OLE color: 15293927.
HSL color Cylindrical-coordinate representation of color #E75DE9: hue angle of 299.14º 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 #E75DE9 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 233 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.09 |
| HSL | 299.14º | 0.76% | 0.64% | - |
| HSV(B) | 299.14º | 0.6% | 0.91% | - |
| XYZ | 51.58 | 30.7 | 80.3 | - |
| YUV | 150.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 233 | 0.01 | 0.60 | 0 | 0.09 | 299.14 | 0.76 | 0.64 |
| Hex | E7 | 5D | E9 | 1 | 3C | 0 | 9 | 12B | 4C | 40 |
| Octal | 347 | 135 | 351 | 1 | 74 | 0 | 11 | 453 | 114 | 100 |
| Binary | 11100111 | 1011101 | 11101001 | 1 | 111100 | 0 | 1001 | 100101011 | 1001100 | 1000000 |
Color Harmonies of #E75DE9
Complementary color
Monochromatic Colors of #E75DE9
Black with #E75DE9
Text Example
Text Example
White with #E75DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75DE9; }
p { color: rgb(231,93,233); }
H1.HeaderClassName
{
color: #E75DE9;
}
.AnyTagClassName
{
color: #E75DE9;
}
</style>
background-color css
<style>
a { background-color: #E75DE9; }
a { background-color: rgb(231,93,233); }
div.DivClassName
{
background-color: #E75DE9;
}
.BgClassName
{
background-color: #E75DE9;
}
</style>
border-color css
<style>
span { border-color: #E75DE9; }
span { border-color: rgb(231,93,233); }
td.TdClassName
{
border-color: #E75DE9;
}
.TagClassName
{
border-color: #E75DE9;
}
</style>