Html Css Color HEX #EC38EE Free Speech Magenta
📋 copy color: '#EC38EE'red 236 ◦ green 56 ◦ blue 238
Shades of Free Speech Magenta #EC38EE
Tints of Free Speech Magenta #EC38EE
RGB
CMYK
RGB Variations
Color information
#EC38EE (or 0xEC38EE) is known color: Free Speech Magenta. HEX triplet: EC, 38 and EE. RGB value is (236,56,238). Sum of RGB (Red+Green+Blue) = 236+56+238=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC38EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC38EE is #13C711. Grayscale: #828282. Windows color (decimal): -1296146 or 15612140. OLE color: 15612140.
HSL color Cylindrical-coordinate representation of color #EC38EE: hue angle of 299.34º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC38EE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 238 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.07 |
| HSL | 299.34º | 0.84% | 0.58% | - |
| HSV(B) | 299.34º | 0.76% | 0.93% | - |
| XYZ | 51.44 | 26.83 | 83.36 | - |
| YUV | 130.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 238 | 0.01 | 0.76 | 0 | 0.07 | 299.34 | 0.84 | 0.58 |
| Hex | EC | 38 | EE | 1 | 4C | 0 | 7 | 12B | 54 | 3A |
| Octal | 354 | 70 | 356 | 1 | 114 | 0 | 7 | 453 | 124 | 72 |
| Binary | 11101100 | 111000 | 11101110 | 1 | 1001100 | 0 | 111 | 100101011 | 1010100 | 111010 |
Color Harmonies of #EC38EE
Complementary color
Monochromatic Colors of #EC38EE
Black with #EC38EE
Text Example
Text Example
White with #EC38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38EE; }
p { color: rgb(236,56,238); }
H1.HeaderClassName
{
color: #EC38EE;
}
.AnyTagClassName
{
color: #EC38EE;
}
</style>
background-color css
<style>
a { background-color: #EC38EE; }
a { background-color: rgb(236,56,238); }
div.DivClassName
{
background-color: #EC38EE;
}
.BgClassName
{
background-color: #EC38EE;
}
</style>
border-color css
<style>
span { border-color: #EC38EE; }
span { border-color: rgb(236,56,238); }
td.TdClassName
{
border-color: #EC38EE;
}
.TagClassName
{
border-color: #EC38EE;
}
</style>