Html Css Color HEX #EF5DDB Free Speech Magenta
📋 copy color: '#EF5DDB'red 239 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #EF5DDB
Tints of Free Speech Magenta #EF5DDB
RGB
CMYK
RGB Variations
Color information
#EF5DDB (or 0xEF5DDB) is known color: Free Speech Magenta. HEX triplet: EF, 5D and DB. RGB value is (239,93,219). Sum of RGB (Red+Green+Blue) = 239+93+219=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DDB is #10A224. Grayscale: #969696. Windows color (decimal): -1090085 or 14376431. OLE color: 14376431.
HSL color Cylindrical-coordinate representation of color #EF5DDB: hue angle of 308.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5DDB is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 219 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.06 |
| HSL | 308.22º | 0.82% | 0.65% | - |
| HSV(B) | 308.22º | 0.61% | 0.94% | - |
| XYZ | 52.3 | 31.29 | 70.3 | - |
| YUV | 151.02 | 166.37 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 219 | 0 | 0.61 | 0.08 | 0.06 | 308.22 | 0.82 | 0.65 |
| Hex | EF | 5D | DB | 0 | 3D | 8 | 6 | 134 | 52 | 41 |
| Octal | 357 | 135 | 333 | 0 | 75 | 10 | 6 | 464 | 122 | 101 |
| Binary | 11101111 | 1011101 | 11011011 | 0 | 111101 | 1000 | 110 | 100110100 | 1010010 | 1000001 |
Color Harmonies of #EF5DDB
Complementary color
Monochromatic Colors of #EF5DDB
Black with #EF5DDB
Text Example
Text Example
White with #EF5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5DDB; }
p { color: rgb(239,93,219); }
H1.HeaderClassName
{
color: #EF5DDB;
}
.AnyTagClassName
{
color: #EF5DDB;
}
</style>
background-color css
<style>
a { background-color: #EF5DDB; }
a { background-color: rgb(239,93,219); }
div.DivClassName
{
background-color: #EF5DDB;
}
.BgClassName
{
background-color: #EF5DDB;
}
</style>
border-color css
<style>
span { border-color: #EF5DDB; }
span { border-color: rgb(239,93,219); }
td.TdClassName
{
border-color: #EF5DDB;
}
.TagClassName
{
border-color: #EF5DDB;
}
</style>