Html Css Color HEX #EF53E5 Free Speech Magenta
📋 copy color: '#EF53E5'red 239 ◦ green 83 ◦ blue 229
Shades of Free Speech Magenta #EF53E5
Tints of Free Speech Magenta #EF53E5
RGB
CMYK
RGB Variations
Color information
#EF53E5 (or 0xEF53E5) is known color: Free Speech Magenta. HEX triplet: EF, 53 and E5. RGB value is (239,83,229). Sum of RGB (Red+Green+Blue) = 239+83+229=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 83 (32.81% from 255 or 15.06% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53E5 is #10AC1A. Grayscale: #919191. Windows color (decimal): -1092635 or 15029231. OLE color: 15029231.
HSL color Cylindrical-coordinate representation of color #EF53E5: hue angle of 303.85º 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 #EF53E5 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 229 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.06 |
| HSL | 303.85º | 0.83% | 0.63% | - |
| HSV(B) | 303.85º | 0.65% | 0.94% | - |
| XYZ | 52.83 | 30.19 | 77.17 | - |
| YUV | 146.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 229 | 0 | 0.65 | 0.04 | 0.06 | 303.85 | 0.83 | 0.63 |
| Hex | EF | 53 | E5 | 0 | 41 | 4 | 6 | 130 | 53 | 3F |
| Octal | 357 | 123 | 345 | 0 | 101 | 4 | 6 | 460 | 123 | 77 |
| Binary | 11101111 | 1010011 | 11100101 | 0 | 1000001 | 100 | 110 | 100110000 | 1010011 | 111111 |
Color Harmonies of #EF53E5
Complementary color
Monochromatic Colors of #EF53E5
Black with #EF53E5
Text Example
Text Example
White with #EF53E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53E5; }
p { color: rgb(239,83,229); }
H1.HeaderClassName
{
color: #EF53E5;
}
.AnyTagClassName
{
color: #EF53E5;
}
</style>
background-color css
<style>
a { background-color: #EF53E5; }
a { background-color: rgb(239,83,229); }
div.DivClassName
{
background-color: #EF53E5;
}
.BgClassName
{
background-color: #EF53E5;
}
</style>
border-color css
<style>
span { border-color: #EF53E5; }
span { border-color: rgb(239,83,229); }
td.TdClassName
{
border-color: #EF53E5;
}
.TagClassName
{
border-color: #EF53E5;
}
</style>