Html Css Color HEX #EE6DDB Free Speech Magenta
📋 copy color: '#EE6DDB'red 238 ◦ green 109 ◦ blue 219
Shades of Free Speech Magenta #EE6DDB
Tints of Free Speech Magenta #EE6DDB
RGB
CMYK
RGB Variations
Color information
#EE6DDB (or 0xEE6DDB) is known color: Free Speech Magenta. HEX triplet: EE, 6D and DB. RGB value is (238,109,219). Sum of RGB (Red+Green+Blue) = 238+109+219=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DDB is #119224. Grayscale: #9F9F9F. Windows color (decimal): -1151525 or 14380526. OLE color: 14380526.
HSL color Cylindrical-coordinate representation of color #EE6DDB: hue angle of 308.84º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6DDB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 219 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.07 |
| HSL | 308.84º | 0.79% | 0.68% | - |
| HSV(B) | 308.84º | 0.54% | 0.93% | - |
| XYZ | 53.51 | 34.23 | 70.8 | - |
| YUV | 160.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 219 | 0 | 0.54 | 0.08 | 0.07 | 308.84 | 0.79 | 0.68 |
| Hex | EE | 6D | DB | 0 | 36 | 8 | 7 | 135 | 4F | 44 |
| Octal | 356 | 155 | 333 | 0 | 66 | 10 | 7 | 465 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11011011 | 0 | 110110 | 1000 | 111 | 100110101 | 1001111 | 1000100 |
Color Harmonies of #EE6DDB
Complementary color
Monochromatic Colors of #EE6DDB
Black with #EE6DDB
Text Example
Text Example
White with #EE6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DDB; }
p { color: rgb(238,109,219); }
H1.HeaderClassName
{
color: #EE6DDB;
}
.AnyTagClassName
{
color: #EE6DDB;
}
</style>
background-color css
<style>
a { background-color: #EE6DDB; }
a { background-color: rgb(238,109,219); }
div.DivClassName
{
background-color: #EE6DDB;
}
.BgClassName
{
background-color: #EE6DDB;
}
</style>
border-color css
<style>
span { border-color: #EE6DDB; }
span { border-color: rgb(238,109,219); }
td.TdClassName
{
border-color: #EE6DDB;
}
.TagClassName
{
border-color: #EE6DDB;
}
</style>