Html Css Color HEX #E93EF2 Free Speech Magenta
📋 copy color: '#E93EF2'red 233 ◦ green 62 ◦ blue 242
Shades of Free Speech Magenta #E93EF2
Tints of Free Speech Magenta #E93EF2
RGB
CMYK
RGB Variations
Color information
#E93EF2 (or 0xE93EF2) is known color: Free Speech Magenta. HEX triplet: E9, 3E and F2. RGB value is (233,62,242). Sum of RGB (Red+Green+Blue) = 233+62+242=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 62 (24.61% from 255 or 11.55% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #E93EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E93EF2 is #16C10D. Grayscale: #858585. Windows color (decimal): -1491214 or 15875817. OLE color: 15875817.
HSL color Cylindrical-coordinate representation of color #E93EF2: hue angle of 297º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93EF2 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 62 | 242 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.05 |
| HSL | 297º | 0.87% | 0.6% | - |
| HSV(B) | 297º | 0.74% | 0.95% | - |
| XYZ | 51.35 | 27.18 | 86.54 | - |
| YUV | 133.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 62 | 242 | 0.04 | 0.74 | 0 | 0.05 | 297 | 0.87 | 0.6 |
| Hex | E9 | 3E | F2 | 4 | 4A | 0 | 5 | 129 | 57 | 3C |
| Octal | 351 | 76 | 362 | 4 | 112 | 0 | 5 | 451 | 127 | 74 |
| Binary | 11101001 | 111110 | 11110010 | 100 | 1001010 | 0 | 101 | 100101001 | 1010111 | 111100 |
Color Harmonies of #E93EF2
Complementary color
Monochromatic Colors of #E93EF2
Black with #E93EF2
Text Example
Text Example
White with #E93EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93EF2; }
p { color: rgb(233,62,242); }
H1.HeaderClassName
{
color: #E93EF2;
}
.AnyTagClassName
{
color: #E93EF2;
}
</style>
background-color css
<style>
a { background-color: #E93EF2; }
a { background-color: rgb(233,62,242); }
div.DivClassName
{
background-color: #E93EF2;
}
.BgClassName
{
background-color: #E93EF2;
}
</style>
border-color css
<style>
span { border-color: #E93EF2; }
span { border-color: rgb(233,62,242); }
td.TdClassName
{
border-color: #E93EF2;
}
.TagClassName
{
border-color: #E93EF2;
}
</style>