Html Css Color HEX #E136F0 Free Speech Magenta
📋 copy color: '#E136F0'red 225 ◦ green 54 ◦ blue 240
Shades of Free Speech Magenta #E136F0
Tints of Free Speech Magenta #E136F0
RGB
CMYK
RGB Variations
Color information
#E136F0 (or 0xE136F0) is known color: Free Speech Magenta. HEX triplet: E1, 36 and F0. RGB value is (225,54,240). Sum of RGB (Red+Green+Blue) = 225+54+240=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 54 (21.48% from 255 or 10.40% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #E136F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136F0 is #1EC90F. Grayscale: #7D7D7D. Windows color (decimal): -2017552 or 15742689. OLE color: 15742689.
HSL color Cylindrical-coordinate representation of color #E136F0: hue angle of 295.16º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E136F0 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 54 | 240 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.06 |
| HSL | 295.16º | 0.86% | 0.58% | - |
| HSV(B) | 295.16º | 0.78% | 0.94% | - |
| XYZ | 48.1 | 24.94 | 84.72 | - |
| YUV | 126.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 54 | 240 | 0.06 | 0.78 | 0 | 0.06 | 295.16 | 0.86 | 0.58 |
| Hex | E1 | 36 | F0 | 6 | 4E | 0 | 6 | 127 | 56 | 3A |
| Octal | 341 | 66 | 360 | 6 | 116 | 0 | 6 | 447 | 126 | 72 |
| Binary | 11100001 | 110110 | 11110000 | 110 | 1001110 | 0 | 110 | 100100111 | 1010110 | 111010 |
Color Harmonies of #E136F0
Complementary color
Monochromatic Colors of #E136F0
Black with #E136F0
Text Example
Text Example
White with #E136F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E136F0; }
p { color: rgb(225,54,240); }
H1.HeaderClassName
{
color: #E136F0;
}
.AnyTagClassName
{
color: #E136F0;
}
</style>
background-color css
<style>
a { background-color: #E136F0; }
a { background-color: rgb(225,54,240); }
div.DivClassName
{
background-color: #E136F0;
}
.BgClassName
{
background-color: #E136F0;
}
</style>
border-color css
<style>
span { border-color: #E136F0; }
span { border-color: rgb(225,54,240); }
td.TdClassName
{
border-color: #E136F0;
}
.TagClassName
{
border-color: #E136F0;
}
</style>