Html Css Color HEX #ED5BCE Free Speech Magenta
📋 copy color: '#ED5BCE'red 237 ◦ green 91 ◦ blue 206
Shades of Free Speech Magenta #ED5BCE
Tints of Free Speech Magenta #ED5BCE
RGB
CMYK
RGB Variations
Color information
#ED5BCE (or 0xED5BCE) is known color: Free Speech Magenta. HEX triplet: ED, 5B and CE. RGB value is (237,91,206). Sum of RGB (Red+Green+Blue) = 237+91+206=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 91 (35.94% from 255 or 17.04% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5BCE is #12A431. Grayscale: #939393. Windows color (decimal): -1221682 or 13523949. OLE color: 13523949.
HSL color Cylindrical-coordinate representation of color #ED5BCE: hue angle of 312.74º 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 #ED5BCE is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 91 | 206 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.07 |
| HSL | 312.74º | 0.8% | 0.64% | - |
| HSV(B) | 312.74º | 0.62% | 0.93% | - |
| XYZ | 49.81 | 29.94 | 61.55 | - |
| YUV | 147.76 | 160.87 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 91 | 206 | 0 | 0.62 | 0.13 | 0.07 | 312.74 | 0.8 | 0.64 |
| Hex | ED | 5B | CE | 0 | 3E | D | 7 | 139 | 50 | 40 |
| Octal | 355 | 133 | 316 | 0 | 76 | 15 | 7 | 471 | 120 | 100 |
| Binary | 11101101 | 1011011 | 11001110 | 0 | 111110 | 1101 | 111 | 100111001 | 1010000 | 1000000 |
Color Harmonies of #ED5BCE
Complementary color
Monochromatic Colors of #ED5BCE
Black with #ED5BCE
Text Example
Text Example
White with #ED5BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5BCE; }
p { color: rgb(237,91,206); }
H1.HeaderClassName
{
color: #ED5BCE;
}
.AnyTagClassName
{
color: #ED5BCE;
}
</style>
background-color css
<style>
a { background-color: #ED5BCE; }
a { background-color: rgb(237,91,206); }
div.DivClassName
{
background-color: #ED5BCE;
}
.BgClassName
{
background-color: #ED5BCE;
}
</style>
border-color css
<style>
span { border-color: #ED5BCE; }
span { border-color: rgb(237,91,206); }
td.TdClassName
{
border-color: #ED5BCE;
}
.TagClassName
{
border-color: #ED5BCE;
}
</style>