Html Css Color HEX #E138F3 Free Speech Magenta
📋 copy color: '#E138F3'red 225 ◦ green 56 ◦ blue 243
Shades of Free Speech Magenta #E138F3
Tints of Free Speech Magenta #E138F3
RGB
CMYK
RGB Variations
Color information
#E138F3 (or 0xE138F3) is known color: Free Speech Magenta. HEX triplet: E1, 38 and F3. RGB value is (225,56,243). Sum of RGB (Red+Green+Blue) = 225+56+243=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 56 (22.27% from 255 or 10.69% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #E138F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E138F3 is #1EC70C. Grayscale: #7F7F7F. Windows color (decimal): -2017037 or 15939809. OLE color: 15939809.
HSL color Cylindrical-coordinate representation of color #E138F3: hue angle of 294.22º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E138F3 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 56 | 243 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.05 |
| HSL | 294.22º | 0.89% | 0.59% | - |
| HSV(B) | 294.22º | 0.77% | 0.95% | - |
| XYZ | 48.64 | 25.31 | 87.11 | - |
| YUV | 127.85 | 192.99 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 56 | 243 | 0.07 | 0.77 | 0 | 0.05 | 294.22 | 0.89 | 0.59 |
| Hex | E1 | 38 | F3 | 7 | 4D | 0 | 5 | 126 | 59 | 3B |
| Octal | 341 | 70 | 363 | 7 | 115 | 0 | 5 | 446 | 131 | 73 |
| Binary | 11100001 | 111000 | 11110011 | 111 | 1001101 | 0 | 101 | 100100110 | 1011001 | 111011 |
Color Harmonies of #E138F3
Complementary color
Monochromatic Colors of #E138F3
Black with #E138F3
Text Example
Text Example
White with #E138F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E138F3; }
p { color: rgb(225,56,243); }
H1.HeaderClassName
{
color: #E138F3;
}
.AnyTagClassName
{
color: #E138F3;
}
</style>
background-color css
<style>
a { background-color: #E138F3; }
a { background-color: rgb(225,56,243); }
div.DivClassName
{
background-color: #E138F3;
}
.BgClassName
{
background-color: #E138F3;
}
</style>
border-color css
<style>
span { border-color: #E138F3; }
span { border-color: rgb(225,56,243); }
td.TdClassName
{
border-color: #E138F3;
}
.TagClassName
{
border-color: #E138F3;
}
</style>