Html Css Color HEX #EC65DB Free Speech Magenta
📋 copy color: '#EC65DB'red 236 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #EC65DB
Tints of Free Speech Magenta #EC65DB
RGB
CMYK
RGB Variations
Color information
#EC65DB (or 0xEC65DB) is known color: Free Speech Magenta. HEX triplet: EC, 65 and DB. RGB value is (236,101,219). Sum of RGB (Red+Green+Blue) = 236+101+219=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65DB is #139A24. Grayscale: #9A9A9A. Windows color (decimal): -1284645 or 14378476. OLE color: 14378476.
HSL color Cylindrical-coordinate representation of color #EC65DB: hue angle of 307.56º 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 #EC65DB is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 219 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.07 |
| HSL | 307.56º | 0.78% | 0.66% | - |
| HSV(B) | 307.56º | 0.57% | 0.93% | - |
| XYZ | 52.03 | 32.25 | 70.5 | - |
| YUV | 154.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 219 | 0 | 0.57 | 0.07 | 0.07 | 307.56 | 0.78 | 0.66 |
| Hex | EC | 65 | DB | 0 | 39 | 7 | 7 | 134 | 4E | 42 |
| Octal | 354 | 145 | 333 | 0 | 71 | 7 | 7 | 464 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11011011 | 0 | 111001 | 111 | 111 | 100110100 | 1001110 | 1000010 |
Color Harmonies of #EC65DB
Complementary color
Monochromatic Colors of #EC65DB
Black with #EC65DB
Text Example
Text Example
White with #EC65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65DB; }
p { color: rgb(236,101,219); }
H1.HeaderClassName
{
color: #EC65DB;
}
.AnyTagClassName
{
color: #EC65DB;
}
</style>
background-color css
<style>
a { background-color: #EC65DB; }
a { background-color: rgb(236,101,219); }
div.DivClassName
{
background-color: #EC65DB;
}
.BgClassName
{
background-color: #EC65DB;
}
</style>
border-color css
<style>
span { border-color: #EC65DB; }
span { border-color: rgb(236,101,219); }
td.TdClassName
{
border-color: #EC65DB;
}
.TagClassName
{
border-color: #EC65DB;
}
</style>