Html Css Color HEX #E140E5 Free Speech Magenta
📋 copy color: '#E140E5'red 225 ◦ green 64 ◦ blue 229
Shades of Free Speech Magenta #E140E5
Tints of Free Speech Magenta #E140E5
RGB
CMYK
RGB Variations
Color information
#E140E5 (or 0xE140E5) is known color: Free Speech Magenta. HEX triplet: E1, 40 and E5. RGB value is (225,64,229). Sum of RGB (Red+Green+Blue) = 225+64+229=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #E140E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140E5 is #1EBF1A. Grayscale: #828282. Windows color (decimal): -2015003 or 15024353. OLE color: 15024353.
HSL color Cylindrical-coordinate representation of color #E140E5: hue angle of 298.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140E5 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 64 | 229 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.10 |
| HSL | 298.55º | 0.76% | 0.57% | - |
| HSV(B) | 298.55º | 0.72% | 0.9% | - |
| XYZ | 47.03 | 25.33 | 76.54 | - |
| YUV | 130.95 | 183.34 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 229 | 0.02 | 0.72 | 0 | 0.10 | 298.55 | 0.76 | 0.57 |
| Hex | E1 | 40 | E5 | 2 | 48 | 0 | A | 12B | 4C | 39 |
| Octal | 341 | 100 | 345 | 2 | 110 | 0 | 12 | 453 | 114 | 71 |
| Binary | 11100001 | 1000000 | 11100101 | 10 | 1001000 | 0 | 1010 | 100101011 | 1001100 | 111001 |
Color Harmonies of #E140E5
Complementary color
Monochromatic Colors of #E140E5
Black with #E140E5
Text Example
Text Example
White with #E140E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140E5; }
p { color: rgb(225,64,229); }
H1.HeaderClassName
{
color: #E140E5;
}
.AnyTagClassName
{
color: #E140E5;
}
</style>
background-color css
<style>
a { background-color: #E140E5; }
a { background-color: rgb(225,64,229); }
div.DivClassName
{
background-color: #E140E5;
}
.BgClassName
{
background-color: #E140E5;
}
</style>
border-color css
<style>
span { border-color: #E140E5; }
span { border-color: rgb(225,64,229); }
td.TdClassName
{
border-color: #E140E5;
}
.TagClassName
{
border-color: #E140E5;
}
</style>