Html Css Color HEX #E768D2 Free Speech Magenta
📋 copy color: '#E768D2'red 231 ◦ green 104 ◦ blue 210
Shades of Free Speech Magenta #E768D2
Tints of Free Speech Magenta #E768D2
RGB
CMYK
RGB Variations
Color information
#E768D2 (or 0xE768D2) is known color: Free Speech Magenta. HEX triplet: E7, 68 and D2. RGB value is (231,104,210). Sum of RGB (Red+Green+Blue) = 231+104+210=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E768D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768D2 is #18972D. Grayscale: #999999. Windows color (decimal): -1611566 or 13789415. OLE color: 13789415.
HSL color Cylindrical-coordinate representation of color #E768D2: hue angle of 309.92º 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 #E768D2 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 210 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.09 |
| HSL | 309.92º | 0.73% | 0.66% | - |
| HSV(B) | 309.92º | 0.55% | 0.91% | - |
| XYZ | 49.54 | 31.54 | 64.45 | - |
| YUV | 154.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 210 | 0 | 0.55 | 0.09 | 0.09 | 309.92 | 0.73 | 0.66 |
| Hex | E7 | 68 | D2 | 0 | 37 | 9 | 9 | 136 | 49 | 42 |
| Octal | 347 | 150 | 322 | 0 | 67 | 11 | 11 | 466 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11010010 | 0 | 110111 | 1001 | 1001 | 100110110 | 1001001 | 1000010 |
Color Harmonies of #E768D2
Complementary color
Monochromatic Colors of #E768D2
Black with #E768D2
Text Example
Text Example
White with #E768D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768D2; }
p { color: rgb(231,104,210); }
H1.HeaderClassName
{
color: #E768D2;
}
.AnyTagClassName
{
color: #E768D2;
}
</style>
background-color css
<style>
a { background-color: #E768D2; }
a { background-color: rgb(231,104,210); }
div.DivClassName
{
background-color: #E768D2;
}
.BgClassName
{
background-color: #E768D2;
}
</style>
border-color css
<style>
span { border-color: #E768D2; }
span { border-color: rgb(231,104,210); }
td.TdClassName
{
border-color: #E768D2;
}
.TagClassName
{
border-color: #E768D2;
}
</style>