Html Css Color HEX #EF5ACE Free Speech Magenta
📋 copy color: '#EF5ACE'red 239 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #EF5ACE
Tints of Free Speech Magenta #EF5ACE
RGB
CMYK
RGB Variations
Color information
#EF5ACE (or 0xEF5ACE) is known color: Free Speech Magenta. HEX triplet: EF, 5A and CE. RGB value is (239,90,206). Sum of RGB (Red+Green+Blue) = 239+90+206=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ACE is #10A531. Grayscale: #939393. Windows color (decimal): -1090866 or 13523695. OLE color: 13523695.
HSL color Cylindrical-coordinate representation of color #EF5ACE: hue angle of 313.29º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5ACE is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 206 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.06 |
| HSL | 313.29º | 0.82% | 0.65% | - |
| HSV(B) | 313.29º | 0.62% | 0.94% | - |
| XYZ | 50.39 | 30.12 | 61.55 | - |
| YUV | 147.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 206 | 0 | 0.62 | 0.14 | 0.06 | 313.29 | 0.82 | 0.65 |
| Hex | EF | 5A | CE | 0 | 3E | E | 6 | 139 | 52 | 41 |
| Octal | 357 | 132 | 316 | 0 | 76 | 16 | 6 | 471 | 122 | 101 |
| Binary | 11101111 | 1011010 | 11001110 | 0 | 111110 | 1110 | 110 | 100111001 | 1010010 | 1000001 |
Color Harmonies of #EF5ACE
Complementary color
Monochromatic Colors of #EF5ACE
Black with #EF5ACE
Text Example
Text Example
White with #EF5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5ACE; }
p { color: rgb(239,90,206); }
H1.HeaderClassName
{
color: #EF5ACE;
}
.AnyTagClassName
{
color: #EF5ACE;
}
</style>
background-color css
<style>
a { background-color: #EF5ACE; }
a { background-color: rgb(239,90,206); }
div.DivClassName
{
background-color: #EF5ACE;
}
.BgClassName
{
background-color: #EF5ACE;
}
</style>
border-color css
<style>
span { border-color: #EF5ACE; }
span { border-color: rgb(239,90,206); }
td.TdClassName
{
border-color: #EF5ACE;
}
.TagClassName
{
border-color: #EF5ACE;
}
</style>