Html Css Color HEX #E768D3 Free Speech Magenta
📋 copy color: '#E768D3'red 231 ◦ green 104 ◦ blue 211
Shades of Free Speech Magenta #E768D3
Tints of Free Speech Magenta #E768D3
RGB
CMYK
RGB Variations
Color information
#E768D3 (or 0xE768D3) is known color: Free Speech Magenta. HEX triplet: E7, 68 and D3. RGB value is (231,104,211). Sum of RGB (Red+Green+Blue) = 231+104+211=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E768D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768D3 is #18972C. Grayscale: #999999. Windows color (decimal): -1611565 or 13854951. OLE color: 13854951.
HSL color Cylindrical-coordinate representation of color #E768D3: hue angle of 309.45º 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 #E768D3 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 211 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.09 |
| HSL | 309.45º | 0.73% | 0.66% | - |
| HSV(B) | 309.45º | 0.55% | 0.91% | - |
| XYZ | 49.66 | 31.59 | 65.11 | - |
| YUV | 154.17 | 160.08 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 211 | 0 | 0.55 | 0.09 | 0.09 | 309.45 | 0.73 | 0.66 |
| Hex | E7 | 68 | D3 | 0 | 37 | 9 | 9 | 135 | 49 | 42 |
| Octal | 347 | 150 | 323 | 0 | 67 | 11 | 11 | 465 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11010011 | 0 | 110111 | 1001 | 1001 | 100110101 | 1001001 | 1000010 |
Color Harmonies of #E768D3
Complementary color
Monochromatic Colors of #E768D3
Black with #E768D3
Text Example
Text Example
White with #E768D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768D3; }
p { color: rgb(231,104,211); }
H1.HeaderClassName
{
color: #E768D3;
}
.AnyTagClassName
{
color: #E768D3;
}
</style>
background-color css
<style>
a { background-color: #E768D3; }
a { background-color: rgb(231,104,211); }
div.DivClassName
{
background-color: #E768D3;
}
.BgClassName
{
background-color: #E768D3;
}
</style>
border-color css
<style>
span { border-color: #E768D3; }
span { border-color: rgb(231,104,211); }
td.TdClassName
{
border-color: #E768D3;
}
.TagClassName
{
border-color: #E768D3;
}
</style>