Html Css Color HEX #EC67DF Free Speech Magenta
📋 copy color: '#EC67DF'red 236 ◦ green 103 ◦ blue 223
Shades of Free Speech Magenta #EC67DF
Tints of Free Speech Magenta #EC67DF
RGB
CMYK
RGB Variations
Color information
#EC67DF (or 0xEC67DF) is known color: Free Speech Magenta. HEX triplet: EC, 67 and DF. RGB value is (236,103,223). Sum of RGB (Red+Green+Blue) = 236+103+223=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67DF is #139820. Grayscale: #9C9C9C. Windows color (decimal): -1284129 or 14641132. OLE color: 14641132.
HSL color Cylindrical-coordinate representation of color #EC67DF: hue angle of 305.86º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67DF is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 223 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.07 |
| HSL | 305.86º | 0.78% | 0.66% | - |
| HSV(B) | 305.86º | 0.56% | 0.93% | - |
| XYZ | 52.76 | 32.86 | 73.37 | - |
| YUV | 156.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 223 | 0 | 0.56 | 0.06 | 0.07 | 305.86 | 0.78 | 0.66 |
| Hex | EC | 67 | DF | 0 | 38 | 6 | 7 | 132 | 4E | 42 |
| Octal | 354 | 147 | 337 | 0 | 70 | 6 | 7 | 462 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11011111 | 0 | 111000 | 110 | 111 | 100110010 | 1001110 | 1000010 |
Color Harmonies of #EC67DF
Complementary color
Monochromatic Colors of #EC67DF
Black with #EC67DF
Text Example
Text Example
White with #EC67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67DF; }
p { color: rgb(236,103,223); }
H1.HeaderClassName
{
color: #EC67DF;
}
.AnyTagClassName
{
color: #EC67DF;
}
</style>
background-color css
<style>
a { background-color: #EC67DF; }
a { background-color: rgb(236,103,223); }
div.DivClassName
{
background-color: #EC67DF;
}
.BgClassName
{
background-color: #EC67DF;
}
</style>
border-color css
<style>
span { border-color: #EC67DF; }
span { border-color: rgb(236,103,223); }
td.TdClassName
{
border-color: #EC67DF;
}
.TagClassName
{
border-color: #EC67DF;
}
</style>