Html Css Color HEX #EC65DD Free Speech Magenta
📋 copy color: '#EC65DD'red 236 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #EC65DD
Tints of Free Speech Magenta #EC65DD
RGB
CMYK
RGB Variations
Color information
#EC65DD (or 0xEC65DD) is known color: Free Speech Magenta. HEX triplet: EC, 65 and DD. RGB value is (236,101,221). Sum of RGB (Red+Green+Blue) = 236+101+221=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65DD is #139A22. Grayscale: #9A9A9A. Windows color (decimal): -1284643 or 14509548. OLE color: 14509548.
HSL color Cylindrical-coordinate representation of color #EC65DD: hue angle of 306.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65DD is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 221 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.07 |
| HSL | 306.67º | 0.78% | 0.66% | - |
| HSV(B) | 306.67º | 0.57% | 0.93% | - |
| XYZ | 52.3 | 32.36 | 71.9 | - |
| YUV | 155.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 221 | 0 | 0.57 | 0.06 | 0.07 | 306.67 | 0.78 | 0.66 |
| Hex | EC | 65 | DD | 0 | 39 | 6 | 7 | 133 | 4E | 42 |
| Octal | 354 | 145 | 335 | 0 | 71 | 6 | 7 | 463 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11011101 | 0 | 111001 | 110 | 111 | 100110011 | 1001110 | 1000010 |
Color Harmonies of #EC65DD
Complementary color
Monochromatic Colors of #EC65DD
Black with #EC65DD
Text Example
Text Example
White with #EC65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65DD; }
p { color: rgb(236,101,221); }
H1.HeaderClassName
{
color: #EC65DD;
}
.AnyTagClassName
{
color: #EC65DD;
}
</style>
background-color css
<style>
a { background-color: #EC65DD; }
a { background-color: rgb(236,101,221); }
div.DivClassName
{
background-color: #EC65DD;
}
.BgClassName
{
background-color: #EC65DD;
}
</style>
border-color css
<style>
span { border-color: #EC65DD; }
span { border-color: rgb(236,101,221); }
td.TdClassName
{
border-color: #EC65DD;
}
.TagClassName
{
border-color: #EC65DD;
}
</style>