Html Css Color HEX #EF45DF Free Speech Magenta
📋 copy color: '#EF45DF'red 239 ◦ green 69 ◦ blue 223
Shades of Free Speech Magenta #EF45DF
Tints of Free Speech Magenta #EF45DF
RGB
CMYK
RGB Variations
Color information
#EF45DF (or 0xEF45DF) is known color: Free Speech Magenta. HEX triplet: EF, 45 and DF. RGB value is (239,69,223). Sum of RGB (Red+Green+Blue) = 239+69+223=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF45DF is #10BA20. Grayscale: #888888. Windows color (decimal): -1096225 or 14632431. OLE color: 14632431.
HSL color Cylindrical-coordinate representation of color #EF45DF: hue angle of 305.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF45DF is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 223 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.06 |
| HSL | 305.65º | 0.84% | 0.6% | - |
| HSV(B) | 305.65º | 0.71% | 0.94% | - |
| XYZ | 51.04 | 27.93 | 72.51 | - |
| YUV | 137.39 | 176.32 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 223 | 0 | 0.71 | 0.07 | 0.06 | 305.65 | 0.84 | 0.6 |
| Hex | EF | 45 | DF | 0 | 47 | 7 | 6 | 132 | 54 | 3C |
| Octal | 357 | 105 | 337 | 0 | 107 | 7 | 6 | 462 | 124 | 74 |
| Binary | 11101111 | 1000101 | 11011111 | 0 | 1000111 | 111 | 110 | 100110010 | 1010100 | 111100 |
Color Harmonies of #EF45DF
Complementary color
Monochromatic Colors of #EF45DF
Black with #EF45DF
Text Example
Text Example
White with #EF45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF45DF; }
p { color: rgb(239,69,223); }
H1.HeaderClassName
{
color: #EF45DF;
}
.AnyTagClassName
{
color: #EF45DF;
}
</style>
background-color css
<style>
a { background-color: #EF45DF; }
a { background-color: rgb(239,69,223); }
div.DivClassName
{
background-color: #EF45DF;
}
.BgClassName
{
background-color: #EF45DF;
}
</style>
border-color css
<style>
span { border-color: #EF45DF; }
span { border-color: rgb(239,69,223); }
td.TdClassName
{
border-color: #EF45DF;
}
.TagClassName
{
border-color: #EF45DF;
}
</style>