Html Css Color HEX #E752E2 Free Speech Magenta
📋 copy color: '#E752E2'red 231 ◦ green 82 ◦ blue 226
Shades of Free Speech Magenta #E752E2
Tints of Free Speech Magenta #E752E2
RGB
CMYK
RGB Variations
Color information
#E752E2 (or 0xE752E2) is known color: Free Speech Magenta. HEX triplet: E7, 52 and E2. RGB value is (231,82,226). Sum of RGB (Red+Green+Blue) = 231+82+226=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E752E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752E2 is #18AD1D. Grayscale: #8E8E8E. Windows color (decimal): -1617182 or 14832359. OLE color: 14832359.
HSL color Cylindrical-coordinate representation of color #E752E2: hue angle of 302.01º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752E2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 226 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.09 |
| HSL | 302.01º | 0.76% | 0.61% | - |
| HSV(B) | 302.01º | 0.65% | 0.91% | - |
| XYZ | 49.7 | 28.51 | 74.84 | - |
| YUV | 142.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 226 | 0 | 0.65 | 0.02 | 0.09 | 302.01 | 0.76 | 0.61 |
| Hex | E7 | 52 | E2 | 0 | 41 | 2 | 9 | 12E | 4C | 3D |
| Octal | 347 | 122 | 342 | 0 | 101 | 2 | 11 | 456 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11100010 | 0 | 1000001 | 10 | 1001 | 100101110 | 1001100 | 111101 |
Color Harmonies of #E752E2
Complementary color
Monochromatic Colors of #E752E2
Black with #E752E2
Text Example
Text Example
White with #E752E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752E2; }
p { color: rgb(231,82,226); }
H1.HeaderClassName
{
color: #E752E2;
}
.AnyTagClassName
{
color: #E752E2;
}
</style>
background-color css
<style>
a { background-color: #E752E2; }
a { background-color: rgb(231,82,226); }
div.DivClassName
{
background-color: #E752E2;
}
.BgClassName
{
background-color: #E752E2;
}
</style>
border-color css
<style>
span { border-color: #E752E2; }
span { border-color: rgb(231,82,226); }
td.TdClassName
{
border-color: #E752E2;
}
.TagClassName
{
border-color: #E752E2;
}
</style>