Html Css Color HEX #EC69E3 Free Speech Magenta
📋 copy color: '#EC69E3'red 236 ◦ green 105 ◦ blue 227
Shades of Free Speech Magenta #EC69E3
Tints of Free Speech Magenta #EC69E3
RGB
CMYK
RGB Variations
Color information
#EC69E3 (or 0xEC69E3) is known color: Free Speech Magenta. HEX triplet: EC, 69 and E3. RGB value is (236,105,227). Sum of RGB (Red+Green+Blue) = 236+105+227=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69E3 is #13961C. Grayscale: #9D9D9D. Windows color (decimal): -1283613 or 14903788. OLE color: 14903788.
HSL color Cylindrical-coordinate representation of color #EC69E3: hue angle of 304.12º 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 #EC69E3 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 227 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.07 |
| HSL | 304.12º | 0.78% | 0.67% | - |
| HSV(B) | 304.12º | 0.56% | 0.93% | - |
| XYZ | 53.51 | 33.48 | 76.32 | - |
| YUV | 158.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 227 | 0 | 0.56 | 0.04 | 0.07 | 304.12 | 0.78 | 0.67 |
| Hex | EC | 69 | E3 | 0 | 38 | 4 | 7 | 130 | 4E | 43 |
| Octal | 354 | 151 | 343 | 0 | 70 | 4 | 7 | 460 | 116 | 103 |
| Binary | 11101100 | 1101001 | 11100011 | 0 | 111000 | 100 | 111 | 100110000 | 1001110 | 1000011 |
Color Harmonies of #EC69E3
Complementary color
Monochromatic Colors of #EC69E3
Black with #EC69E3
Text Example
Text Example
White with #EC69E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC69E3; }
p { color: rgb(236,105,227); }
H1.HeaderClassName
{
color: #EC69E3;
}
.AnyTagClassName
{
color: #EC69E3;
}
</style>
background-color css
<style>
a { background-color: #EC69E3; }
a { background-color: rgb(236,105,227); }
div.DivClassName
{
background-color: #EC69E3;
}
.BgClassName
{
background-color: #EC69E3;
}
</style>
border-color css
<style>
span { border-color: #EC69E3; }
span { border-color: rgb(236,105,227); }
td.TdClassName
{
border-color: #EC69E3;
}
.TagClassName
{
border-color: #EC69E3;
}
</style>