Html Css Color HEX #E150C2 Free Speech Magenta
📋 copy color: '#E150C2'red 225 ◦ green 80 ◦ blue 194
Shades of Free Speech Magenta #E150C2
Tints of Free Speech Magenta #E150C2
RGB
CMYK
RGB Variations
Color information
#E150C2 (or 0xE150C2) is known color: Free Speech Magenta. HEX triplet: E1, 50 and C2. RGB value is (225,80,194). Sum of RGB (Red+Green+Blue) = 225+80+194=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E150C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150C2 is #1EAF3D. Grayscale: #888888. Windows color (decimal): -2010942 or 12734689. OLE color: 12734689.
HSL color Cylindrical-coordinate representation of color #E150C2: hue angle of 312.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150C2 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 194 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.12 |
| HSL | 312.83º | 0.71% | 0.6% | - |
| HSV(B) | 312.83º | 0.64% | 0.88% | - |
| XYZ | 43.66 | 25.64 | 53.69 | - |
| YUV | 136.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 194 | 0 | 0.64 | 0.14 | 0.12 | 312.83 | 0.71 | 0.6 |
| Hex | E1 | 50 | C2 | 0 | 40 | E | C | 139 | 47 | 3C |
| Octal | 341 | 120 | 302 | 0 | 100 | 16 | 14 | 471 | 107 | 74 |
| Binary | 11100001 | 1010000 | 11000010 | 0 | 1000000 | 1110 | 1100 | 100111001 | 1000111 | 111100 |
Color Harmonies of #E150C2
Complementary color
Monochromatic Colors of #E150C2
Black with #E150C2
Text Example
Text Example
White with #E150C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E150C2; }
p { color: rgb(225,80,194); }
H1.HeaderClassName
{
color: #E150C2;
}
.AnyTagClassName
{
color: #E150C2;
}
</style>
background-color css
<style>
a { background-color: #E150C2; }
a { background-color: rgb(225,80,194); }
div.DivClassName
{
background-color: #E150C2;
}
.BgClassName
{
background-color: #E150C2;
}
</style>
border-color css
<style>
span { border-color: #E150C2; }
span { border-color: rgb(225,80,194); }
td.TdClassName
{
border-color: #E150C2;
}
.TagClassName
{
border-color: #E150C2;
}
</style>