Html Css Color HEX #EB6ACF Free Speech Magenta
📋 copy color: '#EB6ACF'red 235 ◦ green 106 ◦ blue 207
Shades of Free Speech Magenta #EB6ACF
Tints of Free Speech Magenta #EB6ACF
RGB
CMYK
RGB Variations
Color information
#EB6ACF (or 0xEB6ACF) is known color: Free Speech Magenta. HEX triplet: EB, 6A and CF. RGB value is (235,106,207). Sum of RGB (Red+Green+Blue) = 235+106+207=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ACF is #149530. Grayscale: #9B9B9B. Windows color (decimal): -1348913 or 13593323. OLE color: 13593323.
HSL color Cylindrical-coordinate representation of color #EB6ACF: hue angle of 313.02º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6ACF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 106 | 207 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.08 |
| HSL | 313.02º | 0.76% | 0.67% | - |
| HSV(B) | 313.02º | 0.55% | 0.92% | - |
| XYZ | 50.68 | 32.48 | 62.63 | - |
| YUV | 156.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 106 | 207 | 0 | 0.55 | 0.12 | 0.08 | 313.02 | 0.76 | 0.67 |
| Hex | EB | 6A | CF | 0 | 37 | C | 8 | 139 | 4C | 43 |
| Octal | 353 | 152 | 317 | 0 | 67 | 14 | 10 | 471 | 114 | 103 |
| Binary | 11101011 | 1101010 | 11001111 | 0 | 110111 | 1100 | 1000 | 100111001 | 1001100 | 1000011 |
Color Harmonies of #EB6ACF
Complementary color
Monochromatic Colors of #EB6ACF
Black with #EB6ACF
Text Example
Text Example
White with #EB6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6ACF; }
p { color: rgb(235,106,207); }
H1.HeaderClassName
{
color: #EB6ACF;
}
.AnyTagClassName
{
color: #EB6ACF;
}
</style>
background-color css
<style>
a { background-color: #EB6ACF; }
a { background-color: rgb(235,106,207); }
div.DivClassName
{
background-color: #EB6ACF;
}
.BgClassName
{
background-color: #EB6ACF;
}
</style>
border-color css
<style>
span { border-color: #EB6ACF; }
span { border-color: rgb(235,106,207); }
td.TdClassName
{
border-color: #EB6ACF;
}
.TagClassName
{
border-color: #EB6ACF;
}
</style>