Html Css Color HEX #EC63CB Free Speech Magenta
📋 copy color: '#EC63CB'red 236 ◦ green 99 ◦ blue 203
Shades of Free Speech Magenta #EC63CB
Tints of Free Speech Magenta #EC63CB
RGB
CMYK
RGB Variations
Color information
#EC63CB (or 0xEC63CB) is known color: Free Speech Magenta. HEX triplet: EC, 63 and CB. RGB value is (236,99,203). Sum of RGB (Red+Green+Blue) = 236+99+203=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63CB is #139C34. Grayscale: #979797. Windows color (decimal): -1285173 or 13329388. OLE color: 13329388.
HSL color Cylindrical-coordinate representation of color #EC63CB: hue angle of 314.45º 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 #EC63CB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 203 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.07 |
| HSL | 314.45º | 0.78% | 0.66% | - |
| HSV(B) | 314.45º | 0.58% | 0.93% | - |
| XYZ | 49.83 | 31.07 | 59.87 | - |
| YUV | 151.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 203 | 0 | 0.58 | 0.14 | 0.07 | 314.45 | 0.78 | 0.66 |
| Hex | EC | 63 | CB | 0 | 3A | E | 7 | 13A | 4E | 42 |
| Octal | 354 | 143 | 313 | 0 | 72 | 16 | 7 | 472 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11001011 | 0 | 111010 | 1110 | 111 | 100111010 | 1001110 | 1000010 |
Color Harmonies of #EC63CB
Complementary color
Monochromatic Colors of #EC63CB
Black with #EC63CB
Text Example
Text Example
White with #EC63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63CB; }
p { color: rgb(236,99,203); }
H1.HeaderClassName
{
color: #EC63CB;
}
.AnyTagClassName
{
color: #EC63CB;
}
</style>
background-color css
<style>
a { background-color: #EC63CB; }
a { background-color: rgb(236,99,203); }
div.DivClassName
{
background-color: #EC63CB;
}
.BgClassName
{
background-color: #EC63CB;
}
</style>
border-color css
<style>
span { border-color: #EC63CB; }
span { border-color: rgb(236,99,203); }
td.TdClassName
{
border-color: #EC63CB;
}
.TagClassName
{
border-color: #EC63CB;
}
</style>