Html Css Color HEX #E152EC Free Speech Magenta
📋 copy color: '#E152EC'red 225 ◦ green 82 ◦ blue 236
Shades of Free Speech Magenta #E152EC
Tints of Free Speech Magenta #E152EC
RGB
CMYK
RGB Variations
Color information
#E152EC (or 0xE152EC) is known color: Free Speech Magenta. HEX triplet: E1, 52 and EC. RGB value is (225,82,236). Sum of RGB (Red+Green+Blue) = 225+82+236=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #E152EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E152EC is #1EAD13. Grayscale: #8D8D8D. Windows color (decimal): -2010388 or 15487713. OLE color: 15487713.
HSL color Cylindrical-coordinate representation of color #E152EC: hue angle of 295.71º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E152EC is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 82 | 236 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.07 |
| HSL | 295.71º | 0.8% | 0.62% | - |
| HSV(B) | 295.71º | 0.65% | 0.93% | - |
| XYZ | 49.21 | 28.1 | 82.19 | - |
| YUV | 142.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 236 | 0.05 | 0.65 | 0 | 0.07 | 295.71 | 0.8 | 0.62 |
| Hex | E1 | 52 | EC | 5 | 41 | 0 | 7 | 128 | 50 | 3E |
| Octal | 341 | 122 | 354 | 5 | 101 | 0 | 7 | 450 | 120 | 76 |
| Binary | 11100001 | 1010010 | 11101100 | 101 | 1000001 | 0 | 111 | 100101000 | 1010000 | 111110 |
Color Harmonies of #E152EC
Complementary color
Monochromatic Colors of #E152EC
Black with #E152EC
Text Example
Text Example
White with #E152EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E152EC; }
p { color: rgb(225,82,236); }
H1.HeaderClassName
{
color: #E152EC;
}
.AnyTagClassName
{
color: #E152EC;
}
</style>
background-color css
<style>
a { background-color: #E152EC; }
a { background-color: rgb(225,82,236); }
div.DivClassName
{
background-color: #E152EC;
}
.BgClassName
{
background-color: #E152EC;
}
</style>
border-color css
<style>
span { border-color: #E152EC; }
span { border-color: rgb(225,82,236); }
td.TdClassName
{
border-color: #E152EC;
}
.TagClassName
{
border-color: #E152EC;
}
</style>