Html Css Color HEX #EF65DB Free Speech Magenta
📋 copy color: '#EF65DB'red 239 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #EF65DB
Tints of Free Speech Magenta #EF65DB
RGB
CMYK
RGB Variations
Color information
#EF65DB (or 0xEF65DB) is known color: Free Speech Magenta. HEX triplet: EF, 65 and DB. RGB value is (239,101,219). Sum of RGB (Red+Green+Blue) = 239+101+219=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65DB is #109A24. Grayscale: #9B9B9B. Windows color (decimal): -1088037 or 14378479. OLE color: 14378479.
HSL color Cylindrical-coordinate representation of color #EF65DB: hue angle of 308.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65DB is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 219 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.06 |
| HSL | 308.7º | 0.81% | 0.67% | - |
| HSV(B) | 308.7º | 0.58% | 0.94% | - |
| XYZ | 53.04 | 32.77 | 70.55 | - |
| YUV | 155.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 219 | 0 | 0.58 | 0.08 | 0.06 | 308.7 | 0.81 | 0.67 |
| Hex | EF | 65 | DB | 0 | 3A | 8 | 6 | 135 | 51 | 43 |
| Octal | 357 | 145 | 333 | 0 | 72 | 10 | 6 | 465 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11011011 | 0 | 111010 | 1000 | 110 | 100110101 | 1010001 | 1000011 |
Color Harmonies of #EF65DB
Complementary color
Monochromatic Colors of #EF65DB
Black with #EF65DB
Text Example
Text Example
White with #EF65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65DB; }
p { color: rgb(239,101,219); }
H1.HeaderClassName
{
color: #EF65DB;
}
.AnyTagClassName
{
color: #EF65DB;
}
</style>
background-color css
<style>
a { background-color: #EF65DB; }
a { background-color: rgb(239,101,219); }
div.DivClassName
{
background-color: #EF65DB;
}
.BgClassName
{
background-color: #EF65DB;
}
</style>
border-color css
<style>
span { border-color: #EF65DB; }
span { border-color: rgb(239,101,219); }
td.TdClassName
{
border-color: #EF65DB;
}
.TagClassName
{
border-color: #EF65DB;
}
</style>