Html Css Color HEX #EC63EA Free Speech Magenta
📋 copy color: '#EC63EA'red 236 ◦ green 99 ◦ blue 234
Shades of Free Speech Magenta #EC63EA
Tints of Free Speech Magenta #EC63EA
RGB
CMYK
RGB Variations
Color information
#EC63EA (or 0xEC63EA) is known color: Free Speech Magenta. HEX triplet: EC, 63 and EA. RGB value is (236,99,234). Sum of RGB (Red+Green+Blue) = 236+99+234=569 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.48% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63EA is #139C15. Grayscale: #9A9A9A. Windows color (decimal): -1285142 or 15361004. OLE color: 15361004.
HSL color Cylindrical-coordinate representation of color #EC63EA: hue angle of 300.88º degrees, saturation: 0.78, 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 #EC63EA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 234 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.07 |
| HSL | 300.88º | 0.78% | 0.66% | - |
| HSV(B) | 300.88º | 0.58% | 0.93% | - |
| XYZ | 53.91 | 32.7 | 81.31 | - |
| YUV | 155.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 234 | 0 | 0.58 | 0.01 | 0.07 | 300.88 | 0.78 | 0.66 |
| Hex | EC | 63 | EA | 0 | 3A | 1 | 7 | 12D | 4E | 42 |
| Octal | 354 | 143 | 352 | 0 | 72 | 1 | 7 | 455 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11101010 | 0 | 111010 | 1 | 111 | 100101101 | 1001110 | 1000010 |
Color Harmonies of #EC63EA
Complementary color
Monochromatic Colors of #EC63EA
Black with #EC63EA
Text Example
Text Example
White with #EC63EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63EA; }
p { color: rgb(236,99,234); }
H1.HeaderClassName
{
color: #EC63EA;
}
.AnyTagClassName
{
color: #EC63EA;
}
</style>
background-color css
<style>
a { background-color: #EC63EA; }
a { background-color: rgb(236,99,234); }
div.DivClassName
{
background-color: #EC63EA;
}
.BgClassName
{
background-color: #EC63EA;
}
</style>
border-color css
<style>
span { border-color: #EC63EA; }
span { border-color: rgb(236,99,234); }
td.TdClassName
{
border-color: #EC63EA;
}
.TagClassName
{
border-color: #EC63EA;
}
</style>