Html Css Color HEX #EC68E1 Free Speech Magenta
📋 copy color: '#EC68E1'red 236 ◦ green 104 ◦ blue 225
Shades of Free Speech Magenta #EC68E1
Tints of Free Speech Magenta #EC68E1
RGB
CMYK
RGB Variations
Color information
#EC68E1 (or 0xEC68E1) is known color: Free Speech Magenta. HEX triplet: EC, 68 and E1. RGB value is (236,104,225). Sum of RGB (Red+Green+Blue) = 236+104+225=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 104 (41.02% from 255 or 18.41% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68E1 is #13971E. Grayscale: #9C9C9C. Windows color (decimal): -1283871 or 14772460. OLE color: 14772460.
HSL color Cylindrical-coordinate representation of color #EC68E1: hue angle of 305º 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 #EC68E1 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 225 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.07 |
| HSL | 305º | 0.78% | 0.67% | - |
| HSV(B) | 305º | 0.56% | 0.93% | - |
| XYZ | 53.13 | 33.17 | 74.84 | - |
| YUV | 157.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 225 | 0 | 0.56 | 0.05 | 0.07 | 305 | 0.78 | 0.67 |
| Hex | EC | 68 | E1 | 0 | 38 | 5 | 7 | 131 | 4E | 43 |
| Octal | 354 | 150 | 341 | 0 | 70 | 5 | 7 | 461 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11100001 | 0 | 111000 | 101 | 111 | 100110001 | 1001110 | 1000011 |
Color Harmonies of #EC68E1
Complementary color
Monochromatic Colors of #EC68E1
Black with #EC68E1
Text Example
Text Example
White with #EC68E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68E1; }
p { color: rgb(236,104,225); }
H1.HeaderClassName
{
color: #EC68E1;
}
.AnyTagClassName
{
color: #EC68E1;
}
</style>
background-color css
<style>
a { background-color: #EC68E1; }
a { background-color: rgb(236,104,225); }
div.DivClassName
{
background-color: #EC68E1;
}
.BgClassName
{
background-color: #EC68E1;
}
</style>
border-color css
<style>
span { border-color: #EC68E1; }
span { border-color: rgb(236,104,225); }
td.TdClassName
{
border-color: #EC68E1;
}
.TagClassName
{
border-color: #EC68E1;
}
</style>