Html Css Color HEX #E755ED Free Speech Magenta
📋 copy color: '#E755ED'red 231 ◦ green 85 ◦ blue 237
Shades of Free Speech Magenta #E755ED
Tints of Free Speech Magenta #E755ED
RGB
CMYK
RGB Variations
Color information
#E755ED (or 0xE755ED) is known color: Free Speech Magenta. HEX triplet: E7, 55 and ED. RGB value is (231,85,237). Sum of RGB (Red+Green+Blue) = 231+85+237=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #E755ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E755ED is #18AA12. Grayscale: #919191. Windows color (decimal): -1616403 or 15554023. OLE color: 15554023.
HSL color Cylindrical-coordinate representation of color #E755ED: hue angle of 297.63º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E755ED is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 85 | 237 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.07 |
| HSL | 297.63º | 0.81% | 0.63% | - |
| HSV(B) | 297.63º | 0.64% | 0.93% | - |
| XYZ | 51.49 | 29.6 | 83.12 | - |
| YUV | 145.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 237 | 0.03 | 0.64 | 0 | 0.07 | 297.63 | 0.81 | 0.63 |
| Hex | E7 | 55 | ED | 3 | 40 | 0 | 7 | 12A | 51 | 3F |
| Octal | 347 | 125 | 355 | 3 | 100 | 0 | 7 | 452 | 121 | 77 |
| Binary | 11100111 | 1010101 | 11101101 | 11 | 1000000 | 0 | 111 | 100101010 | 1010001 | 111111 |
Color Harmonies of #E755ED
Complementary color
Monochromatic Colors of #E755ED
Black with #E755ED
Text Example
Text Example
White with #E755ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755ED; }
p { color: rgb(231,85,237); }
H1.HeaderClassName
{
color: #E755ED;
}
.AnyTagClassName
{
color: #E755ED;
}
</style>
background-color css
<style>
a { background-color: #E755ED; }
a { background-color: rgb(231,85,237); }
div.DivClassName
{
background-color: #E755ED;
}
.BgClassName
{
background-color: #E755ED;
}
</style>
border-color css
<style>
span { border-color: #E755ED; }
span { border-color: rgb(231,85,237); }
td.TdClassName
{
border-color: #E755ED;
}
.TagClassName
{
border-color: #E755ED;
}
</style>