Html Css Color HEX #EC6BE0 Free Speech Magenta
📋 copy color: '#EC6BE0'red 236 ◦ green 107 ◦ blue 224
Shades of Free Speech Magenta #EC6BE0
Tints of Free Speech Magenta #EC6BE0
RGB
CMYK
RGB Variations
Color information
#EC6BE0 (or 0xEC6BE0) is known color: Free Speech Magenta. HEX triplet: EC, 6B and E0. RGB value is (236,107,224). Sum of RGB (Red+Green+Blue) = 236+107+224=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BE0 is #13941F. Grayscale: #9E9E9E. Windows color (decimal): -1283104 or 14707692. OLE color: 14707692.
HSL color Cylindrical-coordinate representation of color #EC6BE0: hue angle of 305.58º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BE0 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 224 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.07 |
| HSL | 305.58º | 0.77% | 0.67% | - |
| HSV(B) | 305.58º | 0.55% | 0.93% | - |
| XYZ | 53.3 | 33.73 | 74.22 | - |
| YUV | 158.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 224 | 0 | 0.55 | 0.05 | 0.07 | 305.58 | 0.77 | 0.67 |
| Hex | EC | 6B | E0 | 0 | 37 | 5 | 7 | 132 | 4D | 43 |
| Octal | 354 | 153 | 340 | 0 | 67 | 5 | 7 | 462 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11100000 | 0 | 110111 | 101 | 111 | 100110010 | 1001101 | 1000011 |
Color Harmonies of #EC6BE0
Complementary color
Monochromatic Colors of #EC6BE0
Black with #EC6BE0
Text Example
Text Example
White with #EC6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BE0; }
p { color: rgb(236,107,224); }
H1.HeaderClassName
{
color: #EC6BE0;
}
.AnyTagClassName
{
color: #EC6BE0;
}
</style>
background-color css
<style>
a { background-color: #EC6BE0; }
a { background-color: rgb(236,107,224); }
div.DivClassName
{
background-color: #EC6BE0;
}
.BgClassName
{
background-color: #EC6BE0;
}
</style>
border-color css
<style>
span { border-color: #EC6BE0; }
span { border-color: rgb(236,107,224); }
td.TdClassName
{
border-color: #EC6BE0;
}
.TagClassName
{
border-color: #EC6BE0;
}
</style>