Html Css Color HEX #EF5FDD Free Speech Magenta
📋 copy color: '#EF5FDD'red 239 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #EF5FDD
Tints of Free Speech Magenta #EF5FDD
RGB
CMYK
RGB Variations
Color information
#EF5FDD (or 0xEF5FDD) is known color: Free Speech Magenta. HEX triplet: EF, 5F and DD. RGB value is (239,95,221). Sum of RGB (Red+Green+Blue) = 239+95+221=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 95 (37.5% from 255 or 17.12% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FDD is #10A022. Grayscale: #989898. Windows color (decimal): -1089571 or 14508015. OLE color: 14508015.
HSL color Cylindrical-coordinate representation of color #EF5FDD: hue angle of 307.5º 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 #EF5FDD is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 221 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.06 |
| HSL | 307.5º | 0.82% | 0.65% | - |
| HSV(B) | 307.5º | 0.6% | 0.94% | - |
| XYZ | 52.74 | 31.76 | 71.76 | - |
| YUV | 152.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 221 | 0 | 0.60 | 0.08 | 0.06 | 307.5 | 0.82 | 0.65 |
| Hex | EF | 5F | DD | 0 | 3C | 8 | 6 | 134 | 52 | 41 |
| Octal | 357 | 137 | 335 | 0 | 74 | 10 | 6 | 464 | 122 | 101 |
| Binary | 11101111 | 1011111 | 11011101 | 0 | 111100 | 1000 | 110 | 100110100 | 1010010 | 1000001 |
Color Harmonies of #EF5FDD
Complementary color
Monochromatic Colors of #EF5FDD
Black with #EF5FDD
Text Example
Text Example
White with #EF5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FDD; }
p { color: rgb(239,95,221); }
H1.HeaderClassName
{
color: #EF5FDD;
}
.AnyTagClassName
{
color: #EF5FDD;
}
</style>
background-color css
<style>
a { background-color: #EF5FDD; }
a { background-color: rgb(239,95,221); }
div.DivClassName
{
background-color: #EF5FDD;
}
.BgClassName
{
background-color: #EF5FDD;
}
</style>
border-color css
<style>
span { border-color: #EF5FDD; }
span { border-color: rgb(239,95,221); }
td.TdClassName
{
border-color: #EF5FDD;
}
.TagClassName
{
border-color: #EF5FDD;
}
</style>