Html Css Color HEX #EC52DB Free Speech Magenta
📋 copy color: '#EC52DB'red 236 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #EC52DB
Tints of Free Speech Magenta #EC52DB
RGB
CMYK
RGB Variations
Color information
#EC52DB (or 0xEC52DB) is known color: Free Speech Magenta. HEX triplet: EC, 52 and DB. RGB value is (236,82,219). Sum of RGB (Red+Green+Blue) = 236+82+219=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 82 (32.42% from 255 or 15.27% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52DB is #13AD24. Grayscale: #8F8F8F. Windows color (decimal): -1289509 or 14373612. OLE color: 14373612.
HSL color Cylindrical-coordinate representation of color #EC52DB: hue angle of 306.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52DB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 219 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.07 |
| HSL | 306.62º | 0.8% | 0.62% | - |
| HSV(B) | 306.62º | 0.65% | 0.93% | - |
| XYZ | 50.4 | 28.98 | 69.96 | - |
| YUV | 143.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 219 | 0 | 0.65 | 0.07 | 0.07 | 306.62 | 0.8 | 0.62 |
| Hex | EC | 52 | DB | 0 | 41 | 7 | 7 | 133 | 50 | 3E |
| Octal | 354 | 122 | 333 | 0 | 101 | 7 | 7 | 463 | 120 | 76 |
| Binary | 11101100 | 1010010 | 11011011 | 0 | 1000001 | 111 | 111 | 100110011 | 1010000 | 111110 |
Color Harmonies of #EC52DB
Complementary color
Monochromatic Colors of #EC52DB
Black with #EC52DB
Text Example
Text Example
White with #EC52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC52DB; }
p { color: rgb(236,82,219); }
H1.HeaderClassName
{
color: #EC52DB;
}
.AnyTagClassName
{
color: #EC52DB;
}
</style>
background-color css
<style>
a { background-color: #EC52DB; }
a { background-color: rgb(236,82,219); }
div.DivClassName
{
background-color: #EC52DB;
}
.BgClassName
{
background-color: #EC52DB;
}
</style>
border-color css
<style>
span { border-color: #EC52DB; }
span { border-color: rgb(236,82,219); }
td.TdClassName
{
border-color: #EC52DB;
}
.TagClassName
{
border-color: #EC52DB;
}
</style>