Html Css Color HEX #EC63E6 Free Speech Magenta
📋 copy color: '#EC63E6'red 236 ◦ green 99 ◦ blue 230
Shades of Free Speech Magenta #EC63E6
Tints of Free Speech Magenta #EC63E6
RGB
CMYK
RGB Variations
Color information
#EC63E6 (or 0xEC63E6) is known color: Free Speech Magenta. HEX triplet: EC, 63 and E6. RGB value is (236,99,230). Sum of RGB (Red+Green+Blue) = 236+99+230=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63E6 is #139C19. Grayscale: #9A9A9A. Windows color (decimal): -1285146 or 15098860. OLE color: 15098860.
HSL color Cylindrical-coordinate representation of color #EC63E6: hue angle of 302.63º 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 #EC63E6 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 230 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.07 |
| HSL | 302.63º | 0.78% | 0.66% | - |
| HSV(B) | 302.63º | 0.58% | 0.93% | - |
| XYZ | 53.34 | 32.47 | 78.32 | - |
| YUV | 154.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 230 | 0 | 0.58 | 0.03 | 0.07 | 302.63 | 0.78 | 0.66 |
| Hex | EC | 63 | E6 | 0 | 3A | 3 | 7 | 12F | 4E | 42 |
| Octal | 354 | 143 | 346 | 0 | 72 | 3 | 7 | 457 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11100110 | 0 | 111010 | 11 | 111 | 100101111 | 1001110 | 1000010 |
Color Harmonies of #EC63E6
Complementary color
Monochromatic Colors of #EC63E6
Black with #EC63E6
Text Example
Text Example
White with #EC63E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63E6; }
p { color: rgb(236,99,230); }
H1.HeaderClassName
{
color: #EC63E6;
}
.AnyTagClassName
{
color: #EC63E6;
}
</style>
background-color css
<style>
a { background-color: #EC63E6; }
a { background-color: rgb(236,99,230); }
div.DivClassName
{
background-color: #EC63E6;
}
.BgClassName
{
background-color: #EC63E6;
}
</style>
border-color css
<style>
span { border-color: #EC63E6; }
span { border-color: rgb(236,99,230); }
td.TdClassName
{
border-color: #EC63E6;
}
.TagClassName
{
border-color: #EC63E6;
}
</style>