Html Css Color HEX #EC44E5 Free Speech Magenta
📋 copy color: '#EC44E5'red 236 ◦ green 68 ◦ blue 229
Shades of Free Speech Magenta #EC44E5
Tints of Free Speech Magenta #EC44E5
RGB
CMYK
RGB Variations
Color information
#EC44E5 (or 0xEC44E5) is known color: Free Speech Magenta. HEX triplet: EC, 44 and E5. RGB value is (236,68,229). Sum of RGB (Red+Green+Blue) = 236+68+229=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 68 (26.95% from 255 or 12.76% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44E5 is #13BB1A. Grayscale: #888888. Windows color (decimal): -1293083 or 15025388. OLE color: 15025388.
HSL color Cylindrical-coordinate representation of color #EC44E5: hue angle of 302.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44E5 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 229 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.07 |
| HSL | 302.5º | 0.82% | 0.6% | - |
| HSV(B) | 302.5º | 0.71% | 0.93% | - |
| XYZ | 50.8 | 27.62 | 76.78 | - |
| YUV | 136.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 229 | 0 | 0.71 | 0.03 | 0.07 | 302.5 | 0.82 | 0.6 |
| Hex | EC | 44 | E5 | 0 | 47 | 3 | 7 | 12E | 52 | 3C |
| Octal | 354 | 104 | 345 | 0 | 107 | 3 | 7 | 456 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11100101 | 0 | 1000111 | 11 | 111 | 100101110 | 1010010 | 111100 |
Color Harmonies of #EC44E5
Complementary color
Monochromatic Colors of #EC44E5
Black with #EC44E5
Text Example
Text Example
White with #EC44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44E5; }
p { color: rgb(236,68,229); }
H1.HeaderClassName
{
color: #EC44E5;
}
.AnyTagClassName
{
color: #EC44E5;
}
</style>
background-color css
<style>
a { background-color: #EC44E5; }
a { background-color: rgb(236,68,229); }
div.DivClassName
{
background-color: #EC44E5;
}
.BgClassName
{
background-color: #EC44E5;
}
</style>
border-color css
<style>
span { border-color: #EC44E5; }
span { border-color: rgb(236,68,229); }
td.TdClassName
{
border-color: #EC44E5;
}
.TagClassName
{
border-color: #EC44E5;
}
</style>