Html Css Color HEX #E955ED Free Speech Magenta
📋 copy color: '#E955ED'red 233 ◦ green 85 ◦ blue 237
Shades of Free Speech Magenta #E955ED
Tints of Free Speech Magenta #E955ED
RGB
CMYK
RGB Variations
Color information
#E955ED (or 0xE955ED) is known color: Free Speech Magenta. HEX triplet: E9, 55 and ED. RGB value is (233,85,237). Sum of RGB (Red+Green+Blue) = 233+85+237=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #E955ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955ED is #16AA12. Grayscale: #929292. Windows color (decimal): -1485331 or 15554025. OLE color: 15554025.
HSL color Cylindrical-coordinate representation of color #E955ED: hue angle of 298.42º 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 #E955ED is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 85 | 237 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.07 |
| HSL | 298.42º | 0.81% | 0.63% | - |
| HSV(B) | 298.42º | 0.64% | 0.93% | - |
| XYZ | 52.14 | 29.94 | 83.15 | - |
| YUV | 146.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 237 | 0.02 | 0.64 | 0 | 0.07 | 298.42 | 0.81 | 0.63 |
| Hex | E9 | 55 | ED | 2 | 40 | 0 | 7 | 12A | 51 | 3F |
| Octal | 351 | 125 | 355 | 2 | 100 | 0 | 7 | 452 | 121 | 77 |
| Binary | 11101001 | 1010101 | 11101101 | 10 | 1000000 | 0 | 111 | 100101010 | 1010001 | 111111 |
Color Harmonies of #E955ED
Complementary color
Monochromatic Colors of #E955ED
Black with #E955ED
Text Example
Text Example
White with #E955ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955ED; }
p { color: rgb(233,85,237); }
H1.HeaderClassName
{
color: #E955ED;
}
.AnyTagClassName
{
color: #E955ED;
}
</style>
background-color css
<style>
a { background-color: #E955ED; }
a { background-color: rgb(233,85,237); }
div.DivClassName
{
background-color: #E955ED;
}
.BgClassName
{
background-color: #E955ED;
}
</style>
border-color css
<style>
span { border-color: #E955ED; }
span { border-color: rgb(233,85,237); }
td.TdClassName
{
border-color: #E955ED;
}
.TagClassName
{
border-color: #E955ED;
}
</style>