Html Css Color HEX #E952DF Free Speech Magenta
📋 copy color: '#E952DF'red 233 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #E952DF
Tints of Free Speech Magenta #E952DF
RGB
CMYK
RGB Variations
Color information
#E952DF (or 0xE952DF) is known color: Free Speech Magenta. HEX triplet: E9, 52 and DF. RGB value is (233,82,223). Sum of RGB (Red+Green+Blue) = 233+82+223=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E952DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952DF is #16AD20. Grayscale: #8E8E8E. Windows color (decimal): -1486113 or 14635753. OLE color: 14635753.
HSL color Cylindrical-coordinate representation of color #E952DF: hue angle of 303.97º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952DF is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 223 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.09 |
| HSL | 303.97º | 0.77% | 0.62% | - |
| HSV(B) | 303.97º | 0.65% | 0.91% | - |
| XYZ | 49.94 | 28.69 | 72.72 | - |
| YUV | 143.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 223 | 0 | 0.65 | 0.04 | 0.09 | 303.97 | 0.77 | 0.62 |
| Hex | E9 | 52 | DF | 0 | 41 | 4 | 9 | 130 | 4D | 3E |
| Octal | 351 | 122 | 337 | 0 | 101 | 4 | 11 | 460 | 115 | 76 |
| Binary | 11101001 | 1010010 | 11011111 | 0 | 1000001 | 100 | 1001 | 100110000 | 1001101 | 111110 |
Color Harmonies of #E952DF
Complementary color
Monochromatic Colors of #E952DF
Black with #E952DF
Text Example
Text Example
White with #E952DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952DF; }
p { color: rgb(233,82,223); }
H1.HeaderClassName
{
color: #E952DF;
}
.AnyTagClassName
{
color: #E952DF;
}
</style>
background-color css
<style>
a { background-color: #E952DF; }
a { background-color: rgb(233,82,223); }
div.DivClassName
{
background-color: #E952DF;
}
.BgClassName
{
background-color: #E952DF;
}
</style>
border-color css
<style>
span { border-color: #E952DF; }
span { border-color: rgb(233,82,223); }
td.TdClassName
{
border-color: #E952DF;
}
.TagClassName
{
border-color: #E952DF;
}
</style>