Html Css Color HEX #EC68E4 Free Speech Magenta
📋 copy color: '#EC68E4'red 236 ◦ green 104 ◦ blue 228
Shades of Free Speech Magenta #EC68E4
Tints of Free Speech Magenta #EC68E4
RGB
CMYK
RGB Variations
Color information
#EC68E4 (or 0xEC68E4) is known color: Free Speech Magenta. HEX triplet: EC, 68 and E4. RGB value is (236,104,228). Sum of RGB (Red+Green+Blue) = 236+104+228=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68E4 is #13971B. Grayscale: #9D9D9D. Windows color (decimal): -1283868 or 14969068. OLE color: 14969068.
HSL color Cylindrical-coordinate representation of color #EC68E4: hue angle of 303.64º 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 #EC68E4 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 228 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.07 |
| HSL | 303.64º | 0.78% | 0.67% | - |
| HSV(B) | 303.64º | 0.56% | 0.93% | - |
| XYZ | 53.55 | 33.33 | 77.01 | - |
| YUV | 157.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 228 | 0 | 0.56 | 0.03 | 0.07 | 303.64 | 0.78 | 0.67 |
| Hex | EC | 68 | E4 | 0 | 38 | 3 | 7 | 130 | 4E | 43 |
| Octal | 354 | 150 | 344 | 0 | 70 | 3 | 7 | 460 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11100100 | 0 | 111000 | 11 | 111 | 100110000 | 1001110 | 1000011 |
Color Harmonies of #EC68E4
Complementary color
Monochromatic Colors of #EC68E4
Black with #EC68E4
Text Example
Text Example
White with #EC68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68E4; }
p { color: rgb(236,104,228); }
H1.HeaderClassName
{
color: #EC68E4;
}
.AnyTagClassName
{
color: #EC68E4;
}
</style>
background-color css
<style>
a { background-color: #EC68E4; }
a { background-color: rgb(236,104,228); }
div.DivClassName
{
background-color: #EC68E4;
}
.BgClassName
{
background-color: #EC68E4;
}
</style>
border-color css
<style>
span { border-color: #EC68E4; }
span { border-color: rgb(236,104,228); }
td.TdClassName
{
border-color: #EC68E4;
}
.TagClassName
{
border-color: #EC68E4;
}
</style>