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