Html Css Color HEX #E768CF Free Speech Magenta
📋 copy color: '#E768CF'red 231 ◦ green 104 ◦ blue 207
Shades of Free Speech Magenta #E768CF
Tints of Free Speech Magenta #E768CF
RGB
CMYK
RGB Variations
Color information
#E768CF (or 0xE768CF) is known color: Free Speech Magenta. HEX triplet: E7, 68 and CF. RGB value is (231,104,207). Sum of RGB (Red+Green+Blue) = 231+104+207=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E768CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768CF is #189730. Grayscale: #999999. Windows color (decimal): -1611569 or 13592807. OLE color: 13592807.
HSL color Cylindrical-coordinate representation of color #E768CF: hue angle of 311.34º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E768CF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 207 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.09 |
| HSL | 311.34º | 0.73% | 0.66% | - |
| HSV(B) | 311.34º | 0.55% | 0.91% | - |
| XYZ | 49.17 | 31.39 | 62.5 | - |
| YUV | 153.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 207 | 0 | 0.55 | 0.10 | 0.09 | 311.34 | 0.73 | 0.66 |
| Hex | E7 | 68 | CF | 0 | 37 | A | 9 | 137 | 49 | 42 |
| Octal | 347 | 150 | 317 | 0 | 67 | 12 | 11 | 467 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11001111 | 0 | 110111 | 1010 | 1001 | 100110111 | 1001001 | 1000010 |
Color Harmonies of #E768CF
Complementary color
Monochromatic Colors of #E768CF
Black with #E768CF
Text Example
Text Example
White with #E768CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768CF; }
p { color: rgb(231,104,207); }
H1.HeaderClassName
{
color: #E768CF;
}
.AnyTagClassName
{
color: #E768CF;
}
</style>
background-color css
<style>
a { background-color: #E768CF; }
a { background-color: rgb(231,104,207); }
div.DivClassName
{
background-color: #E768CF;
}
.BgClassName
{
background-color: #E768CF;
}
</style>
border-color css
<style>
span { border-color: #E768CF; }
span { border-color: rgb(231,104,207); }
td.TdClassName
{
border-color: #E768CF;
}
.TagClassName
{
border-color: #E768CF;
}
</style>