Html Css Color HEX #EC63ED Free Speech Magenta
📋 copy color: '#EC63ED'red 236 ◦ green 99 ◦ blue 237
Shades of Free Speech Magenta #EC63ED
Tints of Free Speech Magenta #EC63ED
RGB
CMYK
RGB Variations
Color information
#EC63ED (or 0xEC63ED) is known color: Free Speech Magenta. HEX triplet: EC, 63 and ED. RGB value is (236,99,237). Sum of RGB (Red+Green+Blue) = 236+99+237=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63ED is #139C12. Grayscale: #9B9B9B. Windows color (decimal): -1285139 or 15557612. OLE color: 15557612.
HSL color Cylindrical-coordinate representation of color #EC63ED: hue angle of 299.57º 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 #EC63ED is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 237 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.07 |
| HSL | 299.57º | 0.79% | 0.66% | - |
| HSV(B) | 299.57º | 0.58% | 0.93% | - |
| XYZ | 54.34 | 32.87 | 83.6 | - |
| YUV | 155.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 237 | 0.00 | 0.58 | 0 | 0.07 | 299.57 | 0.79 | 0.66 |
| Hex | EC | 63 | ED | 0 | 3A | 0 | 7 | 12C | 4F | 42 |
| Octal | 354 | 143 | 355 | 0 | 72 | 0 | 7 | 454 | 117 | 102 |
| Binary | 11101100 | 1100011 | 11101101 | 0 | 111010 | 0 | 111 | 100101100 | 1001111 | 1000010 |
Color Harmonies of #EC63ED
Complementary color
Monochromatic Colors of #EC63ED
Black with #EC63ED
Text Example
Text Example
White with #EC63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63ED; }
p { color: rgb(236,99,237); }
H1.HeaderClassName
{
color: #EC63ED;
}
.AnyTagClassName
{
color: #EC63ED;
}
</style>
background-color css
<style>
a { background-color: #EC63ED; }
a { background-color: rgb(236,99,237); }
div.DivClassName
{
background-color: #EC63ED;
}
.BgClassName
{
background-color: #EC63ED;
}
</style>
border-color css
<style>
span { border-color: #EC63ED; }
span { border-color: rgb(236,99,237); }
td.TdClassName
{
border-color: #EC63ED;
}
.TagClassName
{
border-color: #EC63ED;
}
</style>