Html Css Color HEX #E768D4 Free Speech Magenta
📋 copy color: '#E768D4'red 231 ◦ green 104 ◦ blue 212
Shades of Free Speech Magenta #E768D4
Tints of Free Speech Magenta #E768D4
RGB
CMYK
RGB Variations
Color information
#E768D4 (or 0xE768D4) is known color: Free Speech Magenta. HEX triplet: E7, 68 and D4. RGB value is (231,104,212). Sum of RGB (Red+Green+Blue) = 231+104+212=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E768D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768D4 is #18972B. Grayscale: #999999. Windows color (decimal): -1611564 or 13920487. OLE color: 13920487.
HSL color Cylindrical-coordinate representation of color #E768D4: hue angle of 308.98º 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 #E768D4 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 212 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.09 |
| HSL | 308.98º | 0.73% | 0.66% | - |
| HSV(B) | 308.98º | 0.55% | 0.91% | - |
| XYZ | 49.79 | 31.64 | 65.77 | - |
| YUV | 154.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 212 | 0 | 0.55 | 0.08 | 0.09 | 308.98 | 0.73 | 0.66 |
| Hex | E7 | 68 | D4 | 0 | 37 | 8 | 9 | 135 | 49 | 42 |
| Octal | 347 | 150 | 324 | 0 | 67 | 10 | 11 | 465 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11010100 | 0 | 110111 | 1000 | 1001 | 100110101 | 1001001 | 1000010 |
Color Harmonies of #E768D4
Complementary color
Monochromatic Colors of #E768D4
Black with #E768D4
Text Example
Text Example
White with #E768D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768D4; }
p { color: rgb(231,104,212); }
H1.HeaderClassName
{
color: #E768D4;
}
.AnyTagClassName
{
color: #E768D4;
}
</style>
background-color css
<style>
a { background-color: #E768D4; }
a { background-color: rgb(231,104,212); }
div.DivClassName
{
background-color: #E768D4;
}
.BgClassName
{
background-color: #E768D4;
}
</style>
border-color css
<style>
span { border-color: #E768D4; }
span { border-color: rgb(231,104,212); }
td.TdClassName
{
border-color: #E768D4;
}
.TagClassName
{
border-color: #E768D4;
}
</style>