Html Css Color HEX #EF53C2 Free Speech Magenta
📋 copy color: '#EF53C2'red 239 ◦ green 83 ◦ blue 194
Shades of Free Speech Magenta #EF53C2
Tints of Free Speech Magenta #EF53C2
RGB
CMYK
RGB Variations
Color information
#EF53C2 (or 0xEF53C2) is known color: Free Speech Magenta. HEX triplet: EF, 53 and C2. RGB value is (239,83,194). Sum of RGB (Red+Green+Blue) = 239+83+194=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53C2 is #10AC3D. Grayscale: #8E8E8E. Windows color (decimal): -1092670 or 12735471. OLE color: 12735471.
HSL color Cylindrical-coordinate representation of color #EF53C2: hue angle of 317.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF53C2 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 194 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.06 |
| HSL | 317.31º | 0.83% | 0.63% | - |
| HSV(B) | 317.31º | 0.65% | 0.94% | - |
| XYZ | 48.43 | 28.43 | 53.97 | - |
| YUV | 142.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 194 | 0 | 0.65 | 0.19 | 0.06 | 317.31 | 0.83 | 0.63 |
| Hex | EF | 53 | C2 | 0 | 41 | 13 | 6 | 13D | 53 | 3F |
| Octal | 357 | 123 | 302 | 0 | 101 | 23 | 6 | 475 | 123 | 77 |
| Binary | 11101111 | 1010011 | 11000010 | 0 | 1000001 | 10011 | 110 | 100111101 | 1010011 | 111111 |
Color Harmonies of #EF53C2
Complementary color
Monochromatic Colors of #EF53C2
Black with #EF53C2
Text Example
Text Example
White with #EF53C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53C2; }
p { color: rgb(239,83,194); }
H1.HeaderClassName
{
color: #EF53C2;
}
.AnyTagClassName
{
color: #EF53C2;
}
</style>
background-color css
<style>
a { background-color: #EF53C2; }
a { background-color: rgb(239,83,194); }
div.DivClassName
{
background-color: #EF53C2;
}
.BgClassName
{
background-color: #EF53C2;
}
</style>
border-color css
<style>
span { border-color: #EF53C2; }
span { border-color: rgb(239,83,194); }
td.TdClassName
{
border-color: #EF53C2;
}
.TagClassName
{
border-color: #EF53C2;
}
</style>