Html Css Color HEX #EE57DB Free Speech Magenta
📋 copy color: '#EE57DB'red 238 ◦ green 87 ◦ blue 219
Shades of Free Speech Magenta #EE57DB
Tints of Free Speech Magenta #EE57DB
RGB
CMYK
RGB Variations
Color information
#EE57DB (or 0xEE57DB) is known color: Free Speech Magenta. HEX triplet: EE, 57 and DB. RGB value is (238,87,219). Sum of RGB (Red+Green+Blue) = 238+87+219=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 87 (34.38% from 255 or 15.99% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE57DB is #11A824. Grayscale: #929292. Windows color (decimal): -1157157 or 14374894. OLE color: 14374894.
HSL color Cylindrical-coordinate representation of color #EE57DB: hue angle of 307.55º 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 #EE57DB is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 219 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.07 |
| HSL | 307.55º | 0.82% | 0.64% | - |
| HSV(B) | 307.55º | 0.63% | 0.93% | - |
| XYZ | 51.45 | 30.11 | 70.12 | - |
| YUV | 147.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 219 | 0 | 0.63 | 0.08 | 0.07 | 307.55 | 0.82 | 0.64 |
| Hex | EE | 57 | DB | 0 | 3F | 8 | 7 | 134 | 52 | 40 |
| Octal | 356 | 127 | 333 | 0 | 77 | 10 | 7 | 464 | 122 | 100 |
| Binary | 11101110 | 1010111 | 11011011 | 0 | 111111 | 1000 | 111 | 100110100 | 1010010 | 1000000 |
Color Harmonies of #EE57DB
Complementary color
Monochromatic Colors of #EE57DB
Black with #EE57DB
Text Example
Text Example
White with #EE57DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57DB; }
p { color: rgb(238,87,219); }
H1.HeaderClassName
{
color: #EE57DB;
}
.AnyTagClassName
{
color: #EE57DB;
}
</style>
background-color css
<style>
a { background-color: #EE57DB; }
a { background-color: rgb(238,87,219); }
div.DivClassName
{
background-color: #EE57DB;
}
.BgClassName
{
background-color: #EE57DB;
}
</style>
border-color css
<style>
span { border-color: #EE57DB; }
span { border-color: rgb(238,87,219); }
td.TdClassName
{
border-color: #EE57DB;
}
.TagClassName
{
border-color: #EE57DB;
}
</style>