Html Css Color HEX #EC5CCB Free Speech Magenta
📋 copy color: '#EC5CCB'red 236 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #EC5CCB
Tints of Free Speech Magenta #EC5CCB
RGB
CMYK
RGB Variations
Color information
#EC5CCB (or 0xEC5CCB) is known color: Free Speech Magenta. HEX triplet: EC, 5C and CB. RGB value is (236,92,203). Sum of RGB (Red+Green+Blue) = 236+92+203=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CCB is #13A334. Grayscale: #939393. Windows color (decimal): -1286965 or 13327596. OLE color: 13327596.
HSL color Cylindrical-coordinate representation of color #EC5CCB: hue angle of 313.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CCB is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 203 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.07 |
| HSL | 313.75º | 0.79% | 0.64% | - |
| HSV(B) | 313.75º | 0.61% | 0.93% | - |
| XYZ | 49.2 | 29.8 | 59.66 | - |
| YUV | 147.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 203 | 0 | 0.61 | 0.14 | 0.07 | 313.75 | 0.79 | 0.64 |
| Hex | EC | 5C | CB | 0 | 3D | E | 7 | 13A | 4F | 40 |
| Octal | 354 | 134 | 313 | 0 | 75 | 16 | 7 | 472 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11001011 | 0 | 111101 | 1110 | 111 | 100111010 | 1001111 | 1000000 |
Color Harmonies of #EC5CCB
Complementary color
Monochromatic Colors of #EC5CCB
Black with #EC5CCB
Text Example
Text Example
White with #EC5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CCB; }
p { color: rgb(236,92,203); }
H1.HeaderClassName
{
color: #EC5CCB;
}
.AnyTagClassName
{
color: #EC5CCB;
}
</style>
background-color css
<style>
a { background-color: #EC5CCB; }
a { background-color: rgb(236,92,203); }
div.DivClassName
{
background-color: #EC5CCB;
}
.BgClassName
{
background-color: #EC5CCB;
}
</style>
border-color css
<style>
span { border-color: #EC5CCB; }
span { border-color: rgb(236,92,203); }
td.TdClassName
{
border-color: #EC5CCB;
}
.TagClassName
{
border-color: #EC5CCB;
}
</style>