Html Css Color HEX #E852EE Free Speech Magenta
📋 copy color: '#E852EE'red 232 ◦ green 82 ◦ blue 238
Shades of Free Speech Magenta #E852EE
Tints of Free Speech Magenta #E852EE
RGB
CMYK
RGB Variations
Color information
#E852EE (or 0xE852EE) is known color: Free Speech Magenta. HEX triplet: E8, 52 and EE. RGB value is (232,82,238). Sum of RGB (Red+Green+Blue) = 232+82+238=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #E852EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E852EE is #17AD11. Grayscale: #909090. Windows color (decimal): -1551634 or 15618792. OLE color: 15618792.
HSL color Cylindrical-coordinate representation of color #E852EE: hue angle of 297.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E852EE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 82 | 238 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.07 |
| HSL | 297.69º | 0.82% | 0.63% | - |
| HSV(B) | 297.69º | 0.66% | 0.93% | - |
| XYZ | 51.73 | 29.36 | 83.83 | - |
| YUV | 144.63 | 180.7 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 238 | 0.03 | 0.66 | 0 | 0.07 | 297.69 | 0.82 | 0.63 |
| Hex | E8 | 52 | EE | 3 | 42 | 0 | 7 | 12A | 52 | 3F |
| Octal | 350 | 122 | 356 | 3 | 102 | 0 | 7 | 452 | 122 | 77 |
| Binary | 11101000 | 1010010 | 11101110 | 11 | 1000010 | 0 | 111 | 100101010 | 1010010 | 111111 |
Color Harmonies of #E852EE
Complementary color
Monochromatic Colors of #E852EE
Black with #E852EE
Text Example
Text Example
White with #E852EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852EE; }
p { color: rgb(232,82,238); }
H1.HeaderClassName
{
color: #E852EE;
}
.AnyTagClassName
{
color: #E852EE;
}
</style>
background-color css
<style>
a { background-color: #E852EE; }
a { background-color: rgb(232,82,238); }
div.DivClassName
{
background-color: #E852EE;
}
.BgClassName
{
background-color: #E852EE;
}
</style>
border-color css
<style>
span { border-color: #E852EE; }
span { border-color: rgb(232,82,238); }
td.TdClassName
{
border-color: #E852EE;
}
.TagClassName
{
border-color: #E852EE;
}
</style>