Html Css Color HEX #EC65E3 Free Speech Magenta
📋 copy color: '#EC65E3'red 236 ◦ green 101 ◦ blue 227
Shades of Free Speech Magenta #EC65E3
Tints of Free Speech Magenta #EC65E3
RGB
CMYK
RGB Variations
Color information
#EC65E3 (or 0xEC65E3) is known color: Free Speech Magenta. HEX triplet: EC, 65 and E3. RGB value is (236,101,227). Sum of RGB (Red+Green+Blue) = 236+101+227=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 227 (89.06% from 255 or 40.25% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65E3 is #139A1C. Grayscale: #9B9B9B. Windows color (decimal): -1284637 or 14902764. OLE color: 14902764.
HSL color Cylindrical-coordinate representation of color #EC65E3: hue angle of 304º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65E3 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 227 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.07 |
| HSL | 304º | 0.78% | 0.66% | - |
| HSV(B) | 304º | 0.57% | 0.93% | - |
| XYZ | 53.11 | 32.69 | 76.18 | - |
| YUV | 155.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 227 | 0 | 0.57 | 0.04 | 0.07 | 304 | 0.78 | 0.66 |
| Hex | EC | 65 | E3 | 0 | 39 | 4 | 7 | 130 | 4E | 42 |
| Octal | 354 | 145 | 343 | 0 | 71 | 4 | 7 | 460 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11100011 | 0 | 111001 | 100 | 111 | 100110000 | 1001110 | 1000010 |
Color Harmonies of #EC65E3
Complementary color
Monochromatic Colors of #EC65E3
Black with #EC65E3
Text Example
Text Example
White with #EC65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65E3; }
p { color: rgb(236,101,227); }
H1.HeaderClassName
{
color: #EC65E3;
}
.AnyTagClassName
{
color: #EC65E3;
}
</style>
background-color css
<style>
a { background-color: #EC65E3; }
a { background-color: rgb(236,101,227); }
div.DivClassName
{
background-color: #EC65E3;
}
.BgClassName
{
background-color: #EC65E3;
}
</style>
border-color css
<style>
span { border-color: #EC65E3; }
span { border-color: rgb(236,101,227); }
td.TdClassName
{
border-color: #EC65E3;
}
.TagClassName
{
border-color: #EC65E3;
}
</style>