Html Css Color HEX #EC68E6 Free Speech Magenta
📋 copy color: '#EC68E6'red 236 ◦ green 104 ◦ blue 230
Shades of Free Speech Magenta #EC68E6
Tints of Free Speech Magenta #EC68E6
RGB
CMYK
RGB Variations
Color information
#EC68E6 (or 0xEC68E6) is known color: Free Speech Magenta. HEX triplet: EC, 68 and E6. RGB value is (236,104,230). Sum of RGB (Red+Green+Blue) = 236+104+230=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC68E6 is #139719. Grayscale: #9D9D9D. Windows color (decimal): -1283866 or 15100140. OLE color: 15100140.
HSL color Cylindrical-coordinate representation of color #EC68E6: hue angle of 302.73º 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 #EC68E6 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 230 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.07 |
| HSL | 302.73º | 0.78% | 0.67% | - |
| HSV(B) | 302.73º | 0.56% | 0.93% | - |
| XYZ | 53.83 | 33.45 | 78.48 | - |
| YUV | 157.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 230 | 0 | 0.56 | 0.03 | 0.07 | 302.73 | 0.78 | 0.67 |
| Hex | EC | 68 | E6 | 0 | 38 | 3 | 7 | 12F | 4E | 43 |
| Octal | 354 | 150 | 346 | 0 | 70 | 3 | 7 | 457 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11100110 | 0 | 111000 | 11 | 111 | 100101111 | 1001110 | 1000011 |
Color Harmonies of #EC68E6
Complementary color
Monochromatic Colors of #EC68E6
Black with #EC68E6
Text Example
Text Example
White with #EC68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68E6; }
p { color: rgb(236,104,230); }
H1.HeaderClassName
{
color: #EC68E6;
}
.AnyTagClassName
{
color: #EC68E6;
}
</style>
background-color css
<style>
a { background-color: #EC68E6; }
a { background-color: rgb(236,104,230); }
div.DivClassName
{
background-color: #EC68E6;
}
.BgClassName
{
background-color: #EC68E6;
}
</style>
border-color css
<style>
span { border-color: #EC68E6; }
span { border-color: rgb(236,104,230); }
td.TdClassName
{
border-color: #EC68E6;
}
.TagClassName
{
border-color: #EC68E6;
}
</style>