Html Css Color HEX #E852DF Free Speech Magenta
📋 copy color: '#E852DF'red 232 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #E852DF
Tints of Free Speech Magenta #E852DF
RGB
CMYK
RGB Variations
Color information
#E852DF (or 0xE852DF) is known color: Free Speech Magenta. HEX triplet: E8, 52 and DF. RGB value is (232,82,223). Sum of RGB (Red+Green+Blue) = 232+82+223=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E852DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852DF is #17AD20. Grayscale: #8E8E8E. Windows color (decimal): -1551649 or 14635752. OLE color: 14635752.
HSL color Cylindrical-coordinate representation of color #E852DF: hue angle of 303.6º 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 #E852DF is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 223 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.09 |
| HSL | 303.6º | 0.77% | 0.62% | - |
| HSV(B) | 303.6º | 0.65% | 0.91% | - |
| XYZ | 49.62 | 28.52 | 72.7 | - |
| YUV | 142.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 223 | 0 | 0.65 | 0.04 | 0.09 | 303.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | DF | 0 | 41 | 4 | 9 | 130 | 4D | 3E |
| Octal | 350 | 122 | 337 | 0 | 101 | 4 | 11 | 460 | 115 | 76 |
| Binary | 11101000 | 1010010 | 11011111 | 0 | 1000001 | 100 | 1001 | 100110000 | 1001101 | 111110 |
Color Harmonies of #E852DF
Complementary color
Monochromatic Colors of #E852DF
Black with #E852DF
Text Example
Text Example
White with #E852DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852DF; }
p { color: rgb(232,82,223); }
H1.HeaderClassName
{
color: #E852DF;
}
.AnyTagClassName
{
color: #E852DF;
}
</style>
background-color css
<style>
a { background-color: #E852DF; }
a { background-color: rgb(232,82,223); }
div.DivClassName
{
background-color: #E852DF;
}
.BgClassName
{
background-color: #E852DF;
}
</style>
border-color css
<style>
span { border-color: #E852DF; }
span { border-color: rgb(232,82,223); }
td.TdClassName
{
border-color: #E852DF;
}
.TagClassName
{
border-color: #E852DF;
}
</style>