Html Css Color HEX #E159C2 Free Speech Magenta
📋 copy color: '#E159C2'red 225 ◦ green 89 ◦ blue 194
Shades of Free Speech Magenta #E159C2
Tints of Free Speech Magenta #E159C2
RGB
CMYK
RGB Variations
Color information
#E159C2 (or 0xE159C2) is known color: Free Speech Magenta. HEX triplet: E1, 59 and C2. RGB value is (225,89,194). Sum of RGB (Red+Green+Blue) = 225+89+194=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E159C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159C2 is #1EA63D. Grayscale: #8D8D8D. Windows color (decimal): -2008638 or 12736993. OLE color: 12736993.
HSL color Cylindrical-coordinate representation of color #E159C2: hue angle of 313.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E159C2 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 194 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.12 |
| HSL | 313.68º | 0.69% | 0.62% | - |
| HSV(B) | 313.68º | 0.6% | 0.88% | - |
| XYZ | 44.36 | 27.05 | 53.92 | - |
| YUV | 141.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 194 | 0 | 0.60 | 0.14 | 0.12 | 313.68 | 0.69 | 0.62 |
| Hex | E1 | 59 | C2 | 0 | 3C | E | C | 13A | 45 | 3E |
| Octal | 341 | 131 | 302 | 0 | 74 | 16 | 14 | 472 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11000010 | 0 | 111100 | 1110 | 1100 | 100111010 | 1000101 | 111110 |
Color Harmonies of #E159C2
Complementary color
Monochromatic Colors of #E159C2
Black with #E159C2
Text Example
Text Example
White with #E159C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159C2; }
p { color: rgb(225,89,194); }
H1.HeaderClassName
{
color: #E159C2;
}
.AnyTagClassName
{
color: #E159C2;
}
</style>
background-color css
<style>
a { background-color: #E159C2; }
a { background-color: rgb(225,89,194); }
div.DivClassName
{
background-color: #E159C2;
}
.BgClassName
{
background-color: #E159C2;
}
</style>
border-color css
<style>
span { border-color: #E159C2; }
span { border-color: rgb(225,89,194); }
td.TdClassName
{
border-color: #E159C2;
}
.TagClassName
{
border-color: #E159C2;
}
</style>