Html Css Color HEX #EF55DB Free Speech Magenta
📋 copy color: '#EF55DB'red 239 ◦ green 85 ◦ blue 219
Shades of Free Speech Magenta #EF55DB
Tints of Free Speech Magenta #EF55DB
RGB
CMYK
RGB Variations
Color information
#EF55DB (or 0xEF55DB) is known color: Free Speech Magenta. HEX triplet: EF, 55 and DB. RGB value is (239,85,219). Sum of RGB (Red+Green+Blue) = 239+85+219=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55DB is #10AA24. Grayscale: #919191. Windows color (decimal): -1092133 or 14374383. OLE color: 14374383.
HSL color Cylindrical-coordinate representation of color #EF55DB: hue angle of 307.79º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55DB is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 219 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.06 |
| HSL | 307.79º | 0.83% | 0.64% | - |
| HSV(B) | 307.79º | 0.64% | 0.94% | - |
| XYZ | 51.63 | 29.96 | 70.08 | - |
| YUV | 146.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 219 | 0 | 0.64 | 0.08 | 0.06 | 307.79 | 0.83 | 0.64 |
| Hex | EF | 55 | DB | 0 | 40 | 8 | 6 | 134 | 53 | 40 |
| Octal | 357 | 125 | 333 | 0 | 100 | 10 | 6 | 464 | 123 | 100 |
| Binary | 11101111 | 1010101 | 11011011 | 0 | 1000000 | 1000 | 110 | 100110100 | 1010011 | 1000000 |
Color Harmonies of #EF55DB
Complementary color
Monochromatic Colors of #EF55DB
Black with #EF55DB
Text Example
Text Example
White with #EF55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55DB; }
p { color: rgb(239,85,219); }
H1.HeaderClassName
{
color: #EF55DB;
}
.AnyTagClassName
{
color: #EF55DB;
}
</style>
background-color css
<style>
a { background-color: #EF55DB; }
a { background-color: rgb(239,85,219); }
div.DivClassName
{
background-color: #EF55DB;
}
.BgClassName
{
background-color: #EF55DB;
}
</style>
border-color css
<style>
span { border-color: #EF55DB; }
span { border-color: rgb(239,85,219); }
td.TdClassName
{
border-color: #EF55DB;
}
.TagClassName
{
border-color: #EF55DB;
}
</style>