Html Css Color HEX #ED4BCC Free Speech Magenta
📋 copy color: '#ED4BCC'red 237 ◦ green 75 ◦ blue 204
Shades of Free Speech Magenta #ED4BCC
Tints of Free Speech Magenta #ED4BCC
RGB
CMYK
RGB Variations
Color information
#ED4BCC (or 0xED4BCC) is known color: Free Speech Magenta. HEX triplet: ED, 4B and CC. RGB value is (237,75,204). Sum of RGB (Red+Green+Blue) = 237+75+204=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BCC is #12B433. Grayscale: #898989. Windows color (decimal): -1225780 or 13388781. OLE color: 13388781.
HSL color Cylindrical-coordinate representation of color #ED4BCC: hue angle of 312.22º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4BCC is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 75 | 204 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.07 |
| HSL | 312.22º | 0.82% | 0.61% | - |
| HSV(B) | 312.22º | 0.68% | 0.93% | - |
| XYZ | 48.34 | 27.4 | 59.87 | - |
| YUV | 138.14 | 165.17 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 204 | 0 | 0.68 | 0.14 | 0.07 | 312.22 | 0.82 | 0.61 |
| Hex | ED | 4B | CC | 0 | 44 | E | 7 | 138 | 52 | 3D |
| Octal | 355 | 113 | 314 | 0 | 104 | 16 | 7 | 470 | 122 | 75 |
| Binary | 11101101 | 1001011 | 11001100 | 0 | 1000100 | 1110 | 111 | 100111000 | 1010010 | 111101 |
Color Harmonies of #ED4BCC
Complementary color
Monochromatic Colors of #ED4BCC
Black with #ED4BCC
Text Example
Text Example
White with #ED4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BCC; }
p { color: rgb(237,75,204); }
H1.HeaderClassName
{
color: #ED4BCC;
}
.AnyTagClassName
{
color: #ED4BCC;
}
</style>
background-color css
<style>
a { background-color: #ED4BCC; }
a { background-color: rgb(237,75,204); }
div.DivClassName
{
background-color: #ED4BCC;
}
.BgClassName
{
background-color: #ED4BCC;
}
</style>
border-color css
<style>
span { border-color: #ED4BCC; }
span { border-color: rgb(237,75,204); }
td.TdClassName
{
border-color: #ED4BCC;
}
.TagClassName
{
border-color: #ED4BCC;
}
</style>