Html Css Color HEX #EE58DC Free Speech Magenta
📋 copy color: '#EE58DC'red 238 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #EE58DC
Tints of Free Speech Magenta #EE58DC
RGB
CMYK
RGB Variations
Color information
#EE58DC (or 0xEE58DC) is known color: Free Speech Magenta. HEX triplet: EE, 58 and DC. RGB value is (238,88,220). Sum of RGB (Red+Green+Blue) = 238+88+220=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58DC is #11A723. Grayscale: #939393. Windows color (decimal): -1156900 or 14440686. OLE color: 14440686.
HSL color Cylindrical-coordinate representation of color #EE58DC: hue angle of 307.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE58DC is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 220 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.07 |
| HSL | 307.2º | 0.82% | 0.64% | - |
| HSV(B) | 307.2º | 0.63% | 0.93% | - |
| XYZ | 51.67 | 30.32 | 70.84 | - |
| YUV | 147.9 | 168.7 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 220 | 0 | 0.63 | 0.08 | 0.07 | 307.2 | 0.82 | 0.64 |
| Hex | EE | 58 | DC | 0 | 3F | 8 | 7 | 133 | 52 | 40 |
| Octal | 356 | 130 | 334 | 0 | 77 | 10 | 7 | 463 | 122 | 100 |
| Binary | 11101110 | 1011000 | 11011100 | 0 | 111111 | 1000 | 111 | 100110011 | 1010010 | 1000000 |
Color Harmonies of #EE58DC
Complementary color
Monochromatic Colors of #EE58DC
Black with #EE58DC
Text Example
Text Example
White with #EE58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58DC; }
p { color: rgb(238,88,220); }
H1.HeaderClassName
{
color: #EE58DC;
}
.AnyTagClassName
{
color: #EE58DC;
}
</style>
background-color css
<style>
a { background-color: #EE58DC; }
a { background-color: rgb(238,88,220); }
div.DivClassName
{
background-color: #EE58DC;
}
.BgClassName
{
background-color: #EE58DC;
}
</style>
border-color css
<style>
span { border-color: #EE58DC; }
span { border-color: rgb(238,88,220); }
td.TdClassName
{
border-color: #EE58DC;
}
.TagClassName
{
border-color: #EE58DC;
}
</style>