Html Css Color HEX #EB5ACE Free Speech Magenta
📋 copy color: '#EB5ACE'red 235 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #EB5ACE
Tints of Free Speech Magenta #EB5ACE
RGB
CMYK
RGB Variations
Color information
#EB5ACE (or 0xEB5ACE) is known color: Free Speech Magenta. HEX triplet: EB, 5A and CE. RGB value is (235,90,206). Sum of RGB (Red+Green+Blue) = 235+90+206=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ACE is #14A531. Grayscale: #929292. Windows color (decimal): -1353010 or 13523691. OLE color: 13523691.
HSL color Cylindrical-coordinate representation of color #EB5ACE: hue angle of 312º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5ACE is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 206 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.08 |
| HSL | 312º | 0.78% | 0.64% | - |
| HSV(B) | 312º | 0.62% | 0.92% | - |
| XYZ | 49.06 | 29.43 | 61.49 | - |
| YUV | 146.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 206 | 0 | 0.62 | 0.12 | 0.08 | 312 | 0.78 | 0.64 |
| Hex | EB | 5A | CE | 0 | 3E | C | 8 | 138 | 4E | 40 |
| Octal | 353 | 132 | 316 | 0 | 76 | 14 | 10 | 470 | 116 | 100 |
| Binary | 11101011 | 1011010 | 11001110 | 0 | 111110 | 1100 | 1000 | 100111000 | 1001110 | 1000000 |
Color Harmonies of #EB5ACE
Complementary color
Monochromatic Colors of #EB5ACE
Black with #EB5ACE
Text Example
Text Example
White with #EB5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5ACE; }
p { color: rgb(235,90,206); }
H1.HeaderClassName
{
color: #EB5ACE;
}
.AnyTagClassName
{
color: #EB5ACE;
}
</style>
background-color css
<style>
a { background-color: #EB5ACE; }
a { background-color: rgb(235,90,206); }
div.DivClassName
{
background-color: #EB5ACE;
}
.BgClassName
{
background-color: #EB5ACE;
}
</style>
border-color css
<style>
span { border-color: #EB5ACE; }
span { border-color: rgb(235,90,206); }
td.TdClassName
{
border-color: #EB5ACE;
}
.TagClassName
{
border-color: #EB5ACE;
}
</style>