Html Css Color HEX #E764CF Free Speech Magenta
📋 copy color: '#E764CF'red 231 ◦ green 100 ◦ blue 207
Shades of Free Speech Magenta #E764CF
Tints of Free Speech Magenta #E764CF
RGB
CMYK
RGB Variations
Color information
#E764CF (or 0xE764CF) is known color: Free Speech Magenta. HEX triplet: E7, 64 and CF. RGB value is (231,100,207). Sum of RGB (Red+Green+Blue) = 231+100+207=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E764CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764CF is #189B30. Grayscale: #979797. Windows color (decimal): -1612593 or 13591783. OLE color: 13591783.
HSL color Cylindrical-coordinate representation of color #E764CF: hue angle of 310.99º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764CF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 207 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.09 |
| HSL | 310.99º | 0.73% | 0.65% | - |
| HSV(B) | 310.99º | 0.57% | 0.91% | - |
| XYZ | 48.77 | 30.61 | 62.37 | - |
| YUV | 151.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 207 | 0 | 0.57 | 0.10 | 0.09 | 310.99 | 0.73 | 0.65 |
| Hex | E7 | 64 | CF | 0 | 39 | A | 9 | 137 | 49 | 41 |
| Octal | 347 | 144 | 317 | 0 | 71 | 12 | 11 | 467 | 111 | 101 |
| Binary | 11100111 | 1100100 | 11001111 | 0 | 111001 | 1010 | 1001 | 100110111 | 1001001 | 1000001 |
Color Harmonies of #E764CF
Complementary color
Monochromatic Colors of #E764CF
Black with #E764CF
Text Example
Text Example
White with #E764CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764CF; }
p { color: rgb(231,100,207); }
H1.HeaderClassName
{
color: #E764CF;
}
.AnyTagClassName
{
color: #E764CF;
}
</style>
background-color css
<style>
a { background-color: #E764CF; }
a { background-color: rgb(231,100,207); }
div.DivClassName
{
background-color: #E764CF;
}
.BgClassName
{
background-color: #E764CF;
}
</style>
border-color css
<style>
span { border-color: #E764CF; }
span { border-color: rgb(231,100,207); }
td.TdClassName
{
border-color: #E764CF;
}
.TagClassName
{
border-color: #E764CF;
}
</style>