Html Css Color HEX #E752D8 Free Speech Magenta
📋 copy color: '#E752D8'red 231 ◦ green 82 ◦ blue 216
Shades of Free Speech Magenta #E752D8
Tints of Free Speech Magenta #E752D8
RGB
CMYK
RGB Variations
Color information
#E752D8 (or 0xE752D8) is known color: Free Speech Magenta. HEX triplet: E7, 52 and D8. RGB value is (231,82,216). Sum of RGB (Red+Green+Blue) = 231+82+216=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E752D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752D8 is #18AD27. Grayscale: #8D8D8D. Windows color (decimal): -1617192 or 14176999. OLE color: 14176999.
HSL color Cylindrical-coordinate representation of color #E752D8: hue angle of 306.04º 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 #E752D8 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 216 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.09 |
| HSL | 306.04º | 0.76% | 0.61% | - |
| HSV(B) | 306.04º | 0.65% | 0.91% | - |
| XYZ | 48.37 | 27.98 | 67.82 | - |
| YUV | 141.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 216 | 0 | 0.65 | 0.06 | 0.09 | 306.04 | 0.76 | 0.61 |
| Hex | E7 | 52 | D8 | 0 | 41 | 6 | 9 | 132 | 4C | 3D |
| Octal | 347 | 122 | 330 | 0 | 101 | 6 | 11 | 462 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11011000 | 0 | 1000001 | 110 | 1001 | 100110010 | 1001100 | 111101 |
Color Harmonies of #E752D8
Complementary color
Monochromatic Colors of #E752D8
Black with #E752D8
Text Example
Text Example
White with #E752D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752D8; }
p { color: rgb(231,82,216); }
H1.HeaderClassName
{
color: #E752D8;
}
.AnyTagClassName
{
color: #E752D8;
}
</style>
background-color css
<style>
a { background-color: #E752D8; }
a { background-color: rgb(231,82,216); }
div.DivClassName
{
background-color: #E752D8;
}
.BgClassName
{
background-color: #E752D8;
}
</style>
border-color css
<style>
span { border-color: #E752D8; }
span { border-color: rgb(231,82,216); }
td.TdClassName
{
border-color: #E752D8;
}
.TagClassName
{
border-color: #E752D8;
}
</style>