Html Css Color HEX #EC65CB Free Speech Magenta
📋 copy color: '#EC65CB'red 236 ◦ green 101 ◦ blue 203
Shades of Free Speech Magenta #EC65CB
Tints of Free Speech Magenta #EC65CB
RGB
CMYK
RGB Variations
Color information
#EC65CB (or 0xEC65CB) is known color: Free Speech Magenta. HEX triplet: EC, 65 and CB. RGB value is (236,101,203). Sum of RGB (Red+Green+Blue) = 236+101+203=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65CB is #139A34. Grayscale: #989898. Windows color (decimal): -1284661 or 13329900. OLE color: 13329900.
HSL color Cylindrical-coordinate representation of color #EC65CB: hue angle of 314.67º 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 #EC65CB is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 203 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.07 |
| HSL | 314.67º | 0.78% | 0.66% | - |
| HSV(B) | 314.67º | 0.57% | 0.93% | - |
| XYZ | 50.03 | 31.45 | 59.93 | - |
| YUV | 152.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 203 | 0 | 0.57 | 0.14 | 0.07 | 314.67 | 0.78 | 0.66 |
| Hex | EC | 65 | CB | 0 | 39 | E | 7 | 13B | 4E | 42 |
| Octal | 354 | 145 | 313 | 0 | 71 | 16 | 7 | 473 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11001011 | 0 | 111001 | 1110 | 111 | 100111011 | 1001110 | 1000010 |
Color Harmonies of #EC65CB
Complementary color
Monochromatic Colors of #EC65CB
Black with #EC65CB
Text Example
Text Example
White with #EC65CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65CB; }
p { color: rgb(236,101,203); }
H1.HeaderClassName
{
color: #EC65CB;
}
.AnyTagClassName
{
color: #EC65CB;
}
</style>
background-color css
<style>
a { background-color: #EC65CB; }
a { background-color: rgb(236,101,203); }
div.DivClassName
{
background-color: #EC65CB;
}
.BgClassName
{
background-color: #EC65CB;
}
</style>
border-color css
<style>
span { border-color: #EC65CB; }
span { border-color: rgb(236,101,203); }
td.TdClassName
{
border-color: #EC65CB;
}
.TagClassName
{
border-color: #EC65CB;
}
</style>