Html Css Color HEX #EC66CB Free Speech Magenta
📋 copy color: '#EC66CB'red 236 ◦ green 102 ◦ blue 203
Shades of Free Speech Magenta #EC66CB
Tints of Free Speech Magenta #EC66CB
RGB
CMYK
RGB Variations
Color information
#EC66CB (or 0xEC66CB) is known color: Free Speech Magenta. HEX triplet: EC, 66 and CB. RGB value is (236,102,203). Sum of RGB (Red+Green+Blue) = 236+102+203=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66CB is #139934. Grayscale: #999999. Windows color (decimal): -1284405 or 13330156. OLE color: 13330156.
HSL color Cylindrical-coordinate representation of color #EC66CB: hue angle of 314.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66CB is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 203 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.07 |
| HSL | 314.78º | 0.78% | 0.66% | - |
| HSV(B) | 314.78º | 0.57% | 0.93% | - |
| XYZ | 50.12 | 31.65 | 59.97 | - |
| YUV | 153.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 203 | 0 | 0.57 | 0.14 | 0.07 | 314.78 | 0.78 | 0.66 |
| Hex | EC | 66 | CB | 0 | 39 | E | 7 | 13B | 4E | 42 |
| Octal | 354 | 146 | 313 | 0 | 71 | 16 | 7 | 473 | 116 | 102 |
| Binary | 11101100 | 1100110 | 11001011 | 0 | 111001 | 1110 | 111 | 100111011 | 1001110 | 1000010 |
Color Harmonies of #EC66CB
Complementary color
Monochromatic Colors of #EC66CB
Black with #EC66CB
Text Example
Text Example
White with #EC66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC66CB; }
p { color: rgb(236,102,203); }
H1.HeaderClassName
{
color: #EC66CB;
}
.AnyTagClassName
{
color: #EC66CB;
}
</style>
background-color css
<style>
a { background-color: #EC66CB; }
a { background-color: rgb(236,102,203); }
div.DivClassName
{
background-color: #EC66CB;
}
.BgClassName
{
background-color: #EC66CB;
}
</style>
border-color css
<style>
span { border-color: #EC66CB; }
span { border-color: rgb(236,102,203); }
td.TdClassName
{
border-color: #EC66CB;
}
.TagClassName
{
border-color: #EC66CB;
}
</style>