Html Css Color HEX #E852D7 Free Speech Magenta
📋 copy color: '#E852D7'red 232 ◦ green 82 ◦ blue 215
Shades of Free Speech Magenta #E852D7
Tints of Free Speech Magenta #E852D7
RGB
CMYK
RGB Variations
Color information
#E852D7 (or 0xE852D7) is known color: Free Speech Magenta. HEX triplet: E8, 52 and D7. RGB value is (232,82,215). Sum of RGB (Red+Green+Blue) = 232+82+215=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E852D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852D7 is #17AD28. Grayscale: #8D8D8D. Windows color (decimal): -1551657 or 14111464. OLE color: 14111464.
HSL color Cylindrical-coordinate representation of color #E852D7: hue angle of 306.8º 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 #E852D7 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 215 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.09 |
| HSL | 306.8º | 0.77% | 0.62% | - |
| HSV(B) | 306.8º | 0.65% | 0.91% | - |
| XYZ | 48.56 | 28.1 | 67.15 | - |
| YUV | 142.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 215 | 0 | 0.65 | 0.07 | 0.09 | 306.8 | 0.77 | 0.62 |
| Hex | E8 | 52 | D7 | 0 | 41 | 7 | 9 | 133 | 4D | 3E |
| Octal | 350 | 122 | 327 | 0 | 101 | 7 | 11 | 463 | 115 | 76 |
| Binary | 11101000 | 1010010 | 11010111 | 0 | 1000001 | 111 | 1001 | 100110011 | 1001101 | 111110 |
Color Harmonies of #E852D7
Complementary color
Monochromatic Colors of #E852D7
Black with #E852D7
Text Example
Text Example
White with #E852D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852D7; }
p { color: rgb(232,82,215); }
H1.HeaderClassName
{
color: #E852D7;
}
.AnyTagClassName
{
color: #E852D7;
}
</style>
background-color css
<style>
a { background-color: #E852D7; }
a { background-color: rgb(232,82,215); }
div.DivClassName
{
background-color: #E852D7;
}
.BgClassName
{
background-color: #E852D7;
}
</style>
border-color css
<style>
span { border-color: #E852D7; }
span { border-color: rgb(232,82,215); }
td.TdClassName
{
border-color: #E852D7;
}
.TagClassName
{
border-color: #E852D7;
}
</style>