Html Css Color HEX #EC69DC Free Speech Magenta
📋 copy color: '#EC69DC'red 236 ◦ green 105 ◦ blue 220
Shades of Free Speech Magenta #EC69DC
Tints of Free Speech Magenta #EC69DC
RGB
CMYK
RGB Variations
Color information
#EC69DC (or 0xEC69DC) is known color: Free Speech Magenta. HEX triplet: EC, 69 and DC. RGB value is (236,105,220). Sum of RGB (Red+Green+Blue) = 236+105+220=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69DC is #139623. Grayscale: #9C9C9C. Windows color (decimal): -1283620 or 14445036. OLE color: 14445036.
HSL color Cylindrical-coordinate representation of color #EC69DC: hue angle of 307.33º 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 #EC69DC is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 220 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.07 |
| HSL | 307.33º | 0.78% | 0.67% | - |
| HSV(B) | 307.33º | 0.56% | 0.93% | - |
| XYZ | 52.56 | 33.1 | 71.33 | - |
| YUV | 157.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 220 | 0 | 0.56 | 0.07 | 0.07 | 307.33 | 0.78 | 0.67 |
| Hex | EC | 69 | DC | 0 | 38 | 7 | 7 | 133 | 4E | 43 |
| Octal | 354 | 151 | 334 | 0 | 70 | 7 | 7 | 463 | 116 | 103 |
| Binary | 11101100 | 1101001 | 11011100 | 0 | 111000 | 111 | 111 | 100110011 | 1001110 | 1000011 |
Color Harmonies of #EC69DC
Complementary color
Monochromatic Colors of #EC69DC
Black with #EC69DC
Text Example
Text Example
White with #EC69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69DC; }
p { color: rgb(236,105,220); }
H1.HeaderClassName
{
color: #EC69DC;
}
.AnyTagClassName
{
color: #EC69DC;
}
</style>
background-color css
<style>
a { background-color: #EC69DC; }
a { background-color: rgb(236,105,220); }
div.DivClassName
{
background-color: #EC69DC;
}
.BgClassName
{
background-color: #EC69DC;
}
</style>
border-color css
<style>
span { border-color: #EC69DC; }
span { border-color: rgb(236,105,220); }
td.TdClassName
{
border-color: #EC69DC;
}
.TagClassName
{
border-color: #EC69DC;
}
</style>