Html Css Color HEX #ED4ECB Free Speech Magenta
📋 copy color: '#ED4ECB'red 237 ◦ green 78 ◦ blue 203
Shades of Free Speech Magenta #ED4ECB
Tints of Free Speech Magenta #ED4ECB
RGB
CMYK
RGB Variations
Color information
#ED4ECB (or 0xED4ECB) is known color: Free Speech Magenta. HEX triplet: ED, 4E and CB. RGB value is (237,78,203). Sum of RGB (Red+Green+Blue) = 237+78+203=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4ECB is #12B134. Grayscale: #8B8B8B. Windows color (decimal): -1225013 or 13324013. OLE color: 13324013.
HSL color Cylindrical-coordinate representation of color #ED4ECB: hue angle of 312.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4ECB is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 78 | 203 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.07 |
| HSL | 312.83º | 0.82% | 0.62% | - |
| HSV(B) | 312.83º | 0.67% | 0.93% | - |
| XYZ | 48.43 | 27.77 | 59.31 | - |
| YUV | 139.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 78 | 203 | 0 | 0.67 | 0.14 | 0.07 | 312.83 | 0.82 | 0.62 |
| Hex | ED | 4E | CB | 0 | 43 | E | 7 | 139 | 52 | 3E |
| Octal | 355 | 116 | 313 | 0 | 103 | 16 | 7 | 471 | 122 | 76 |
| Binary | 11101101 | 1001110 | 11001011 | 0 | 1000011 | 1110 | 111 | 100111001 | 1010010 | 111110 |
Color Harmonies of #ED4ECB
Complementary color
Monochromatic Colors of #ED4ECB
Black with #ED4ECB
Text Example
Text Example
White with #ED4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4ECB; }
p { color: rgb(237,78,203); }
H1.HeaderClassName
{
color: #ED4ECB;
}
.AnyTagClassName
{
color: #ED4ECB;
}
</style>
background-color css
<style>
a { background-color: #ED4ECB; }
a { background-color: rgb(237,78,203); }
div.DivClassName
{
background-color: #ED4ECB;
}
.BgClassName
{
background-color: #ED4ECB;
}
</style>
border-color css
<style>
span { border-color: #ED4ECB; }
span { border-color: rgb(237,78,203); }
td.TdClassName
{
border-color: #ED4ECB;
}
.TagClassName
{
border-color: #ED4ECB;
}
</style>