Html Css Color HEX #EF60CE Free Speech Magenta
📋 copy color: '#EF60CE'red 239 ◦ green 96 ◦ blue 206
Shades of Free Speech Magenta #EF60CE
Tints of Free Speech Magenta #EF60CE
RGB
CMYK
RGB Variations
Color information
#EF60CE (or 0xEF60CE) is known color: Free Speech Magenta. HEX triplet: EF, 60 and CE. RGB value is (239,96,206). Sum of RGB (Red+Green+Blue) = 239+96+206=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60CE is #109F31. Grayscale: #979797. Windows color (decimal): -1089330 or 13525231. OLE color: 13525231.
HSL color Cylindrical-coordinate representation of color #EF60CE: hue angle of 313.85º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60CE is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 206 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.06 |
| HSL | 313.85º | 0.82% | 0.66% | - |
| HSV(B) | 313.85º | 0.6% | 0.94% | - |
| XYZ | 50.92 | 31.17 | 61.73 | - |
| YUV | 151.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 206 | 0 | 0.60 | 0.14 | 0.06 | 313.85 | 0.82 | 0.66 |
| Hex | EF | 60 | CE | 0 | 3C | E | 6 | 13A | 52 | 42 |
| Octal | 357 | 140 | 316 | 0 | 74 | 16 | 6 | 472 | 122 | 102 |
| Binary | 11101111 | 1100000 | 11001110 | 0 | 111100 | 1110 | 110 | 100111010 | 1010010 | 1000010 |
Color Harmonies of #EF60CE
Complementary color
Monochromatic Colors of #EF60CE
Black with #EF60CE
Text Example
Text Example
White with #EF60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60CE; }
p { color: rgb(239,96,206); }
H1.HeaderClassName
{
color: #EF60CE;
}
.AnyTagClassName
{
color: #EF60CE;
}
</style>
background-color css
<style>
a { background-color: #EF60CE; }
a { background-color: rgb(239,96,206); }
div.DivClassName
{
background-color: #EF60CE;
}
.BgClassName
{
background-color: #EF60CE;
}
</style>
border-color css
<style>
span { border-color: #EF60CE; }
span { border-color: rgb(239,96,206); }
td.TdClassName
{
border-color: #EF60CE;
}
.TagClassName
{
border-color: #EF60CE;
}
</style>