Html Css Color HEX #EC65E4 Free Speech Magenta
📋 copy color: '#EC65E4'red 236 ◦ green 101 ◦ blue 228
Shades of Free Speech Magenta #EC65E4
Tints of Free Speech Magenta #EC65E4
RGB
CMYK
RGB Variations
Color information
#EC65E4 (or 0xEC65E4) is known color: Free Speech Magenta. HEX triplet: EC, 65 and E4. RGB value is (236,101,228). Sum of RGB (Red+Green+Blue) = 236+101+228=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65E4 is #139A1B. Grayscale: #9B9B9B. Windows color (decimal): -1284636 or 14968300. OLE color: 14968300.
HSL color Cylindrical-coordinate representation of color #EC65E4: hue angle of 303.56º 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 #EC65E4 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 228 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.07 |
| HSL | 303.56º | 0.78% | 0.66% | - |
| HSV(B) | 303.56º | 0.57% | 0.93% | - |
| XYZ | 53.25 | 32.74 | 76.91 | - |
| YUV | 155.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 228 | 0 | 0.57 | 0.03 | 0.07 | 303.56 | 0.78 | 0.66 |
| Hex | EC | 65 | E4 | 0 | 39 | 3 | 7 | 130 | 4E | 42 |
| Octal | 354 | 145 | 344 | 0 | 71 | 3 | 7 | 460 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11100100 | 0 | 111001 | 11 | 111 | 100110000 | 1001110 | 1000010 |
Color Harmonies of #EC65E4
Complementary color
Monochromatic Colors of #EC65E4
Black with #EC65E4
Text Example
Text Example
White with #EC65E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65E4; }
p { color: rgb(236,101,228); }
H1.HeaderClassName
{
color: #EC65E4;
}
.AnyTagClassName
{
color: #EC65E4;
}
</style>
background-color css
<style>
a { background-color: #EC65E4; }
a { background-color: rgb(236,101,228); }
div.DivClassName
{
background-color: #EC65E4;
}
.BgClassName
{
background-color: #EC65E4;
}
</style>
border-color css
<style>
span { border-color: #EC65E4; }
span { border-color: rgb(236,101,228); }
td.TdClassName
{
border-color: #EC65E4;
}
.TagClassName
{
border-color: #EC65E4;
}
</style>