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