Html Css Color HEX #EC44E4 Free Speech Magenta
📋 copy color: '#EC44E4'red 236 ◦ green 68 ◦ blue 228
Shades of Free Speech Magenta #EC44E4
Tints of Free Speech Magenta #EC44E4
RGB
CMYK
RGB Variations
Color information
#EC44E4 (or 0xEC44E4) is known color: Free Speech Magenta. HEX triplet: EC, 44 and E4. RGB value is (236,68,228). Sum of RGB (Red+Green+Blue) = 236+68+228=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 68 (26.95% from 255 or 12.78% from 532); Blue value is 228 (89.45% from 255 or 42.86% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44E4 is #13BB1B. Grayscale: #888888. Windows color (decimal): -1293084 or 14959852. OLE color: 14959852.
HSL color Cylindrical-coordinate representation of color #EC44E4: hue angle of 302.86º 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 #EC44E4 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 228 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.07 |
| HSL | 302.86º | 0.82% | 0.6% | - |
| HSV(B) | 302.86º | 0.71% | 0.93% | - |
| XYZ | 50.66 | 27.57 | 76.05 | - |
| YUV | 136.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 228 | 0 | 0.71 | 0.03 | 0.07 | 302.86 | 0.82 | 0.6 |
| Hex | EC | 44 | E4 | 0 | 47 | 3 | 7 | 12F | 52 | 3C |
| Octal | 354 | 104 | 344 | 0 | 107 | 3 | 7 | 457 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11100100 | 0 | 1000111 | 11 | 111 | 100101111 | 1010010 | 111100 |
Color Harmonies of #EC44E4
Complementary color
Monochromatic Colors of #EC44E4
Black with #EC44E4
Text Example
Text Example
White with #EC44E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44E4; }
p { color: rgb(236,68,228); }
H1.HeaderClassName
{
color: #EC44E4;
}
.AnyTagClassName
{
color: #EC44E4;
}
</style>
background-color css
<style>
a { background-color: #EC44E4; }
a { background-color: rgb(236,68,228); }
div.DivClassName
{
background-color: #EC44E4;
}
.BgClassName
{
background-color: #EC44E4;
}
</style>
border-color css
<style>
span { border-color: #EC44E4; }
span { border-color: rgb(236,68,228); }
td.TdClassName
{
border-color: #EC44E4;
}
.TagClassName
{
border-color: #EC44E4;
}
</style>