Html Css Color HEX #EC63E8 Free Speech Magenta
📋 copy color: '#EC63E8'red 236 ◦ green 99 ◦ blue 232
Shades of Free Speech Magenta #EC63E8
Tints of Free Speech Magenta #EC63E8
RGB
CMYK
RGB Variations
Color information
#EC63E8 (or 0xEC63E8) is known color: Free Speech Magenta. HEX triplet: EC, 63 and E8. RGB value is (236,99,232). Sum of RGB (Red+Green+Blue) = 236+99+232=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63E8 is #139C17. Grayscale: #9A9A9A. Windows color (decimal): -1285144 or 15229932. OLE color: 15229932.
HSL color Cylindrical-coordinate representation of color #EC63E8: hue angle of 301.75º 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 #EC63E8 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 232 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.07 |
| HSL | 301.75º | 0.78% | 0.66% | - |
| HSV(B) | 301.75º | 0.58% | 0.93% | - |
| XYZ | 53.62 | 32.58 | 79.81 | - |
| YUV | 155.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 232 | 0 | 0.58 | 0.02 | 0.07 | 301.75 | 0.78 | 0.66 |
| Hex | EC | 63 | E8 | 0 | 3A | 2 | 7 | 12E | 4E | 42 |
| Octal | 354 | 143 | 350 | 0 | 72 | 2 | 7 | 456 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11101000 | 0 | 111010 | 10 | 111 | 100101110 | 1001110 | 1000010 |
Color Harmonies of #EC63E8
Complementary color
Monochromatic Colors of #EC63E8
Black with #EC63E8
Text Example
Text Example
White with #EC63E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63E8; }
p { color: rgb(236,99,232); }
H1.HeaderClassName
{
color: #EC63E8;
}
.AnyTagClassName
{
color: #EC63E8;
}
</style>
background-color css
<style>
a { background-color: #EC63E8; }
a { background-color: rgb(236,99,232); }
div.DivClassName
{
background-color: #EC63E8;
}
.BgClassName
{
background-color: #EC63E8;
}
</style>
border-color css
<style>
span { border-color: #EC63E8; }
span { border-color: rgb(236,99,232); }
td.TdClassName
{
border-color: #EC63E8;
}
.TagClassName
{
border-color: #EC63E8;
}
</style>