Html Css Color HEX #EB68E8 Free Speech Magenta
📋 copy color: '#EB68E8'red 235 ◦ green 104 ◦ blue 232
Shades of Free Speech Magenta #EB68E8
Tints of Free Speech Magenta #EB68E8
RGB
CMYK
RGB Variations
Color information
#EB68E8 (or 0xEB68E8) is known color: Free Speech Magenta. HEX triplet: EB, 68 and E8. RGB value is (235,104,232). Sum of RGB (Red+Green+Blue) = 235+104+232=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 104 (41.02% from 255 or 18.21% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68E8 is #149717. Grayscale: #9D9D9D. Windows color (decimal): -1349400 or 15231211. OLE color: 15231211.
HSL color Cylindrical-coordinate representation of color #EB68E8: hue angle of 301.37º 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 #EB68E8 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 104 | 232 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.08 |
| HSL | 301.37º | 0.77% | 0.66% | - |
| HSV(B) | 301.37º | 0.56% | 0.92% | - |
| XYZ | 53.78 | 33.39 | 79.95 | - |
| YUV | 157.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 104 | 232 | 0 | 0.56 | 0.01 | 0.08 | 301.37 | 0.77 | 0.66 |
| Hex | EB | 68 | E8 | 0 | 38 | 1 | 8 | 12D | 4D | 42 |
| Octal | 353 | 150 | 350 | 0 | 70 | 1 | 10 | 455 | 115 | 102 |
| Binary | 11101011 | 1101000 | 11101000 | 0 | 111000 | 1 | 1000 | 100101101 | 1001101 | 1000010 |
Color Harmonies of #EB68E8
Complementary color
Monochromatic Colors of #EB68E8
Black with #EB68E8
Text Example
Text Example
White with #EB68E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB68E8; }
p { color: rgb(235,104,232); }
H1.HeaderClassName
{
color: #EB68E8;
}
.AnyTagClassName
{
color: #EB68E8;
}
</style>
background-color css
<style>
a { background-color: #EB68E8; }
a { background-color: rgb(235,104,232); }
div.DivClassName
{
background-color: #EB68E8;
}
.BgClassName
{
background-color: #EB68E8;
}
</style>
border-color css
<style>
span { border-color: #EB68E8; }
span { border-color: rgb(235,104,232); }
td.TdClassName
{
border-color: #EB68E8;
}
.TagClassName
{
border-color: #EB68E8;
}
</style>