Html Css Color HEX #E852E9 Free Speech Magenta
📋 copy color: '#E852E9'red 232 ◦ green 82 ◦ blue 233
Shades of Free Speech Magenta #E852E9
Tints of Free Speech Magenta #E852E9
RGB
CMYK
RGB Variations
Color information
#E852E9 (or 0xE852E9) is known color: Free Speech Magenta. HEX triplet: E8, 52 and E9. RGB value is (232,82,233). Sum of RGB (Red+Green+Blue) = 232+82+233=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #E852E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E852E9 is #17AD16. Grayscale: #8F8F8F. Windows color (decimal): -1551639 or 15291112. OLE color: 15291112.
HSL color Cylindrical-coordinate representation of color #E852E9: hue angle of 299.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 #E852E9 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 233 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.09 |
| HSL | 299.6º | 0.77% | 0.62% | - |
| HSV(B) | 299.6º | 0.65% | 0.91% | - |
| XYZ | 51 | 29.07 | 80.01 | - |
| YUV | 144.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 233 | 0.00 | 0.65 | 0 | 0.09 | 299.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | E9 | 0 | 41 | 0 | 9 | 12C | 4D | 3E |
| Octal | 350 | 122 | 351 | 0 | 101 | 0 | 11 | 454 | 115 | 76 |
| Binary | 11101000 | 1010010 | 11101001 | 0 | 1000001 | 0 | 1001 | 100101100 | 1001101 | 111110 |
Color Harmonies of #E852E9
Complementary color
Monochromatic Colors of #E852E9
Black with #E852E9
Text Example
Text Example
White with #E852E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852E9; }
p { color: rgb(232,82,233); }
H1.HeaderClassName
{
color: #E852E9;
}
.AnyTagClassName
{
color: #E852E9;
}
</style>
background-color css
<style>
a { background-color: #E852E9; }
a { background-color: rgb(232,82,233); }
div.DivClassName
{
background-color: #E852E9;
}
.BgClassName
{
background-color: #E852E9;
}
</style>
border-color css
<style>
span { border-color: #E852E9; }
span { border-color: rgb(232,82,233); }
td.TdClassName
{
border-color: #E852E9;
}
.TagClassName
{
border-color: #E852E9;
}
</style>