Html Css Color HEX #EC68E2 Free Speech Magenta
📋 copy color: '#EC68E2'red 236 ◦ green 104 ◦ blue 226
Shades of Free Speech Magenta #EC68E2
Tints of Free Speech Magenta #EC68E2
RGB
CMYK
RGB Variations
Color information
#EC68E2 (or 0xEC68E2) is known color: Free Speech Magenta. HEX triplet: EC, 68 and E2. RGB value is (236,104,226). Sum of RGB (Red+Green+Blue) = 236+104+226=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68E2 is #13971D. Grayscale: #9D9D9D. Windows color (decimal): -1283870 or 14837996. OLE color: 14837996.
HSL color Cylindrical-coordinate representation of color #EC68E2: hue angle of 304.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68E2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 104 | 226 | - |
CMYK | 0 | 0.56 | 0.04 | 0.07 |
HSL | 304.55º | 0.78% | 0.67% | - |
HSV(B) | 304.55º | 0.56% | 0.93% | - |
XYZ | 53.27 | 33.22 | 75.56 | - |
YUV | 157.38 | 166.73 | 184.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 104 | 226 | 0 | 0.56 | 0.04 | 0.07 | 304.55 | 0.78 | 0.67 |
Hex | EC | 68 | E2 | 0 | 38 | 4 | 7 | 131 | 4E | 43 |
Octal | 354 | 150 | 342 | 0 | 70 | 4 | 7 | 461 | 116 | 103 |
Binary | 11101100 | 1101000 | 11100010 | 0 | 111000 | 100 | 111 | 100110001 | 1001110 | 1000011 |
Color Harmonies of #EC68E2
Complementary color
Monochromatic Colors of #EC68E2
Black with #EC68E2
Text Example
Text Example
White with #EC68E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68E2; }
p { color: rgb(236,104,226); }
H1.HeaderClassName
{
color: #EC68E2;
}
.AnyTagClassName
{
color: #EC68E2;
}
</style>
background-color css
<style>
a { background-color: #EC68E2; }
a { background-color: rgb(236,104,226); }
div.DivClassName
{
background-color: #EC68E2;
}
.BgClassName
{
background-color: #EC68E2;
}
</style>
border-color css
<style>
span { border-color: #EC68E2; }
span { border-color: rgb(236,104,226); }
td.TdClassName
{
border-color: #EC68E2;
}
.TagClassName
{
border-color: #EC68E2;
}
</style>