Html Css Color HEX #EE58DB Free Speech Magenta
📋 copy color: '#EE58DB'red 238 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #EE58DB
Tints of Free Speech Magenta #EE58DB
RGB
CMYK
RGB Variations
Color information
#EE58DB (or 0xEE58DB) is known color: Free Speech Magenta. HEX triplet: EE, 58 and DB. RGB value is (238,88,219). Sum of RGB (Red+Green+Blue) = 238+88+219=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58DB is #11A724. Grayscale: #939393. Windows color (decimal): -1156901 or 14375150. OLE color: 14375150.
HSL color Cylindrical-coordinate representation of color #EE58DB: hue angle of 307.6º 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 #EE58DB is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 219 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.07 |
| HSL | 307.6º | 0.82% | 0.64% | - |
| HSV(B) | 307.6º | 0.63% | 0.93% | - |
| XYZ | 51.54 | 30.27 | 70.14 | - |
| YUV | 147.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 219 | 0 | 0.63 | 0.08 | 0.07 | 307.6 | 0.82 | 0.64 |
| Hex | EE | 58 | DB | 0 | 3F | 8 | 7 | 134 | 52 | 40 |
| Octal | 356 | 130 | 333 | 0 | 77 | 10 | 7 | 464 | 122 | 100 |
| Binary | 11101110 | 1011000 | 11011011 | 0 | 111111 | 1000 | 111 | 100110100 | 1010010 | 1000000 |
Color Harmonies of #EE58DB
Complementary color
Monochromatic Colors of #EE58DB
Black with #EE58DB
Text Example
Text Example
White with #EE58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE58DB; }
p { color: rgb(238,88,219); }
H1.HeaderClassName
{
color: #EE58DB;
}
.AnyTagClassName
{
color: #EE58DB;
}
</style>
background-color css
<style>
a { background-color: #EE58DB; }
a { background-color: rgb(238,88,219); }
div.DivClassName
{
background-color: #EE58DB;
}
.BgClassName
{
background-color: #EE58DB;
}
</style>
border-color css
<style>
span { border-color: #EE58DB; }
span { border-color: rgb(238,88,219); }
td.TdClassName
{
border-color: #EE58DB;
}
.TagClassName
{
border-color: #EE58DB;
}
</style>