Html Css Color HEX #E952DC Free Speech Magenta
📋 copy color: '#E952DC'red 233 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #E952DC
Tints of Free Speech Magenta #E952DC
RGB
CMYK
RGB Variations
Color information
#E952DC (or 0xE952DC) is known color: Free Speech Magenta. HEX triplet: E9, 52 and DC. RGB value is (233,82,220). Sum of RGB (Red+Green+Blue) = 233+82+220=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E952DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952DC is #16AD23. Grayscale: #8E8E8E. Windows color (decimal): -1486116 or 14439145. OLE color: 14439145.
HSL color Cylindrical-coordinate representation of color #E952DC: hue angle of 305.17º 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 #E952DC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 220 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.09 |
| HSL | 305.17º | 0.77% | 0.62% | - |
| HSV(B) | 305.17º | 0.65% | 0.91% | - |
| XYZ | 49.54 | 28.53 | 70.61 | - |
| YUV | 142.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 220 | 0 | 0.65 | 0.06 | 0.09 | 305.17 | 0.77 | 0.62 |
| Hex | E9 | 52 | DC | 0 | 41 | 6 | 9 | 131 | 4D | 3E |
| Octal | 351 | 122 | 334 | 0 | 101 | 6 | 11 | 461 | 115 | 76 |
| Binary | 11101001 | 1010010 | 11011100 | 0 | 1000001 | 110 | 1001 | 100110001 | 1001101 | 111110 |
Color Harmonies of #E952DC
Complementary color
Monochromatic Colors of #E952DC
Black with #E952DC
Text Example
Text Example
White with #E952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952DC; }
p { color: rgb(233,82,220); }
H1.HeaderClassName
{
color: #E952DC;
}
.AnyTagClassName
{
color: #E952DC;
}
</style>
background-color css
<style>
a { background-color: #E952DC; }
a { background-color: rgb(233,82,220); }
div.DivClassName
{
background-color: #E952DC;
}
.BgClassName
{
background-color: #E952DC;
}
</style>
border-color css
<style>
span { border-color: #E952DC; }
span { border-color: rgb(233,82,220); }
td.TdClassName
{
border-color: #E952DC;
}
.TagClassName
{
border-color: #E952DC;
}
</style>