Html Css Color HEX #EF53D3 Free Speech Magenta
📋 copy color: '#EF53D3'red 239 ◦ green 83 ◦ blue 211
Shades of Free Speech Magenta #EF53D3
Tints of Free Speech Magenta #EF53D3
RGB
CMYK
RGB Variations
Color information
#EF53D3 (or 0xEF53D3) is known color: Free Speech Magenta. HEX triplet: EF, 53 and D3. RGB value is (239,83,211). Sum of RGB (Red+Green+Blue) = 239+83+211=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53D3 is #10AC2C. Grayscale: #8F8F8F. Windows color (decimal): -1092653 or 13849583. OLE color: 13849583.
HSL color Cylindrical-coordinate representation of color #EF53D3: hue angle of 310.77º 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 #EF53D3 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 211 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.06 |
| HSL | 310.77º | 0.83% | 0.63% | - |
| HSV(B) | 310.77º | 0.65% | 0.94% | - |
| XYZ | 50.45 | 29.24 | 64.61 | - |
| YUV | 144.24 | 165.68 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 211 | 0 | 0.65 | 0.12 | 0.06 | 310.77 | 0.83 | 0.63 |
| Hex | EF | 53 | D3 | 0 | 41 | C | 6 | 137 | 53 | 3F |
| Octal | 357 | 123 | 323 | 0 | 101 | 14 | 6 | 467 | 123 | 77 |
| Binary | 11101111 | 1010011 | 11010011 | 0 | 1000001 | 1100 | 110 | 100110111 | 1010011 | 111111 |
Color Harmonies of #EF53D3
Complementary color
Monochromatic Colors of #EF53D3
Black with #EF53D3
Text Example
Text Example
White with #EF53D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53D3; }
p { color: rgb(239,83,211); }
H1.HeaderClassName
{
color: #EF53D3;
}
.AnyTagClassName
{
color: #EF53D3;
}
</style>
background-color css
<style>
a { background-color: #EF53D3; }
a { background-color: rgb(239,83,211); }
div.DivClassName
{
background-color: #EF53D3;
}
.BgClassName
{
background-color: #EF53D3;
}
</style>
border-color css
<style>
span { border-color: #EF53D3; }
span { border-color: rgb(239,83,211); }
td.TdClassName
{
border-color: #EF53D3;
}
.TagClassName
{
border-color: #EF53D3;
}
</style>