Html Css Color HEX #EE54ED Free Speech Magenta
📋 copy color: '#EE54ED'red 238 ◦ green 84 ◦ blue 237
Shades of Free Speech Magenta #EE54ED
Tints of Free Speech Magenta #EE54ED
RGB
CMYK
RGB Variations
Color information
#EE54ED (or 0xEE54ED) is known color: Free Speech Magenta. HEX triplet: EE, 54 and ED. RGB value is (238,84,237). Sum of RGB (Red+Green+Blue) = 238+84+237=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 84 (33.20% from 255 or 15.03% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54ED is #11AB12. Grayscale: #939393. Windows color (decimal): -1157907 or 15553774. OLE color: 15553774.
HSL color Cylindrical-coordinate representation of color #EE54ED: hue angle of 300.39º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE54ED is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 237 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.07 |
| HSL | 300.39º | 0.82% | 0.63% | - |
| HSV(B) | 300.39º | 0.65% | 0.93% | - |
| XYZ | 53.72 | 30.63 | 83.2 | - |
| YUV | 147.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 237 | 0 | 0.65 | 0.00 | 0.07 | 300.39 | 0.82 | 0.63 |
| Hex | EE | 54 | ED | 0 | 41 | 0 | 7 | 12C | 52 | 3F |
| Octal | 356 | 124 | 355 | 0 | 101 | 0 | 7 | 454 | 122 | 77 |
| Binary | 11101110 | 1010100 | 11101101 | 0 | 1000001 | 0 | 111 | 100101100 | 1010010 | 111111 |
Color Harmonies of #EE54ED
Complementary color
Monochromatic Colors of #EE54ED
Black with #EE54ED
Text Example
Text Example
White with #EE54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE54ED; }
p { color: rgb(238,84,237); }
H1.HeaderClassName
{
color: #EE54ED;
}
.AnyTagClassName
{
color: #EE54ED;
}
</style>
background-color css
<style>
a { background-color: #EE54ED; }
a { background-color: rgb(238,84,237); }
div.DivClassName
{
background-color: #EE54ED;
}
.BgClassName
{
background-color: #EE54ED;
}
</style>
border-color css
<style>
span { border-color: #EE54ED; }
span { border-color: rgb(238,84,237); }
td.TdClassName
{
border-color: #EE54ED;
}
.TagClassName
{
border-color: #EE54ED;
}
</style>