Html Css Color HEX #E752DC Free Speech Magenta
📋 copy color: '#E752DC'red 231 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #E752DC
Tints of Free Speech Magenta #E752DC
RGB
CMYK
RGB Variations
Color information
#E752DC (or 0xE752DC) is known color: Free Speech Magenta. HEX triplet: E7, 52 and DC. RGB value is (231,82,220). Sum of RGB (Red+Green+Blue) = 231+82+220=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E752DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752DC is #18AD23. Grayscale: #8D8D8D. Windows color (decimal): -1617188 or 14439143. OLE color: 14439143.
HSL color Cylindrical-coordinate representation of color #E752DC: hue angle of 304.43º 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 #E752DC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 220 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.09 |
| HSL | 304.43º | 0.76% | 0.61% | - |
| HSV(B) | 304.43º | 0.65% | 0.91% | - |
| XYZ | 48.89 | 28.19 | 70.57 | - |
| YUV | 142.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 220 | 0 | 0.65 | 0.05 | 0.09 | 304.43 | 0.76 | 0.61 |
| Hex | E7 | 52 | DC | 0 | 41 | 5 | 9 | 130 | 4C | 3D |
| Octal | 347 | 122 | 334 | 0 | 101 | 5 | 11 | 460 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11011100 | 0 | 1000001 | 101 | 1001 | 100110000 | 1001100 | 111101 |
Color Harmonies of #E752DC
Complementary color
Monochromatic Colors of #E752DC
Black with #E752DC
Text Example
Text Example
White with #E752DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752DC; }
p { color: rgb(231,82,220); }
H1.HeaderClassName
{
color: #E752DC;
}
.AnyTagClassName
{
color: #E752DC;
}
</style>
background-color css
<style>
a { background-color: #E752DC; }
a { background-color: rgb(231,82,220); }
div.DivClassName
{
background-color: #E752DC;
}
.BgClassName
{
background-color: #E752DC;
}
</style>
border-color css
<style>
span { border-color: #E752DC; }
span { border-color: rgb(231,82,220); }
td.TdClassName
{
border-color: #E752DC;
}
.TagClassName
{
border-color: #E752DC;
}
</style>