Html Css Color HEX #EF51CE Free Speech Magenta
📋 copy color: '#EF51CE'red 239 ◦ green 81 ◦ blue 206
Shades of Free Speech Magenta #EF51CE
Tints of Free Speech Magenta #EF51CE
RGB
CMYK
RGB Variations
Color information
#EF51CE (or 0xEF51CE) is known color: Free Speech Magenta. HEX triplet: EF, 51 and CE. RGB value is (239,81,206). Sum of RGB (Red+Green+Blue) = 239+81+206=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51CE is #10AE31. Grayscale: #8E8E8E. Windows color (decimal): -1093170 or 13521391. OLE color: 13521391.
HSL color Cylindrical-coordinate representation of color #EF51CE: hue angle of 312.53º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF51CE is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 206 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.06 |
| HSL | 312.53º | 0.83% | 0.63% | - |
| HSV(B) | 312.53º | 0.66% | 0.94% | - |
| XYZ | 49.68 | 28.69 | 61.31 | - |
| YUV | 142.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 206 | 0 | 0.66 | 0.14 | 0.06 | 312.53 | 0.83 | 0.63 |
| Hex | EF | 51 | CE | 0 | 42 | E | 6 | 139 | 53 | 3F |
| Octal | 357 | 121 | 316 | 0 | 102 | 16 | 6 | 471 | 123 | 77 |
| Binary | 11101111 | 1010001 | 11001110 | 0 | 1000010 | 1110 | 110 | 100111001 | 1010011 | 111111 |
Color Harmonies of #EF51CE
Complementary color
Monochromatic Colors of #EF51CE
Black with #EF51CE
Text Example
Text Example
White with #EF51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF51CE; }
p { color: rgb(239,81,206); }
H1.HeaderClassName
{
color: #EF51CE;
}
.AnyTagClassName
{
color: #EF51CE;
}
</style>
background-color css
<style>
a { background-color: #EF51CE; }
a { background-color: rgb(239,81,206); }
div.DivClassName
{
background-color: #EF51CE;
}
.BgClassName
{
background-color: #EF51CE;
}
</style>
border-color css
<style>
span { border-color: #EF51CE; }
span { border-color: rgb(239,81,206); }
td.TdClassName
{
border-color: #EF51CE;
}
.TagClassName
{
border-color: #EF51CE;
}
</style>