Html Css Color HEX #ED5ACE Free Speech Magenta
📋 copy color: '#ED5ACE'red 237 ◦ green 90 ◦ blue 206
Shades of Free Speech Magenta #ED5ACE
Tints of Free Speech Magenta #ED5ACE
RGB
CMYK
RGB Variations
Color information
#ED5ACE (or 0xED5ACE) is known color: Free Speech Magenta. HEX triplet: ED, 5A and CE. RGB value is (237,90,206). Sum of RGB (Red+Green+Blue) = 237+90+206=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5ACE is #12A531. Grayscale: #929292. Windows color (decimal): -1221938 or 13523693. OLE color: 13523693.
HSL color Cylindrical-coordinate representation of color #ED5ACE: hue angle of 312.65º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5ACE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 206 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.07 |
| HSL | 312.65º | 0.8% | 0.64% | - |
| HSV(B) | 312.65º | 0.62% | 0.93% | - |
| XYZ | 49.72 | 29.77 | 61.52 | - |
| YUV | 147.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 206 | 0 | 0.62 | 0.13 | 0.07 | 312.65 | 0.8 | 0.64 |
| Hex | ED | 5A | CE | 0 | 3E | D | 7 | 139 | 50 | 40 |
| Octal | 355 | 132 | 316 | 0 | 76 | 15 | 7 | 471 | 120 | 100 |
| Binary | 11101101 | 1011010 | 11001110 | 0 | 111110 | 1101 | 111 | 100111001 | 1010000 | 1000000 |
Color Harmonies of #ED5ACE
Complementary color
Monochromatic Colors of #ED5ACE
Black with #ED5ACE
Text Example
Text Example
White with #ED5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5ACE; }
p { color: rgb(237,90,206); }
H1.HeaderClassName
{
color: #ED5ACE;
}
.AnyTagClassName
{
color: #ED5ACE;
}
</style>
background-color css
<style>
a { background-color: #ED5ACE; }
a { background-color: rgb(237,90,206); }
div.DivClassName
{
background-color: #ED5ACE;
}
.BgClassName
{
background-color: #ED5ACE;
}
</style>
border-color css
<style>
span { border-color: #ED5ACE; }
span { border-color: rgb(237,90,206); }
td.TdClassName
{
border-color: #ED5ACE;
}
.TagClassName
{
border-color: #ED5ACE;
}
</style>