Html Css Color HEX #EC6BDA Free Speech Magenta
📋 copy color: '#EC6BDA'red 236 ◦ green 107 ◦ blue 218
Shades of Free Speech Magenta #EC6BDA
Tints of Free Speech Magenta #EC6BDA
RGB
CMYK
RGB Variations
Color information
#EC6BDA (or 0xEC6BDA) is known color: Free Speech Magenta. HEX triplet: EC, 6B and DA. RGB value is (236,107,218). Sum of RGB (Red+Green+Blue) = 236+107+218=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BDA is #139425. Grayscale: #9D9D9D. Windows color (decimal): -1283110 or 14314476. OLE color: 14314476.
HSL color Cylindrical-coordinate representation of color #EC6BDA: hue angle of 308.37º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BDA is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 218 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.07 |
| HSL | 308.37º | 0.77% | 0.67% | - |
| HSV(B) | 308.37º | 0.55% | 0.93% | - |
| XYZ | 52.5 | 33.41 | 70.01 | - |
| YUV | 158.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 218 | 0 | 0.55 | 0.08 | 0.07 | 308.37 | 0.77 | 0.67 |
| Hex | EC | 6B | DA | 0 | 37 | 8 | 7 | 134 | 4D | 43 |
| Octal | 354 | 153 | 332 | 0 | 67 | 10 | 7 | 464 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11011010 | 0 | 110111 | 1000 | 111 | 100110100 | 1001101 | 1000011 |
Color Harmonies of #EC6BDA
Complementary color
Monochromatic Colors of #EC6BDA
Black with #EC6BDA
Text Example
Text Example
White with #EC6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BDA; }
p { color: rgb(236,107,218); }
H1.HeaderClassName
{
color: #EC6BDA;
}
.AnyTagClassName
{
color: #EC6BDA;
}
</style>
background-color css
<style>
a { background-color: #EC6BDA; }
a { background-color: rgb(236,107,218); }
div.DivClassName
{
background-color: #EC6BDA;
}
.BgClassName
{
background-color: #EC6BDA;
}
</style>
border-color css
<style>
span { border-color: #EC6BDA; }
span { border-color: rgb(236,107,218); }
td.TdClassName
{
border-color: #EC6BDA;
}
.TagClassName
{
border-color: #EC6BDA;
}
</style>