Html Css Color HEX #E768CC Free Speech Magenta
📋 copy color: '#E768CC'red 231 ◦ green 104 ◦ blue 204
Shades of Free Speech Magenta #E768CC
Tints of Free Speech Magenta #E768CC
RGB
CMYK
RGB Variations
Color information
#E768CC (or 0xE768CC) is known color: Free Speech Magenta. HEX triplet: E7, 68 and CC. RGB value is (231,104,204). Sum of RGB (Red+Green+Blue) = 231+104+204=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E768CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768CC is #189733. Grayscale: #999999. Windows color (decimal): -1611572 or 13396199. OLE color: 13396199.
HSL color Cylindrical-coordinate representation of color #E768CC: hue angle of 312.76º 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 #E768CC is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 204 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.09 |
| HSL | 312.76º | 0.73% | 0.66% | - |
| HSV(B) | 312.76º | 0.55% | 0.91% | - |
| XYZ | 48.8 | 31.25 | 60.59 | - |
| YUV | 153.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 204 | 0 | 0.55 | 0.12 | 0.09 | 312.76 | 0.73 | 0.66 |
| Hex | E7 | 68 | CC | 0 | 37 | C | 9 | 139 | 49 | 42 |
| Octal | 347 | 150 | 314 | 0 | 67 | 14 | 11 | 471 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11001100 | 0 | 110111 | 1100 | 1001 | 100111001 | 1001001 | 1000010 |
Color Harmonies of #E768CC
Complementary color
Monochromatic Colors of #E768CC
Black with #E768CC
Text Example
Text Example
White with #E768CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768CC; }
p { color: rgb(231,104,204); }
H1.HeaderClassName
{
color: #E768CC;
}
.AnyTagClassName
{
color: #E768CC;
}
</style>
background-color css
<style>
a { background-color: #E768CC; }
a { background-color: rgb(231,104,204); }
div.DivClassName
{
background-color: #E768CC;
}
.BgClassName
{
background-color: #E768CC;
}
</style>
border-color css
<style>
span { border-color: #E768CC; }
span { border-color: rgb(231,104,204); }
td.TdClassName
{
border-color: #E768CC;
}
.TagClassName
{
border-color: #E768CC;
}
</style>