Html Css Color HEX #E754D6 Free Speech Magenta
📋 copy color: '#E754D6'red 231 ◦ green 84 ◦ blue 214
Shades of Free Speech Magenta #E754D6
Tints of Free Speech Magenta #E754D6
RGB
CMYK
RGB Variations
Color information
#E754D6 (or 0xE754D6) is known color: Free Speech Magenta. HEX triplet: E7, 54 and D6. RGB value is (231,84,214). Sum of RGB (Red+Green+Blue) = 231+84+214=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E754D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754D6 is #18AB29. Grayscale: #8E8E8E. Windows color (decimal): -1616682 or 14046439. OLE color: 14046439.
HSL color Cylindrical-coordinate representation of color #E754D6: hue angle of 306.94º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E754D6 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 214 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.09 |
| HSL | 306.94º | 0.75% | 0.62% | - |
| HSV(B) | 306.94º | 0.64% | 0.91% | - |
| XYZ | 48.26 | 28.18 | 66.51 | - |
| YUV | 142.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 214 | 0 | 0.64 | 0.07 | 0.09 | 306.94 | 0.75 | 0.62 |
| Hex | E7 | 54 | D6 | 0 | 40 | 7 | 9 | 133 | 4B | 3E |
| Octal | 347 | 124 | 326 | 0 | 100 | 7 | 11 | 463 | 113 | 76 |
| Binary | 11100111 | 1010100 | 11010110 | 0 | 1000000 | 111 | 1001 | 100110011 | 1001011 | 111110 |
Color Harmonies of #E754D6
Complementary color
Monochromatic Colors of #E754D6
Black with #E754D6
Text Example
Text Example
White with #E754D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754D6; }
p { color: rgb(231,84,214); }
H1.HeaderClassName
{
color: #E754D6;
}
.AnyTagClassName
{
color: #E754D6;
}
</style>
background-color css
<style>
a { background-color: #E754D6; }
a { background-color: rgb(231,84,214); }
div.DivClassName
{
background-color: #E754D6;
}
.BgClassName
{
background-color: #E754D6;
}
</style>
border-color css
<style>
span { border-color: #E754D6; }
span { border-color: rgb(231,84,214); }
td.TdClassName
{
border-color: #E754D6;
}
.TagClassName
{
border-color: #E754D6;
}
</style>