Html Css Color HEX #E852E4 Free Speech Magenta
📋 copy color: '#E852E4'red 232 ◦ green 82 ◦ blue 228
Shades of Free Speech Magenta #E852E4
Tints of Free Speech Magenta #E852E4
RGB
CMYK
RGB Variations
Color information
#E852E4 (or 0xE852E4) is known color: Free Speech Magenta. HEX triplet: E8, 52 and E4. RGB value is (232,82,228). Sum of RGB (Red+Green+Blue) = 232+82+228=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E852E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852E4 is #17AD1B. Grayscale: #8F8F8F. Windows color (decimal): -1551644 or 14963432. OLE color: 14963432.
HSL color Cylindrical-coordinate representation of color #E852E4: hue angle of 301.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 #E852E4 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 228 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.09 |
| HSL | 301.6º | 0.77% | 0.62% | - |
| HSV(B) | 301.6º | 0.65% | 0.91% | - |
| XYZ | 50.3 | 28.79 | 76.31 | - |
| YUV | 143.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 228 | 0 | 0.65 | 0.02 | 0.09 | 301.6 | 0.77 | 0.62 |
| Hex | E8 | 52 | E4 | 0 | 41 | 2 | 9 | 12E | 4D | 3E |
| Octal | 350 | 122 | 344 | 0 | 101 | 2 | 11 | 456 | 115 | 76 |
| Binary | 11101000 | 1010010 | 11100100 | 0 | 1000001 | 10 | 1001 | 100101110 | 1001101 | 111110 |
Color Harmonies of #E852E4
Complementary color
Monochromatic Colors of #E852E4
Black with #E852E4
Text Example
Text Example
White with #E852E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852E4; }
p { color: rgb(232,82,228); }
H1.HeaderClassName
{
color: #E852E4;
}
.AnyTagClassName
{
color: #E852E4;
}
</style>
background-color css
<style>
a { background-color: #E852E4; }
a { background-color: rgb(232,82,228); }
div.DivClassName
{
background-color: #E852E4;
}
.BgClassName
{
background-color: #E852E4;
}
</style>
border-color css
<style>
span { border-color: #E852E4; }
span { border-color: rgb(232,82,228); }
td.TdClassName
{
border-color: #E852E4;
}
.TagClassName
{
border-color: #E852E4;
}
</style>