Html Css Color HEX #EF58D3 Free Speech Magenta
📋 copy color: '#EF58D3'red 239 ◦ green 88 ◦ blue 211
Shades of Free Speech Magenta #EF58D3
Tints of Free Speech Magenta #EF58D3
RGB
CMYK
RGB Variations
Color information
#EF58D3 (or 0xEF58D3) is known color: Free Speech Magenta. HEX triplet: EF, 58 and D3. RGB value is (239,88,211). Sum of RGB (Red+Green+Blue) = 239+88+211=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58D3 is #10A72C. Grayscale: #929292. Windows color (decimal): -1091373 or 13850863. OLE color: 13850863.
HSL color Cylindrical-coordinate representation of color #EF58D3: hue angle of 311.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58D3 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 211 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.06 |
| HSL | 311.13º | 0.83% | 0.64% | - |
| HSV(B) | 311.13º | 0.63% | 0.94% | - |
| XYZ | 50.84 | 30.03 | 64.75 | - |
| YUV | 147.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 211 | 0 | 0.63 | 0.12 | 0.06 | 311.13 | 0.83 | 0.64 |
| Hex | EF | 58 | D3 | 0 | 3F | C | 6 | 137 | 53 | 40 |
| Octal | 357 | 130 | 323 | 0 | 77 | 14 | 6 | 467 | 123 | 100 |
| Binary | 11101111 | 1011000 | 11010011 | 0 | 111111 | 1100 | 110 | 100110111 | 1010011 | 1000000 |
Color Harmonies of #EF58D3
Complementary color
Monochromatic Colors of #EF58D3
Black with #EF58D3
Text Example
Text Example
White with #EF58D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58D3; }
p { color: rgb(239,88,211); }
H1.HeaderClassName
{
color: #EF58D3;
}
.AnyTagClassName
{
color: #EF58D3;
}
</style>
background-color css
<style>
a { background-color: #EF58D3; }
a { background-color: rgb(239,88,211); }
div.DivClassName
{
background-color: #EF58D3;
}
.BgClassName
{
background-color: #EF58D3;
}
</style>
border-color css
<style>
span { border-color: #EF58D3; }
span { border-color: rgb(239,88,211); }
td.TdClassName
{
border-color: #EF58D3;
}
.TagClassName
{
border-color: #EF58D3;
}
</style>