Html Css Color HEX #ED63DD Free Speech Magenta
📋 copy color: '#ED63DD'red 237 ◦ green 99 ◦ blue 221
Shades of Free Speech Magenta #ED63DD
Tints of Free Speech Magenta #ED63DD
RGB
CMYK
RGB Variations
Color information
#ED63DD (or 0xED63DD) is known color: Free Speech Magenta. HEX triplet: ED, 63 and DD. RGB value is (237,99,221). Sum of RGB (Red+Green+Blue) = 237+99+221=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED63DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED63DD is #129C22. Grayscale: #999999. Windows color (decimal): -1219619 or 14509037. OLE color: 14509037.
HSL color Cylindrical-coordinate representation of color #ED63DD: hue angle of 306.96º 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 #ED63DD is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 99 | 221 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.07 |
| HSL | 306.96º | 0.79% | 0.66% | - |
| HSV(B) | 306.96º | 0.58% | 0.93% | - |
| XYZ | 52.44 | 32.15 | 71.85 | - |
| YUV | 154.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 99 | 221 | 0 | 0.58 | 0.07 | 0.07 | 306.96 | 0.79 | 0.66 |
| Hex | ED | 63 | DD | 0 | 3A | 7 | 7 | 133 | 4F | 42 |
| Octal | 355 | 143 | 335 | 0 | 72 | 7 | 7 | 463 | 117 | 102 |
| Binary | 11101101 | 1100011 | 11011101 | 0 | 111010 | 111 | 111 | 100110011 | 1001111 | 1000010 |
Color Harmonies of #ED63DD
Complementary color
Monochromatic Colors of #ED63DD
Black with #ED63DD
Text Example
Text Example
White with #ED63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED63DD; }
p { color: rgb(237,99,221); }
H1.HeaderClassName
{
color: #ED63DD;
}
.AnyTagClassName
{
color: #ED63DD;
}
</style>
background-color css
<style>
a { background-color: #ED63DD; }
a { background-color: rgb(237,99,221); }
div.DivClassName
{
background-color: #ED63DD;
}
.BgClassName
{
background-color: #ED63DD;
}
</style>
border-color css
<style>
span { border-color: #ED63DD; }
span { border-color: rgb(237,99,221); }
td.TdClassName
{
border-color: #ED63DD;
}
.TagClassName
{
border-color: #ED63DD;
}
</style>