Html Css Color HEX #EC68CE Free Speech Magenta
📋 copy color: '#EC68CE'red 236 ◦ green 104 ◦ blue 206
Shades of Free Speech Magenta #EC68CE
Tints of Free Speech Magenta #EC68CE
RGB
CMYK
RGB Variations
Color information
#EC68CE (or 0xEC68CE) is known color: Free Speech Magenta. HEX triplet: EC, 68 and CE. RGB value is (236,104,206). Sum of RGB (Red+Green+Blue) = 236+104+206=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68CE is #139731. Grayscale: #9A9A9A. Windows color (decimal): -1283890 or 13527276. OLE color: 13527276.
HSL color Cylindrical-coordinate representation of color #EC68CE: hue angle of 313.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68CE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 206 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.07 |
| HSL | 313.64º | 0.78% | 0.67% | - |
| HSV(B) | 313.64º | 0.56% | 0.93% | - |
| XYZ | 50.68 | 32.19 | 61.93 | - |
| YUV | 155.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 206 | 0 | 0.56 | 0.13 | 0.07 | 313.64 | 0.78 | 0.67 |
| Hex | EC | 68 | CE | 0 | 38 | D | 7 | 13A | 4E | 43 |
| Octal | 354 | 150 | 316 | 0 | 70 | 15 | 7 | 472 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11001110 | 0 | 111000 | 1101 | 111 | 100111010 | 1001110 | 1000011 |
Color Harmonies of #EC68CE
Complementary color
Monochromatic Colors of #EC68CE
Black with #EC68CE
Text Example
Text Example
White with #EC68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68CE; }
p { color: rgb(236,104,206); }
H1.HeaderClassName
{
color: #EC68CE;
}
.AnyTagClassName
{
color: #EC68CE;
}
</style>
background-color css
<style>
a { background-color: #EC68CE; }
a { background-color: rgb(236,104,206); }
div.DivClassName
{
background-color: #EC68CE;
}
.BgClassName
{
background-color: #EC68CE;
}
</style>
border-color css
<style>
span { border-color: #EC68CE; }
span { border-color: rgb(236,104,206); }
td.TdClassName
{
border-color: #EC68CE;
}
.TagClassName
{
border-color: #EC68CE;
}
</style>