Html Css Color HEX #EC44E7 Free Speech Magenta
📋 copy color: '#EC44E7'red 236 ◦ green 68 ◦ blue 231
Shades of Free Speech Magenta #EC44E7
Tints of Free Speech Magenta #EC44E7
RGB
CMYK
RGB Variations
Color information
#EC44E7 (or 0xEC44E7) is known color: Free Speech Magenta. HEX triplet: EC, 44 and E7. RGB value is (236,68,231). Sum of RGB (Red+Green+Blue) = 236+68+231=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 68 (26.95% from 255 or 12.71% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC44E7 is #13BB18. Grayscale: #888888. Windows color (decimal): -1293081 or 15156460. OLE color: 15156460.
HSL color Cylindrical-coordinate representation of color #EC44E7: hue angle of 301.79º 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 #EC44E7 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 231 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.07 |
| HSL | 301.79º | 0.82% | 0.6% | - |
| HSV(B) | 301.79º | 0.71% | 0.93% | - |
| XYZ | 51.08 | 27.74 | 78.26 | - |
| YUV | 136.81 | 181.16 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 231 | 0 | 0.71 | 0.02 | 0.07 | 301.79 | 0.82 | 0.6 |
| Hex | EC | 44 | E7 | 0 | 47 | 2 | 7 | 12E | 52 | 3C |
| Octal | 354 | 104 | 347 | 0 | 107 | 2 | 7 | 456 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11100111 | 0 | 1000111 | 10 | 111 | 100101110 | 1010010 | 111100 |
Color Harmonies of #EC44E7
Complementary color
Monochromatic Colors of #EC44E7
Black with #EC44E7
Text Example
Text Example
White with #EC44E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44E7; }
p { color: rgb(236,68,231); }
H1.HeaderClassName
{
color: #EC44E7;
}
.AnyTagClassName
{
color: #EC44E7;
}
</style>
background-color css
<style>
a { background-color: #EC44E7; }
a { background-color: rgb(236,68,231); }
div.DivClassName
{
background-color: #EC44E7;
}
.BgClassName
{
background-color: #EC44E7;
}
</style>
border-color css
<style>
span { border-color: #EC44E7; }
span { border-color: rgb(236,68,231); }
td.TdClassName
{
border-color: #EC44E7;
}
.TagClassName
{
border-color: #EC44E7;
}
</style>