Html Css Color HEX #EF51DB Free Speech Magenta
📋 copy color: '#EF51DB'red 239 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #EF51DB
Tints of Free Speech Magenta #EF51DB
RGB
CMYK
RGB Variations
Color information
#EF51DB (or 0xEF51DB) is known color: Free Speech Magenta. HEX triplet: EF, 51 and DB. RGB value is (239,81,219). Sum of RGB (Red+Green+Blue) = 239+81+219=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51DB is #10AE24. Grayscale: #8F8F8F. Windows color (decimal): -1093157 or 14373359. OLE color: 14373359.
HSL color Cylindrical-coordinate representation of color #EF51DB: hue angle of 307.59º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF51DB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 219 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.06 |
| HSL | 307.59º | 0.83% | 0.63% | - |
| HSV(B) | 307.59º | 0.66% | 0.94% | - |
| XYZ | 51.33 | 29.35 | 69.98 | - |
| YUV | 143.97 | 170.35 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 219 | 0 | 0.66 | 0.08 | 0.06 | 307.59 | 0.83 | 0.63 |
| Hex | EF | 51 | DB | 0 | 42 | 8 | 6 | 134 | 53 | 3F |
| Octal | 357 | 121 | 333 | 0 | 102 | 10 | 6 | 464 | 123 | 77 |
| Binary | 11101111 | 1010001 | 11011011 | 0 | 1000010 | 1000 | 110 | 100110100 | 1010011 | 111111 |
Color Harmonies of #EF51DB
Complementary color
Monochromatic Colors of #EF51DB
Black with #EF51DB
Text Example
Text Example
White with #EF51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51DB; }
p { color: rgb(239,81,219); }
H1.HeaderClassName
{
color: #EF51DB;
}
.AnyTagClassName
{
color: #EF51DB;
}
</style>
background-color css
<style>
a { background-color: #EF51DB; }
a { background-color: rgb(239,81,219); }
div.DivClassName
{
background-color: #EF51DB;
}
.BgClassName
{
background-color: #EF51DB;
}
</style>
border-color css
<style>
span { border-color: #EF51DB; }
span { border-color: rgb(239,81,219); }
td.TdClassName
{
border-color: #EF51DB;
}
.TagClassName
{
border-color: #EF51DB;
}
</style>