Html Css Color HEX #E140C8 Free Speech Magenta
📋 copy color: '#E140C8'red 225 ◦ green 64 ◦ blue 200
Shades of Free Speech Magenta #E140C8
Tints of Free Speech Magenta #E140C8
RGB
CMYK
RGB Variations
Color information
#E140C8 (or 0xE140C8) is known color: Free Speech Magenta. HEX triplet: E1, 40 and C8. RGB value is (225,64,200). Sum of RGB (Red+Green+Blue) = 225+64+200=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E140C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140C8 is #1EBF37. Grayscale: #7F7F7F. Windows color (decimal): -2015032 or 13123809. OLE color: 13123809.
HSL color Cylindrical-coordinate representation of color #E140C8: hue angle of 309.32º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140C8 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 200 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.12 |
| HSL | 309.32º | 0.73% | 0.57% | - |
| HSV(B) | 309.32º | 0.72% | 0.88% | - |
| XYZ | 43.31 | 23.84 | 56.96 | - |
| YUV | 127.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 200 | 0 | 0.72 | 0.11 | 0.12 | 309.32 | 0.73 | 0.57 |
| Hex | E1 | 40 | C8 | 0 | 48 | B | C | 135 | 49 | 39 |
| Octal | 341 | 100 | 310 | 0 | 110 | 13 | 14 | 465 | 111 | 71 |
| Binary | 11100001 | 1000000 | 11001000 | 0 | 1001000 | 1011 | 1100 | 100110101 | 1001001 | 111001 |
Color Harmonies of #E140C8
Complementary color
Monochromatic Colors of #E140C8
Black with #E140C8
Text Example
Text Example
White with #E140C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140C8; }
p { color: rgb(225,64,200); }
H1.HeaderClassName
{
color: #E140C8;
}
.AnyTagClassName
{
color: #E140C8;
}
</style>
background-color css
<style>
a { background-color: #E140C8; }
a { background-color: rgb(225,64,200); }
div.DivClassName
{
background-color: #E140C8;
}
.BgClassName
{
background-color: #E140C8;
}
</style>
border-color css
<style>
span { border-color: #E140C8; }
span { border-color: rgb(225,64,200); }
td.TdClassName
{
border-color: #E140C8;
}
.TagClassName
{
border-color: #E140C8;
}
</style>