Html Css Color HEX #E942EE Free Speech Magenta
📋 copy color: '#E942EE'red 233 ◦ green 66 ◦ blue 238
Shades of Free Speech Magenta #E942EE
Tints of Free Speech Magenta #E942EE
RGB
CMYK
RGB Variations
Color information
#E942EE (or 0xE942EE) is known color: Free Speech Magenta. HEX triplet: E9, 42 and EE. RGB value is (233,66,238). Sum of RGB (Red+Green+Blue) = 233+66+238=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 66 (26.17% from 255 or 12.29% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #E942EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E942EE is #16BD11. Grayscale: #878787. Windows color (decimal): -1490194 or 15614697. OLE color: 15614697.
HSL color Cylindrical-coordinate representation of color #E942EE: hue angle of 298.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E942EE is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 66 | 238 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.07 |
| HSL | 298.26º | 0.83% | 0.6% | - |
| HSV(B) | 298.26º | 0.72% | 0.93% | - |
| XYZ | 50.99 | 27.39 | 83.49 | - |
| YUV | 135.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 238 | 0.02 | 0.72 | 0 | 0.07 | 298.26 | 0.83 | 0.6 |
| Hex | E9 | 42 | EE | 2 | 48 | 0 | 7 | 12A | 53 | 3C |
| Octal | 351 | 102 | 356 | 2 | 110 | 0 | 7 | 452 | 123 | 74 |
| Binary | 11101001 | 1000010 | 11101110 | 10 | 1001000 | 0 | 111 | 100101010 | 1010011 | 111100 |
Color Harmonies of #E942EE
Complementary color
Monochromatic Colors of #E942EE
Black with #E942EE
Text Example
Text Example
White with #E942EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942EE; }
p { color: rgb(233,66,238); }
H1.HeaderClassName
{
color: #E942EE;
}
.AnyTagClassName
{
color: #E942EE;
}
</style>
background-color css
<style>
a { background-color: #E942EE; }
a { background-color: rgb(233,66,238); }
div.DivClassName
{
background-color: #E942EE;
}
.BgClassName
{
background-color: #E942EE;
}
</style>
border-color css
<style>
span { border-color: #E942EE; }
span { border-color: rgb(233,66,238); }
td.TdClassName
{
border-color: #E942EE;
}
.TagClassName
{
border-color: #E942EE;
}
</style>