Html Css Color HEX #EC67CE Free Speech Magenta
📋 copy color: '#EC67CE'red 236 ◦ green 103 ◦ blue 206
Shades of Free Speech Magenta #EC67CE
Tints of Free Speech Magenta #EC67CE
RGB
CMYK
RGB Variations
Color information
#EC67CE (or 0xEC67CE) is known color: Free Speech Magenta. HEX triplet: EC, 67 and CE. RGB value is (236,103,206). Sum of RGB (Red+Green+Blue) = 236+103+206=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67CE is #139831. Grayscale: #9A9A9A. Windows color (decimal): -1284146 or 13527020. OLE color: 13527020.
HSL color Cylindrical-coordinate representation of color #EC67CE: hue angle of 313.53º 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 #EC67CE is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 206 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.07 |
| HSL | 313.53º | 0.78% | 0.66% | - |
| HSV(B) | 313.53º | 0.56% | 0.93% | - |
| XYZ | 50.58 | 31.99 | 61.9 | - |
| YUV | 154.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 206 | 0 | 0.56 | 0.13 | 0.07 | 313.53 | 0.78 | 0.66 |
| Hex | EC | 67 | CE | 0 | 38 | D | 7 | 13A | 4E | 42 |
| Octal | 354 | 147 | 316 | 0 | 70 | 15 | 7 | 472 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11001110 | 0 | 111000 | 1101 | 111 | 100111010 | 1001110 | 1000010 |
Color Harmonies of #EC67CE
Complementary color
Monochromatic Colors of #EC67CE
Black with #EC67CE
Text Example
Text Example
White with #EC67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67CE; }
p { color: rgb(236,103,206); }
H1.HeaderClassName
{
color: #EC67CE;
}
.AnyTagClassName
{
color: #EC67CE;
}
</style>
background-color css
<style>
a { background-color: #EC67CE; }
a { background-color: rgb(236,103,206); }
div.DivClassName
{
background-color: #EC67CE;
}
.BgClassName
{
background-color: #EC67CE;
}
</style>
border-color css
<style>
span { border-color: #EC67CE; }
span { border-color: rgb(236,103,206); }
td.TdClassName
{
border-color: #EC67CE;
}
.TagClassName
{
border-color: #EC67CE;
}
</style>