Html Css Color HEX #EC68DE Free Speech Magenta
📋 copy color: '#EC68DE'red 236 ◦ green 104 ◦ blue 222
Shades of Free Speech Magenta #EC68DE
Tints of Free Speech Magenta #EC68DE
RGB
CMYK
RGB Variations
Color information
#EC68DE (or 0xEC68DE) is known color: Free Speech Magenta. HEX triplet: EC, 68 and DE. RGB value is (236,104,222). Sum of RGB (Red+Green+Blue) = 236+104+222=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68DE is #139721. Grayscale: #9C9C9C. Windows color (decimal): -1283874 or 14575852. OLE color: 14575852.
HSL color Cylindrical-coordinate representation of color #EC68DE: hue angle of 306.36º 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 #EC68DE is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 222 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.07 |
| HSL | 306.36º | 0.78% | 0.67% | - |
| HSV(B) | 306.36º | 0.56% | 0.93% | - |
| XYZ | 52.73 | 33.01 | 72.7 | - |
| YUV | 156.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 222 | 0 | 0.56 | 0.06 | 0.07 | 306.36 | 0.78 | 0.67 |
| Hex | EC | 68 | DE | 0 | 38 | 6 | 7 | 132 | 4E | 43 |
| Octal | 354 | 150 | 336 | 0 | 70 | 6 | 7 | 462 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11011110 | 0 | 111000 | 110 | 111 | 100110010 | 1001110 | 1000011 |
Color Harmonies of #EC68DE
Complementary color
Monochromatic Colors of #EC68DE
Black with #EC68DE
Text Example
Text Example
White with #EC68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68DE; }
p { color: rgb(236,104,222); }
H1.HeaderClassName
{
color: #EC68DE;
}
.AnyTagClassName
{
color: #EC68DE;
}
</style>
background-color css
<style>
a { background-color: #EC68DE; }
a { background-color: rgb(236,104,222); }
div.DivClassName
{
background-color: #EC68DE;
}
.BgClassName
{
background-color: #EC68DE;
}
</style>
border-color css
<style>
span { border-color: #EC68DE; }
span { border-color: rgb(236,104,222); }
td.TdClassName
{
border-color: #EC68DE;
}
.TagClassName
{
border-color: #EC68DE;
}
</style>