Html Css Color HEX #EF5FDB Free Speech Magenta
📋 copy color: '#EF5FDB'red 239 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #EF5FDB
Tints of Free Speech Magenta #EF5FDB
RGB
CMYK
RGB Variations
Color information
#EF5FDB (or 0xEF5FDB) is known color: Free Speech Magenta. HEX triplet: EF, 5F and DB. RGB value is (239,95,219). Sum of RGB (Red+Green+Blue) = 239+95+219=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FDB is #10A024. Grayscale: #979797. Windows color (decimal): -1089573 or 14376943. OLE color: 14376943.
HSL color Cylindrical-coordinate representation of color #EF5FDB: hue angle of 308.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FDB is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 219 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.06 |
| HSL | 308.33º | 0.82% | 0.65% | - |
| HSV(B) | 308.33º | 0.6% | 0.94% | - |
| XYZ | 52.48 | 31.65 | 70.36 | - |
| YUV | 152.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 219 | 0 | 0.60 | 0.08 | 0.06 | 308.33 | 0.82 | 0.65 |
| Hex | EF | 5F | DB | 0 | 3C | 8 | 6 | 134 | 52 | 41 |
| Octal | 357 | 137 | 333 | 0 | 74 | 10 | 6 | 464 | 122 | 101 |
| Binary | 11101111 | 1011111 | 11011011 | 0 | 111100 | 1000 | 110 | 100110100 | 1010010 | 1000001 |
Color Harmonies of #EF5FDB
Complementary color
Monochromatic Colors of #EF5FDB
Black with #EF5FDB
Text Example
Text Example
White with #EF5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FDB; }
p { color: rgb(239,95,219); }
H1.HeaderClassName
{
color: #EF5FDB;
}
.AnyTagClassName
{
color: #EF5FDB;
}
</style>
background-color css
<style>
a { background-color: #EF5FDB; }
a { background-color: rgb(239,95,219); }
div.DivClassName
{
background-color: #EF5FDB;
}
.BgClassName
{
background-color: #EF5FDB;
}
</style>
border-color css
<style>
span { border-color: #EF5FDB; }
span { border-color: rgb(239,95,219); }
td.TdClassName
{
border-color: #EF5FDB;
}
.TagClassName
{
border-color: #EF5FDB;
}
</style>