Html Css Color HEX #ED63DB Free Speech Magenta
📋 copy color: '#ED63DB'red 237 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #ED63DB
Tints of Free Speech Magenta #ED63DB
RGB
CMYK
RGB Variations
Color information
#ED63DB (or 0xED63DB) is known color: Free Speech Magenta. HEX triplet: ED, 63 and DB. RGB value is (237,99,219). Sum of RGB (Red+Green+Blue) = 237+99+219=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63DB is #129C24. Grayscale: #999999. Windows color (decimal): -1219621 or 14377965. OLE color: 14377965.
HSL color Cylindrical-coordinate representation of color #ED63DB: hue angle of 307.83º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED63DB is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 219 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.07 |
| HSL | 307.83º | 0.79% | 0.66% | - |
| HSV(B) | 307.83º | 0.58% | 0.93% | - |
| XYZ | 52.17 | 32.04 | 70.45 | - |
| YUV | 153.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 219 | 0 | 0.58 | 0.08 | 0.07 | 307.83 | 0.79 | 0.66 |
| Hex | ED | 63 | DB | 0 | 3A | 8 | 7 | 134 | 4F | 42 |
| Octal | 355 | 143 | 333 | 0 | 72 | 10 | 7 | 464 | 117 | 102 |
| Binary | 11101101 | 1100011 | 11011011 | 0 | 111010 | 1000 | 111 | 100110100 | 1001111 | 1000010 |
Color Harmonies of #ED63DB
Complementary color
Monochromatic Colors of #ED63DB
Black with #ED63DB
Text Example
Text Example
White with #ED63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63DB; }
p { color: rgb(237,99,219); }
H1.HeaderClassName
{
color: #ED63DB;
}
.AnyTagClassName
{
color: #ED63DB;
}
</style>
background-color css
<style>
a { background-color: #ED63DB; }
a { background-color: rgb(237,99,219); }
div.DivClassName
{
background-color: #ED63DB;
}
.BgClassName
{
background-color: #ED63DB;
}
</style>
border-color css
<style>
span { border-color: #ED63DB; }
span { border-color: rgb(237,99,219); }
td.TdClassName
{
border-color: #ED63DB;
}
.TagClassName
{
border-color: #ED63DB;
}
</style>