Html Css Color HEX #E949EE Free Speech Magenta
📋 copy color: '#E949EE'red 233 ◦ green 73 ◦ blue 238
Shades of Free Speech Magenta #E949EE
Tints of Free Speech Magenta #E949EE
RGB
CMYK
RGB Variations
Color information
#E949EE (or 0xE949EE) is known color: Free Speech Magenta. HEX triplet: E9, 49 and EE. RGB value is (233,73,238). Sum of RGB (Red+Green+Blue) = 233+73+238=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #E949EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E949EE is #16B611. Grayscale: #8B8B8B. Windows color (decimal): -1488402 or 15616489. OLE color: 15616489.
HSL color Cylindrical-coordinate representation of color #E949EE: hue angle of 298.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E949EE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 73 | 238 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.07 |
| HSL | 298.18º | 0.83% | 0.61% | - |
| HSV(B) | 298.18º | 0.69% | 0.93% | - |
| XYZ | 51.42 | 28.26 | 83.63 | - |
| YUV | 139.65 | 183.51 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 238 | 0.02 | 0.69 | 0 | 0.07 | 298.18 | 0.83 | 0.61 |
| Hex | E9 | 49 | EE | 2 | 45 | 0 | 7 | 12A | 53 | 3D |
| Octal | 351 | 111 | 356 | 2 | 105 | 0 | 7 | 452 | 123 | 75 |
| Binary | 11101001 | 1001001 | 11101110 | 10 | 1000101 | 0 | 111 | 100101010 | 1010011 | 111101 |
Color Harmonies of #E949EE
Complementary color
Monochromatic Colors of #E949EE
Black with #E949EE
Text Example
Text Example
White with #E949EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949EE; }
p { color: rgb(233,73,238); }
H1.HeaderClassName
{
color: #E949EE;
}
.AnyTagClassName
{
color: #E949EE;
}
</style>
background-color css
<style>
a { background-color: #E949EE; }
a { background-color: rgb(233,73,238); }
div.DivClassName
{
background-color: #E949EE;
}
.BgClassName
{
background-color: #E949EE;
}
</style>
border-color css
<style>
span { border-color: #E949EE; }
span { border-color: rgb(233,73,238); }
td.TdClassName
{
border-color: #E949EE;
}
.TagClassName
{
border-color: #E949EE;
}
</style>