Html Css Color HEX #E949ED Free Speech Magenta
📋 copy color: '#E949ED'red 233 ◦ green 73 ◦ blue 237
Shades of Free Speech Magenta #E949ED
Tints of Free Speech Magenta #E949ED
RGB
CMYK
RGB Variations
Color information
#E949ED (or 0xE949ED) is known color: Free Speech Magenta. HEX triplet: E9, 49 and ED. RGB value is (233,73,237). Sum of RGB (Red+Green+Blue) = 233+73+237=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #E949ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E949ED is #16B612. Grayscale: #8B8B8B. Windows color (decimal): -1488403 or 15550953. OLE color: 15550953.
HSL color Cylindrical-coordinate representation of color #E949ED: hue angle of 298.54º degrees, saturation: 0.82, 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 #E949ED is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 73 | 237 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.07 |
| HSL | 298.54º | 0.82% | 0.61% | - |
| HSV(B) | 298.54º | 0.69% | 0.93% | - |
| XYZ | 51.27 | 28.2 | 82.86 | - |
| YUV | 139.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 237 | 0.02 | 0.69 | 0 | 0.07 | 298.54 | 0.82 | 0.61 |
| Hex | E9 | 49 | ED | 2 | 45 | 0 | 7 | 12B | 52 | 3D |
| Octal | 351 | 111 | 355 | 2 | 105 | 0 | 7 | 453 | 122 | 75 |
| Binary | 11101001 | 1001001 | 11101101 | 10 | 1000101 | 0 | 111 | 100101011 | 1010010 | 111101 |
Color Harmonies of #E949ED
Complementary color
Monochromatic Colors of #E949ED
Black with #E949ED
Text Example
Text Example
White with #E949ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949ED; }
p { color: rgb(233,73,237); }
H1.HeaderClassName
{
color: #E949ED;
}
.AnyTagClassName
{
color: #E949ED;
}
</style>
background-color css
<style>
a { background-color: #E949ED; }
a { background-color: rgb(233,73,237); }
div.DivClassName
{
background-color: #E949ED;
}
.BgClassName
{
background-color: #E949ED;
}
</style>
border-color css
<style>
span { border-color: #E949ED; }
span { border-color: rgb(233,73,237); }
td.TdClassName
{
border-color: #E949ED;
}
.TagClassName
{
border-color: #E949ED;
}
</style>