Html Css Color HEX #EC65E6 Free Speech Magenta
📋 copy color: '#EC65E6'red 236 ◦ green 101 ◦ blue 230
Shades of Free Speech Magenta #EC65E6
Tints of Free Speech Magenta #EC65E6
RGB
CMYK
RGB Variations
Color information
#EC65E6 (or 0xEC65E6) is known color: Free Speech Magenta. HEX triplet: EC, 65 and E6. RGB value is (236,101,230). Sum of RGB (Red+Green+Blue) = 236+101+230=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65E6 is #139A19. Grayscale: #9B9B9B. Windows color (decimal): -1284634 or 15099372. OLE color: 15099372.
HSL color Cylindrical-coordinate representation of color #EC65E6: hue angle of 302.67º 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 #EC65E6 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 230 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.07 |
| HSL | 302.67º | 0.78% | 0.66% | - |
| HSV(B) | 302.67º | 0.57% | 0.93% | - |
| XYZ | 53.53 | 32.85 | 78.38 | - |
| YUV | 156.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 230 | 0 | 0.57 | 0.03 | 0.07 | 302.67 | 0.78 | 0.66 |
| Hex | EC | 65 | E6 | 0 | 39 | 3 | 7 | 12F | 4E | 42 |
| Octal | 354 | 145 | 346 | 0 | 71 | 3 | 7 | 457 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11100110 | 0 | 111001 | 11 | 111 | 100101111 | 1001110 | 1000010 |
Color Harmonies of #EC65E6
Complementary color
Monochromatic Colors of #EC65E6
Black with #EC65E6
Text Example
Text Example
White with #EC65E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65E6; }
p { color: rgb(236,101,230); }
H1.HeaderClassName
{
color: #EC65E6;
}
.AnyTagClassName
{
color: #EC65E6;
}
</style>
background-color css
<style>
a { background-color: #EC65E6; }
a { background-color: rgb(236,101,230); }
div.DivClassName
{
background-color: #EC65E6;
}
.BgClassName
{
background-color: #EC65E6;
}
</style>
border-color css
<style>
span { border-color: #EC65E6; }
span { border-color: rgb(236,101,230); }
td.TdClassName
{
border-color: #EC65E6;
}
.TagClassName
{
border-color: #EC65E6;
}
</style>