Html Css Color HEX #ED6BDF Free Speech Magenta
📋 copy color: '#ED6BDF'red 237 ◦ green 107 ◦ blue 223
Shades of Free Speech Magenta #ED6BDF
Tints of Free Speech Magenta #ED6BDF
RGB
CMYK
RGB Variations
Color information
#ED6BDF (or 0xED6BDF) is known color: Free Speech Magenta. HEX triplet: ED, 6B and DF. RGB value is (237,107,223). Sum of RGB (Red+Green+Blue) = 237+107+223=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BDF is #129420. Grayscale: #9E9E9E. Windows color (decimal): -1217569 or 14642157. OLE color: 14642157.
HSL color Cylindrical-coordinate representation of color #ED6BDF: hue angle of 306.46º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BDF is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 107 | 223 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.07 |
| HSL | 306.46º | 0.78% | 0.67% | - |
| HSV(B) | 306.46º | 0.55% | 0.93% | - |
| XYZ | 53.5 | 33.85 | 73.53 | - |
| YUV | 159.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 107 | 223 | 0 | 0.55 | 0.06 | 0.07 | 306.46 | 0.78 | 0.67 |
| Hex | ED | 6B | DF | 0 | 37 | 6 | 7 | 132 | 4E | 43 |
| Octal | 355 | 153 | 337 | 0 | 67 | 6 | 7 | 462 | 116 | 103 |
| Binary | 11101101 | 1101011 | 11011111 | 0 | 110111 | 110 | 111 | 100110010 | 1001110 | 1000011 |
Color Harmonies of #ED6BDF
Complementary color
Monochromatic Colors of #ED6BDF
Black with #ED6BDF
Text Example
Text Example
White with #ED6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6BDF; }
p { color: rgb(237,107,223); }
H1.HeaderClassName
{
color: #ED6BDF;
}
.AnyTagClassName
{
color: #ED6BDF;
}
</style>
background-color css
<style>
a { background-color: #ED6BDF; }
a { background-color: rgb(237,107,223); }
div.DivClassName
{
background-color: #ED6BDF;
}
.BgClassName
{
background-color: #ED6BDF;
}
</style>
border-color css
<style>
span { border-color: #ED6BDF; }
span { border-color: rgb(237,107,223); }
td.TdClassName
{
border-color: #ED6BDF;
}
.TagClassName
{
border-color: #ED6BDF;
}
</style>