Html Css Color HEX #E949E5 Free Speech Magenta
📋 copy color: '#E949E5'red 233 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #E949E5
Tints of Free Speech Magenta #E949E5
RGB
CMYK
RGB Variations
Color information
#E949E5 (or 0xE949E5) is known color: Free Speech Magenta. HEX triplet: E9, 49 and E5. RGB value is (233,73,229). Sum of RGB (Red+Green+Blue) = 233+73+229=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E949E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949E5 is #16B61A. Grayscale: #8A8A8A. Windows color (decimal): -1488411 or 15026665. OLE color: 15026665.
HSL color Cylindrical-coordinate representation of color #E949E5: hue angle of 301.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E949E5 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 229 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.09 |
| HSL | 301.5º | 0.78% | 0.6% | - |
| HSV(B) | 301.5º | 0.69% | 0.91% | - |
| XYZ | 50.13 | 27.75 | 76.84 | - |
| YUV | 138.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 229 | 0 | 0.69 | 0.02 | 0.09 | 301.5 | 0.78 | 0.6 |
| Hex | E9 | 49 | E5 | 0 | 45 | 2 | 9 | 12E | 4E | 3C |
| Octal | 351 | 111 | 345 | 0 | 105 | 2 | 11 | 456 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11100101 | 0 | 1000101 | 10 | 1001 | 100101110 | 1001110 | 111100 |
Color Harmonies of #E949E5
Complementary color
Monochromatic Colors of #E949E5
Black with #E949E5
Text Example
Text Example
White with #E949E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949E5; }
p { color: rgb(233,73,229); }
H1.HeaderClassName
{
color: #E949E5;
}
.AnyTagClassName
{
color: #E949E5;
}
</style>
background-color css
<style>
a { background-color: #E949E5; }
a { background-color: rgb(233,73,229); }
div.DivClassName
{
background-color: #E949E5;
}
.BgClassName
{
background-color: #E949E5;
}
</style>
border-color css
<style>
span { border-color: #E949E5; }
span { border-color: rgb(233,73,229); }
td.TdClassName
{
border-color: #E949E5;
}
.TagClassName
{
border-color: #E949E5;
}
</style>