Html Css Color HEX #E93CEF Free Speech Magenta
📋 copy color: '#E93CEF'red 233 ◦ green 60 ◦ blue 239
Shades of Free Speech Magenta #E93CEF
Tints of Free Speech Magenta #E93CEF
RGB
CMYK
RGB Variations
Color information
#E93CEF (or 0xE93CEF) is known color: Free Speech Magenta. HEX triplet: E9, 3C and EF. RGB value is (233,60,239). Sum of RGB (Red+Green+Blue) = 233+60+239=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 60 (23.83% from 255 or 11.28% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #E93CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E93CEF is #16C310. Grayscale: #838383. Windows color (decimal): -1491729 or 15678697. OLE color: 15678697.
HSL color Cylindrical-coordinate representation of color #E93CEF: hue angle of 297.99º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93CEF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 60 | 239 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.06 |
| HSL | 297.99º | 0.85% | 0.59% | - |
| HSV(B) | 297.99º | 0.75% | 0.94% | - |
| XYZ | 50.8 | 26.79 | 84.15 | - |
| YUV | 132.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 60 | 239 | 0.03 | 0.75 | 0 | 0.06 | 297.99 | 0.85 | 0.59 |
| Hex | E9 | 3C | EF | 3 | 4B | 0 | 6 | 12A | 55 | 3B |
| Octal | 351 | 74 | 357 | 3 | 113 | 0 | 6 | 452 | 125 | 73 |
| Binary | 11101001 | 111100 | 11101111 | 11 | 1001011 | 0 | 110 | 100101010 | 1010101 | 111011 |
Color Harmonies of #E93CEF
Complementary color
Monochromatic Colors of #E93CEF
Black with #E93CEF
Text Example
Text Example
White with #E93CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93CEF; }
p { color: rgb(233,60,239); }
H1.HeaderClassName
{
color: #E93CEF;
}
.AnyTagClassName
{
color: #E93CEF;
}
</style>
background-color css
<style>
a { background-color: #E93CEF; }
a { background-color: rgb(233,60,239); }
div.DivClassName
{
background-color: #E93CEF;
}
.BgClassName
{
background-color: #E93CEF;
}
</style>
border-color css
<style>
span { border-color: #E93CEF; }
span { border-color: rgb(233,60,239); }
td.TdClassName
{
border-color: #E93CEF;
}
.TagClassName
{
border-color: #E93CEF;
}
</style>