Html Css Color HEX #E955EF Free Speech Magenta
📋 copy color: '#E955EF'red 233 ◦ green 85 ◦ blue 239
Shades of Free Speech Magenta #E955EF
Tints of Free Speech Magenta #E955EF
RGB
CMYK
RGB Variations
Color information
#E955EF (or 0xE955EF) is known color: Free Speech Magenta. HEX triplet: E9, 55 and EF. RGB value is (233,85,239). Sum of RGB (Red+Green+Blue) = 233+85+239=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 85 (33.59% from 255 or 15.26% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #E955EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955EF is #16AA10. Grayscale: #929292. Windows color (decimal): -1485329 or 15685097. OLE color: 15685097.
HSL color Cylindrical-coordinate representation of color #E955EF: hue angle of 297.66º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E955EF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 85 | 239 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.06 |
| HSL | 297.66º | 0.83% | 0.64% | - |
| HSV(B) | 297.66º | 0.64% | 0.94% | - |
| XYZ | 52.43 | 30.05 | 84.7 | - |
| YUV | 146.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 239 | 0.03 | 0.64 | 0 | 0.06 | 297.66 | 0.83 | 0.64 |
| Hex | E9 | 55 | EF | 3 | 40 | 0 | 6 | 12A | 53 | 40 |
| Octal | 351 | 125 | 357 | 3 | 100 | 0 | 6 | 452 | 123 | 100 |
| Binary | 11101001 | 1010101 | 11101111 | 11 | 1000000 | 0 | 110 | 100101010 | 1010011 | 1000000 |
Color Harmonies of #E955EF
Complementary color
Monochromatic Colors of #E955EF
Black with #E955EF
Text Example
Text Example
White with #E955EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955EF; }
p { color: rgb(233,85,239); }
H1.HeaderClassName
{
color: #E955EF;
}
.AnyTagClassName
{
color: #E955EF;
}
</style>
background-color css
<style>
a { background-color: #E955EF; }
a { background-color: rgb(233,85,239); }
div.DivClassName
{
background-color: #E955EF;
}
.BgClassName
{
background-color: #E955EF;
}
</style>
border-color css
<style>
span { border-color: #E955EF; }
span { border-color: rgb(233,85,239); }
td.TdClassName
{
border-color: #E955EF;
}
.TagClassName
{
border-color: #E955EF;
}
</style>