Html Css Color HEX #E138F0 Free Speech Magenta
📋 copy color: '#E138F0'red 225 ◦ green 56 ◦ blue 240
Shades of Free Speech Magenta #E138F0
Tints of Free Speech Magenta #E138F0
RGB
CMYK
RGB Variations
Color information
#E138F0 (or 0xE138F0) is known color: Free Speech Magenta. HEX triplet: E1, 38 and F0. RGB value is (225,56,240). Sum of RGB (Red+Green+Blue) = 225+56+240=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #E138F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E138F0 is #1EC70F. Grayscale: #7E7E7E. Windows color (decimal): -2017040 or 15743201. OLE color: 15743201.
HSL color Cylindrical-coordinate representation of color #E138F0: hue angle of 295.11º 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 #E138F0 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 56 | 240 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.06 |
| HSL | 295.11º | 0.86% | 0.58% | - |
| HSV(B) | 295.11º | 0.77% | 0.94% | - |
| XYZ | 48.19 | 25.13 | 84.75 | - |
| YUV | 127.51 | 191.49 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 240 | 0.06 | 0.77 | 0 | 0.06 | 295.11 | 0.86 | 0.58 |
| Hex | E1 | 38 | F0 | 6 | 4D | 0 | 6 | 127 | 56 | 3A |
| Octal | 341 | 70 | 360 | 6 | 115 | 0 | 6 | 447 | 126 | 72 |
| Binary | 11100001 | 111000 | 11110000 | 110 | 1001101 | 0 | 110 | 100100111 | 1010110 | 111010 |
Color Harmonies of #E138F0
Complementary color
Monochromatic Colors of #E138F0
Black with #E138F0
Text Example
Text Example
White with #E138F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138F0; }
p { color: rgb(225,56,240); }
H1.HeaderClassName
{
color: #E138F0;
}
.AnyTagClassName
{
color: #E138F0;
}
</style>
background-color css
<style>
a { background-color: #E138F0; }
a { background-color: rgb(225,56,240); }
div.DivClassName
{
background-color: #E138F0;
}
.BgClassName
{
background-color: #E138F0;
}
</style>
border-color css
<style>
span { border-color: #E138F0; }
span { border-color: rgb(225,56,240); }
td.TdClassName
{
border-color: #E138F0;
}
.TagClassName
{
border-color: #E138F0;
}
</style>