Html Css Color HEX #EE50ED Free Speech Magenta
📋 copy color: '#EE50ED'red 238 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #EE50ED
Tints of Free Speech Magenta #EE50ED
RGB
CMYK
RGB Variations
Color information
#EE50ED (or 0xEE50ED) is known color: Free Speech Magenta. HEX triplet: EE, 50 and ED. RGB value is (238,80,237). Sum of RGB (Red+Green+Blue) = 238+80+237=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE50ED is #11AF12. Grayscale: #909090. Windows color (decimal): -1158931 or 15552750. OLE color: 15552750.
HSL color Cylindrical-coordinate representation of color #EE50ED: hue angle of 300.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50ED is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 237 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.07 |
| HSL | 300.38º | 0.82% | 0.62% | - |
| HSV(B) | 300.38º | 0.66% | 0.93% | - |
| XYZ | 53.41 | 30.03 | 83.1 | - |
| YUV | 145.14 | 179.85 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 237 | 0 | 0.66 | 0.00 | 0.07 | 300.38 | 0.82 | 0.62 |
| Hex | EE | 50 | ED | 0 | 42 | 0 | 7 | 12C | 52 | 3E |
| Octal | 356 | 120 | 355 | 0 | 102 | 0 | 7 | 454 | 122 | 76 |
| Binary | 11101110 | 1010000 | 11101101 | 0 | 1000010 | 0 | 111 | 100101100 | 1010010 | 111110 |
Color Harmonies of #EE50ED
Complementary color
Monochromatic Colors of #EE50ED
Black with #EE50ED
Text Example
Text Example
White with #EE50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50ED; }
p { color: rgb(238,80,237); }
H1.HeaderClassName
{
color: #EE50ED;
}
.AnyTagClassName
{
color: #EE50ED;
}
</style>
background-color css
<style>
a { background-color: #EE50ED; }
a { background-color: rgb(238,80,237); }
div.DivClassName
{
background-color: #EE50ED;
}
.BgClassName
{
background-color: #EE50ED;
}
</style>
border-color css
<style>
span { border-color: #EE50ED; }
span { border-color: rgb(238,80,237); }
td.TdClassName
{
border-color: #EE50ED;
}
.TagClassName
{
border-color: #EE50ED;
}
</style>