Html Css Color HEX #EB68DF Free Speech Magenta
📋 copy color: '#EB68DF'red 235 ◦ green 104 ◦ blue 223
Shades of Free Speech Magenta #EB68DF
Tints of Free Speech Magenta #EB68DF
RGB
CMYK
RGB Variations
Color information
#EB68DF (or 0xEB68DF) is known color: Free Speech Magenta. HEX triplet: EB, 68 and DF. RGB value is (235,104,223). Sum of RGB (Red+Green+Blue) = 235+104+223=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68DF is #149720. Grayscale: #9C9C9C. Windows color (decimal): -1349409 or 14641387. OLE color: 14641387.
HSL color Cylindrical-coordinate representation of color #EB68DF: hue angle of 305.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB68DF is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 223 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.08 |
| HSL | 305.5º | 0.77% | 0.66% | - |
| HSV(B) | 305.5º | 0.56% | 0.92% | - |
| XYZ | 52.53 | 32.89 | 73.39 | - |
| YUV | 156.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 223 | 0 | 0.56 | 0.05 | 0.08 | 305.5 | 0.77 | 0.66 |
| Hex | EB | 68 | DF | 0 | 38 | 5 | 8 | 131 | 4D | 42 |
| Octal | 353 | 150 | 337 | 0 | 70 | 5 | 10 | 461 | 115 | 102 |
| Binary | 11101011 | 1101000 | 11011111 | 0 | 111000 | 101 | 1000 | 100110001 | 1001101 | 1000010 |
Color Harmonies of #EB68DF
Complementary color
Monochromatic Colors of #EB68DF
Black with #EB68DF
Text Example
Text Example
White with #EB68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68DF; }
p { color: rgb(235,104,223); }
H1.HeaderClassName
{
color: #EB68DF;
}
.AnyTagClassName
{
color: #EB68DF;
}
</style>
background-color css
<style>
a { background-color: #EB68DF; }
a { background-color: rgb(235,104,223); }
div.DivClassName
{
background-color: #EB68DF;
}
.BgClassName
{
background-color: #EB68DF;
}
</style>
border-color css
<style>
span { border-color: #EB68DF; }
span { border-color: rgb(235,104,223); }
td.TdClassName
{
border-color: #EB68DF;
}
.TagClassName
{
border-color: #EB68DF;
}
</style>