Html Css Color HEX #E751C6 Free Speech Magenta
📋 copy color: '#E751C6'red 231 ◦ green 81 ◦ blue 198
Shades of Free Speech Magenta #E751C6
Tints of Free Speech Magenta #E751C6
RGB
CMYK
RGB Variations
Color information
#E751C6 (or 0xE751C6) is known color: Free Speech Magenta. HEX triplet: E7, 51 and C6. RGB value is (231,81,198). Sum of RGB (Red+Green+Blue) = 231+81+198=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E751C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E751C6 is #18AE39. Grayscale: #8A8A8A. Windows color (decimal): -1617466 or 12997095. OLE color: 12997095.
HSL color Cylindrical-coordinate representation of color #E751C6: hue angle of 313.2º 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 #E751C6 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 198 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.09 |
| HSL | 313.2º | 0.76% | 0.61% | - |
| HSV(B) | 313.2º | 0.65% | 0.91% | - |
| XYZ | 46.09 | 26.95 | 56.2 | - |
| YUV | 139.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 198 | 0 | 0.65 | 0.14 | 0.09 | 313.2 | 0.76 | 0.61 |
| Hex | E7 | 51 | C6 | 0 | 41 | E | 9 | 139 | 4C | 3D |
| Octal | 347 | 121 | 306 | 0 | 101 | 16 | 11 | 471 | 114 | 75 |
| Binary | 11100111 | 1010001 | 11000110 | 0 | 1000001 | 1110 | 1001 | 100111001 | 1001100 | 111101 |
Color Harmonies of #E751C6
Complementary color
Monochromatic Colors of #E751C6
Black with #E751C6
Text Example
Text Example
White with #E751C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E751C6; }
p { color: rgb(231,81,198); }
H1.HeaderClassName
{
color: #E751C6;
}
.AnyTagClassName
{
color: #E751C6;
}
</style>
background-color css
<style>
a { background-color: #E751C6; }
a { background-color: rgb(231,81,198); }
div.DivClassName
{
background-color: #E751C6;
}
.BgClassName
{
background-color: #E751C6;
}
</style>
border-color css
<style>
span { border-color: #E751C6; }
span { border-color: rgb(231,81,198); }
td.TdClassName
{
border-color: #E751C6;
}
.TagClassName
{
border-color: #E751C6;
}
</style>