Html Css Color HEX #EF43DF Free Speech Magenta
📋 copy color: '#EF43DF'red 239 ◦ green 67 ◦ blue 223
Shades of Free Speech Magenta #EF43DF
Tints of Free Speech Magenta #EF43DF
RGB
CMYK
RGB Variations
Color information
#EF43DF (or 0xEF43DF) is known color: Free Speech Magenta. HEX triplet: EF, 43 and DF. RGB value is (239,67,223). Sum of RGB (Red+Green+Blue) = 239+67+223=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 67 (26.56% from 255 or 12.67% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF43DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF43DF is #10BC20. Grayscale: #878787. Windows color (decimal): -1096737 or 14631919. OLE color: 14631919.
HSL color Cylindrical-coordinate representation of color #EF43DF: hue angle of 305.58º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF43DF is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 67 | 223 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.06 |
| HSL | 305.58º | 0.84% | 0.6% | - |
| HSV(B) | 305.58º | 0.72% | 0.94% | - |
| XYZ | 50.92 | 27.69 | 72.47 | - |
| YUV | 136.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 67 | 223 | 0 | 0.72 | 0.07 | 0.06 | 305.58 | 0.84 | 0.6 |
| Hex | EF | 43 | DF | 0 | 48 | 7 | 6 | 132 | 54 | 3C |
| Octal | 357 | 103 | 337 | 0 | 110 | 7 | 6 | 462 | 124 | 74 |
| Binary | 11101111 | 1000011 | 11011111 | 0 | 1001000 | 111 | 110 | 100110010 | 1010100 | 111100 |
Color Harmonies of #EF43DF
Complementary color
Monochromatic Colors of #EF43DF
Black with #EF43DF
Text Example
Text Example
White with #EF43DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF43DF; }
p { color: rgb(239,67,223); }
H1.HeaderClassName
{
color: #EF43DF;
}
.AnyTagClassName
{
color: #EF43DF;
}
</style>
background-color css
<style>
a { background-color: #EF43DF; }
a { background-color: rgb(239,67,223); }
div.DivClassName
{
background-color: #EF43DF;
}
.BgClassName
{
background-color: #EF43DF;
}
</style>
border-color css
<style>
span { border-color: #EF43DF; }
span { border-color: rgb(239,67,223); }
td.TdClassName
{
border-color: #EF43DF;
}
.TagClassName
{
border-color: #EF43DF;
}
</style>