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