Html Css Color HEX #EC5ADB Free Speech Magenta
📋 copy color: '#EC5ADB'red 236 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #EC5ADB
Tints of Free Speech Magenta #EC5ADB
RGB
CMYK
RGB Variations
Color information
#EC5ADB (or 0xEC5ADB) is known color: Free Speech Magenta. HEX triplet: EC, 5A and DB. RGB value is (236,90,219). Sum of RGB (Red+Green+Blue) = 236+90+219=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ADB is #13A524. Grayscale: #939393. Windows color (decimal): -1287461 or 14375660. OLE color: 14375660.
HSL color Cylindrical-coordinate representation of color #EC5ADB: hue angle of 306.99º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5ADB is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 219 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.07 |
| HSL | 306.99º | 0.79% | 0.64% | - |
| HSV(B) | 306.99º | 0.62% | 0.93% | - |
| XYZ | 51.03 | 30.26 | 70.17 | - |
| YUV | 148.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 219 | 0 | 0.62 | 0.07 | 0.07 | 306.99 | 0.79 | 0.64 |
| Hex | EC | 5A | DB | 0 | 3E | 7 | 7 | 133 | 4F | 40 |
| Octal | 354 | 132 | 333 | 0 | 76 | 7 | 7 | 463 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11011011 | 0 | 111110 | 111 | 111 | 100110011 | 1001111 | 1000000 |
Color Harmonies of #EC5ADB
Complementary color
Monochromatic Colors of #EC5ADB
Black with #EC5ADB
Text Example
Text Example
White with #EC5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ADB; }
p { color: rgb(236,90,219); }
H1.HeaderClassName
{
color: #EC5ADB;
}
.AnyTagClassName
{
color: #EC5ADB;
}
</style>
background-color css
<style>
a { background-color: #EC5ADB; }
a { background-color: rgb(236,90,219); }
div.DivClassName
{
background-color: #EC5ADB;
}
.BgClassName
{
background-color: #EC5ADB;
}
</style>
border-color css
<style>
span { border-color: #EC5ADB; }
span { border-color: rgb(236,90,219); }
td.TdClassName
{
border-color: #EC5ADB;
}
.TagClassName
{
border-color: #EC5ADB;
}
</style>