Html Css Color HEX #EC67D5 Free Speech Magenta
📋 copy color: '#EC67D5'red 236 ◦ green 103 ◦ blue 213
Shades of Free Speech Magenta #EC67D5
Tints of Free Speech Magenta #EC67D5
RGB
CMYK
RGB Variations
Color information
#EC67D5 (or 0xEC67D5) is known color: Free Speech Magenta. HEX triplet: EC, 67 and D5. RGB value is (236,103,213). Sum of RGB (Red+Green+Blue) = 236+103+213=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67D5 is #13982A. Grayscale: #9B9B9B. Windows color (decimal): -1284139 or 13985772. OLE color: 13985772.
HSL color Cylindrical-coordinate representation of color #EC67D5: hue angle of 310.38º 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 #EC67D5 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 213 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.07 |
| HSL | 310.38º | 0.78% | 0.66% | - |
| HSV(B) | 310.38º | 0.56% | 0.93% | - |
| XYZ | 51.45 | 32.34 | 66.48 | - |
| YUV | 155.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 213 | 0 | 0.56 | 0.10 | 0.07 | 310.38 | 0.78 | 0.66 |
| Hex | EC | 67 | D5 | 0 | 38 | A | 7 | 136 | 4E | 42 |
| Octal | 354 | 147 | 325 | 0 | 70 | 12 | 7 | 466 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11010101 | 0 | 111000 | 1010 | 111 | 100110110 | 1001110 | 1000010 |
Color Harmonies of #EC67D5
Complementary color
Monochromatic Colors of #EC67D5
Black with #EC67D5
Text Example
Text Example
White with #EC67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67D5; }
p { color: rgb(236,103,213); }
H1.HeaderClassName
{
color: #EC67D5;
}
.AnyTagClassName
{
color: #EC67D5;
}
</style>
background-color css
<style>
a { background-color: #EC67D5; }
a { background-color: rgb(236,103,213); }
div.DivClassName
{
background-color: #EC67D5;
}
.BgClassName
{
background-color: #EC67D5;
}
</style>
border-color css
<style>
span { border-color: #EC67D5; }
span { border-color: rgb(236,103,213); }
td.TdClassName
{
border-color: #EC67D5;
}
.TagClassName
{
border-color: #EC67D5;
}
</style>