Html Css Color HEX #EC69DF Free Speech Magenta
📋 copy color: '#EC69DF'red 236 ◦ green 105 ◦ blue 223
Shades of Free Speech Magenta #EC69DF
Tints of Free Speech Magenta #EC69DF
RGB
CMYK
RGB Variations
Color information
#EC69DF (or 0xEC69DF) is known color: Free Speech Magenta. HEX triplet: EC, 69 and DF. RGB value is (236,105,223). Sum of RGB (Red+Green+Blue) = 236+105+223=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 105 (41.41% from 255 or 18.62% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69DF is #139620. Grayscale: #9D9D9D. Windows color (decimal): -1283617 or 14641644. OLE color: 14641644.
HSL color Cylindrical-coordinate representation of color #EC69DF: hue angle of 305.95º 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 #EC69DF is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 223 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.07 |
| HSL | 305.95º | 0.78% | 0.67% | - |
| HSV(B) | 305.95º | 0.56% | 0.93% | - |
| XYZ | 52.96 | 33.26 | 73.44 | - |
| YUV | 157.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 223 | 0 | 0.56 | 0.06 | 0.07 | 305.95 | 0.78 | 0.67 |
| Hex | EC | 69 | DF | 0 | 38 | 6 | 7 | 132 | 4E | 43 |
| Octal | 354 | 151 | 337 | 0 | 70 | 6 | 7 | 462 | 116 | 103 |
| Binary | 11101100 | 1101001 | 11011111 | 0 | 111000 | 110 | 111 | 100110010 | 1001110 | 1000011 |
Color Harmonies of #EC69DF
Complementary color
Monochromatic Colors of #EC69DF
Black with #EC69DF
Text Example
Text Example
White with #EC69DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69DF; }
p { color: rgb(236,105,223); }
H1.HeaderClassName
{
color: #EC69DF;
}
.AnyTagClassName
{
color: #EC69DF;
}
</style>
background-color css
<style>
a { background-color: #EC69DF; }
a { background-color: rgb(236,105,223); }
div.DivClassName
{
background-color: #EC69DF;
}
.BgClassName
{
background-color: #EC69DF;
}
</style>
border-color css
<style>
span { border-color: #EC69DF; }
span { border-color: rgb(236,105,223); }
td.TdClassName
{
border-color: #EC69DF;
}
.TagClassName
{
border-color: #EC69DF;
}
</style>