Html Css Color HEX #E752E7 Free Speech Magenta
📋 copy color: '#E752E7'red 231 ◦ green 82 ◦ blue 231
Shades of Free Speech Magenta #E752E7
Tints of Free Speech Magenta #E752E7
RGB
CMYK
RGB Variations
Color information
#E752E7 (or 0xE752E7) is known color: Free Speech Magenta. HEX triplet: E7, 52 and E7. RGB value is (231,82,231). Sum of RGB (Red+Green+Blue) = 231+82+231=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E752E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752E7 is #18AD18. Grayscale: #8F8F8F. Windows color (decimal): -1617177 or 15160039. OLE color: 15160039.
HSL color Cylindrical-coordinate representation of color #E752E7: hue angle of 300º 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 #E752E7 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 231 | - |
| CMYK | 0 | 0.65 | 0 | 0.09 |
| HSL | 300º | 0.76% | 0.61% | - |
| HSV(B) | 300º | 0.65% | 0.91% | - |
| XYZ | 50.4 | 28.79 | 78.5 | - |
| YUV | 143.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 231 | 0 | 0.65 | 0 | 0.09 | 300 | 0.76 | 0.61 |
| Hex | E7 | 52 | E7 | 0 | 41 | 0 | 9 | 12C | 4C | 3D |
| Octal | 347 | 122 | 347 | 0 | 101 | 0 | 11 | 454 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11100111 | 0 | 1000001 | 0 | 1001 | 100101100 | 1001100 | 111101 |
Color Harmonies of #E752E7
Complementary color
Monochromatic Colors of #E752E7
Black with #E752E7
Text Example
Text Example
White with #E752E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752E7; }
p { color: rgb(231,82,231); }
H1.HeaderClassName
{
color: #E752E7;
}
.AnyTagClassName
{
color: #E752E7;
}
</style>
background-color css
<style>
a { background-color: #E752E7; }
a { background-color: rgb(231,82,231); }
div.DivClassName
{
background-color: #E752E7;
}
.BgClassName
{
background-color: #E752E7;
}
</style>
border-color css
<style>
span { border-color: #E752E7; }
span { border-color: rgb(231,82,231); }
td.TdClassName
{
border-color: #E752E7;
}
.TagClassName
{
border-color: #E752E7;
}
</style>