Html Css Color HEX #E852E0 Free Speech Magenta
📋 copy color: '#E852E0'red 232 ◦ green 82 ◦ blue 224
Shades of Free Speech Magenta #E852E0
Tints of Free Speech Magenta #E852E0
RGB
CMYK
RGB Variations
Color information
#E852E0 (or 0xE852E0) is known color: Free Speech Magenta. HEX triplet: E8, 52 and E0. RGB value is (232,82,224). Sum of RGB (Red+Green+Blue) = 232+82+224=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E852E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852E0 is #17AD1F. Grayscale: #8E8E8E. Windows color (decimal): -1551648 or 14701288. OLE color: 14701288.
HSL color Cylindrical-coordinate representation of color #E852E0: hue angle of 303.2º 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 #E852E0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 224 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.09 |
| HSL | 303.2º | 0.77% | 0.62% | - |
| HSV(B) | 303.2º | 0.65% | 0.91% | - |
| XYZ | 49.75 | 28.57 | 73.41 | - |
| YUV | 143.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 224 | 0 | 0.65 | 0.03 | 0.09 | 303.2 | 0.77 | 0.62 |
| Hex | E8 | 52 | E0 | 0 | 41 | 3 | 9 | 12F | 4D | 3E |
| Octal | 350 | 122 | 340 | 0 | 101 | 3 | 11 | 457 | 115 | 76 |
| Binary | 11101000 | 1010010 | 11100000 | 0 | 1000001 | 11 | 1001 | 100101111 | 1001101 | 111110 |
Color Harmonies of #E852E0
Complementary color
Monochromatic Colors of #E852E0
Black with #E852E0
Text Example
Text Example
White with #E852E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852E0; }
p { color: rgb(232,82,224); }
H1.HeaderClassName
{
color: #E852E0;
}
.AnyTagClassName
{
color: #E852E0;
}
</style>
background-color css
<style>
a { background-color: #E852E0; }
a { background-color: rgb(232,82,224); }
div.DivClassName
{
background-color: #E852E0;
}
.BgClassName
{
background-color: #E852E0;
}
</style>
border-color css
<style>
span { border-color: #E852E0; }
span { border-color: rgb(232,82,224); }
td.TdClassName
{
border-color: #E852E0;
}
.TagClassName
{
border-color: #E852E0;
}
</style>