Html Css Color HEX #ED55CC Free Speech Magenta
📋 copy color: '#ED55CC'red 237 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #ED55CC
Tints of Free Speech Magenta #ED55CC
RGB
CMYK
RGB Variations
Color information
#ED55CC (or 0xED55CC) is known color: Free Speech Magenta. HEX triplet: ED, 55 and CC. RGB value is (237,85,204). Sum of RGB (Red+Green+Blue) = 237+85+204=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED55CC is #12AA33. Grayscale: #8F8F8F. Windows color (decimal): -1223220 or 13391341. OLE color: 13391341.
HSL color Cylindrical-coordinate representation of color #ED55CC: hue angle of 313.03º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED55CC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 204 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.07 |
| HSL | 313.03º | 0.81% | 0.63% | - |
| HSV(B) | 313.03º | 0.64% | 0.93% | - |
| XYZ | 49.07 | 28.86 | 60.11 | - |
| YUV | 144.01 | 161.86 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 204 | 0 | 0.64 | 0.14 | 0.07 | 313.03 | 0.81 | 0.63 |
| Hex | ED | 55 | CC | 0 | 40 | E | 7 | 139 | 51 | 3F |
| Octal | 355 | 125 | 314 | 0 | 100 | 16 | 7 | 471 | 121 | 77 |
| Binary | 11101101 | 1010101 | 11001100 | 0 | 1000000 | 1110 | 111 | 100111001 | 1010001 | 111111 |
Color Harmonies of #ED55CC
Complementary color
Monochromatic Colors of #ED55CC
Black with #ED55CC
Text Example
Text Example
White with #ED55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED55CC; }
p { color: rgb(237,85,204); }
H1.HeaderClassName
{
color: #ED55CC;
}
.AnyTagClassName
{
color: #ED55CC;
}
</style>
background-color css
<style>
a { background-color: #ED55CC; }
a { background-color: rgb(237,85,204); }
div.DivClassName
{
background-color: #ED55CC;
}
.BgClassName
{
background-color: #ED55CC;
}
</style>
border-color css
<style>
span { border-color: #ED55CC; }
span { border-color: rgb(237,85,204); }
td.TdClassName
{
border-color: #ED55CC;
}
.TagClassName
{
border-color: #ED55CC;
}
</style>