Html Css Color HEX #ED4BD2 Free Speech Magenta
📋 copy color: '#ED4BD2'red 237 ◦ green 75 ◦ blue 210
Shades of Free Speech Magenta #ED4BD2
Tints of Free Speech Magenta #ED4BD2
RGB
CMYK
RGB Variations
Color information
#ED4BD2 (or 0xED4BD2) is known color: Free Speech Magenta. HEX triplet: ED, 4B and D2. RGB value is (237,75,210). Sum of RGB (Red+Green+Blue) = 237+75+210=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BD2 is #12B42D. Grayscale: #8A8A8A. Windows color (decimal): -1225774 or 13781997. OLE color: 13781997.
HSL color Cylindrical-coordinate representation of color #ED4BD2: hue angle of 310º 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 #ED4BD2 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 75 | 210 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.07 |
| HSL | 310º | 0.82% | 0.61% | - |
| HSV(B) | 310º | 0.68% | 0.93% | - |
| XYZ | 49.07 | 27.69 | 63.73 | - |
| YUV | 138.83 | 168.17 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 75 | 210 | 0 | 0.68 | 0.11 | 0.07 | 310 | 0.82 | 0.61 |
| Hex | ED | 4B | D2 | 0 | 44 | B | 7 | 136 | 52 | 3D |
| Octal | 355 | 113 | 322 | 0 | 104 | 13 | 7 | 466 | 122 | 75 |
| Binary | 11101101 | 1001011 | 11010010 | 0 | 1000100 | 1011 | 111 | 100110110 | 1010010 | 111101 |
Color Harmonies of #ED4BD2
Complementary color
Monochromatic Colors of #ED4BD2
Black with #ED4BD2
Text Example
Text Example
White with #ED4BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4BD2; }
p { color: rgb(237,75,210); }
H1.HeaderClassName
{
color: #ED4BD2;
}
.AnyTagClassName
{
color: #ED4BD2;
}
</style>
background-color css
<style>
a { background-color: #ED4BD2; }
a { background-color: rgb(237,75,210); }
div.DivClassName
{
background-color: #ED4BD2;
}
.BgClassName
{
background-color: #ED4BD2;
}
</style>
border-color css
<style>
span { border-color: #ED4BD2; }
span { border-color: rgb(237,75,210); }
td.TdClassName
{
border-color: #ED4BD2;
}
.TagClassName
{
border-color: #ED4BD2;
}
</style>