Html Css Color HEX #E139E6 Free Speech Magenta
📋 copy color: '#E139E6'red 225 ◦ green 57 ◦ blue 230
Shades of Free Speech Magenta #E139E6
Tints of Free Speech Magenta #E139E6
RGB
CMYK
RGB Variations
Color information
#E139E6 (or 0xE139E6) is known color: Free Speech Magenta. HEX triplet: E1, 39 and E6. RGB value is (225,57,230). Sum of RGB (Red+Green+Blue) = 225+57+230=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 57 (22.66% from 255 or 11.13% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #E139E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E139E6 is #1EC619. Grayscale: #7E7E7E. Windows color (decimal): -2016794 or 15088097. OLE color: 15088097.
HSL color Cylindrical-coordinate representation of color #E139E6: hue angle of 298.27º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139E6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 57 | 230 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.10 |
| HSL | 298.27º | 0.78% | 0.56% | - |
| HSV(B) | 298.27º | 0.75% | 0.9% | - |
| XYZ | 46.8 | 24.65 | 77.15 | - |
| YUV | 126.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 230 | 0.02 | 0.75 | 0 | 0.10 | 298.27 | 0.78 | 0.56 |
| Hex | E1 | 39 | E6 | 2 | 4B | 0 | A | 12A | 4E | 38 |
| Octal | 341 | 71 | 346 | 2 | 113 | 0 | 12 | 452 | 116 | 70 |
| Binary | 11100001 | 111001 | 11100110 | 10 | 1001011 | 0 | 1010 | 100101010 | 1001110 | 111000 |
Color Harmonies of #E139E6
Complementary color
Monochromatic Colors of #E139E6
Black with #E139E6
Text Example
Text Example
White with #E139E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139E6; }
p { color: rgb(225,57,230); }
H1.HeaderClassName
{
color: #E139E6;
}
.AnyTagClassName
{
color: #E139E6;
}
</style>
background-color css
<style>
a { background-color: #E139E6; }
a { background-color: rgb(225,57,230); }
div.DivClassName
{
background-color: #E139E6;
}
.BgClassName
{
background-color: #E139E6;
}
</style>
border-color css
<style>
span { border-color: #E139E6; }
span { border-color: rgb(225,57,230); }
td.TdClassName
{
border-color: #E139E6;
}
.TagClassName
{
border-color: #E139E6;
}
</style>