Html Css Color HEX #E952EC Free Speech Magenta
📋 copy color: '#E952EC'red 233 ◦ green 82 ◦ blue 236
Shades of Free Speech Magenta #E952EC
Tints of Free Speech Magenta #E952EC
RGB
CMYK
RGB Variations
Color information
#E952EC (or 0xE952EC) is known color: Free Speech Magenta. HEX triplet: E9, 52 and EC. RGB value is (233,82,236). Sum of RGB (Red+Green+Blue) = 233+82+236=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #E952EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952EC is #16AD13. Grayscale: #909090. Windows color (decimal): -1486100 or 15487721. OLE color: 15487721.
HSL color Cylindrical-coordinate representation of color #E952EC: hue angle of 298.83º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952EC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 82 | 236 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.07 |
| HSL | 298.83º | 0.8% | 0.62% | - |
| HSV(B) | 298.83º | 0.65% | 0.93% | - |
| XYZ | 51.76 | 29.41 | 82.31 | - |
| YUV | 144.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 236 | 0.01 | 0.65 | 0 | 0.07 | 298.83 | 0.8 | 0.62 |
| Hex | E9 | 52 | EC | 1 | 41 | 0 | 7 | 12B | 50 | 3E |
| Octal | 351 | 122 | 354 | 1 | 101 | 0 | 7 | 453 | 120 | 76 |
| Binary | 11101001 | 1010010 | 11101100 | 1 | 1000001 | 0 | 111 | 100101011 | 1010000 | 111110 |
Color Harmonies of #E952EC
Complementary color
Monochromatic Colors of #E952EC
Black with #E952EC
Text Example
Text Example
White with #E952EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952EC; }
p { color: rgb(233,82,236); }
H1.HeaderClassName
{
color: #E952EC;
}
.AnyTagClassName
{
color: #E952EC;
}
</style>
background-color css
<style>
a { background-color: #E952EC; }
a { background-color: rgb(233,82,236); }
div.DivClassName
{
background-color: #E952EC;
}
.BgClassName
{
background-color: #E952EC;
}
</style>
border-color css
<style>
span { border-color: #E952EC; }
span { border-color: rgb(233,82,236); }
td.TdClassName
{
border-color: #E952EC;
}
.TagClassName
{
border-color: #E952EC;
}
</style>