Html Css Color HEX #E159CA Free Speech Magenta
📋 copy color: '#E159CA'red 225 ◦ green 89 ◦ blue 202
Shades of Free Speech Magenta #E159CA
Tints of Free Speech Magenta #E159CA
RGB
CMYK
RGB Variations
Color information
#E159CA (or 0xE159CA) is known color: Free Speech Magenta. HEX triplet: E1, 59 and CA. RGB value is (225,89,202). Sum of RGB (Red+Green+Blue) = 225+89+202=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E159CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159CA is #1EA635. Grayscale: #8E8E8E. Windows color (decimal): -2008630 or 13261281. OLE color: 13261281.
HSL color Cylindrical-coordinate representation of color #E159CA: hue angle of 310.15º 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 #E159CA is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 202 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.12 |
| HSL | 310.15º | 0.69% | 0.62% | - |
| HSV(B) | 310.15º | 0.6% | 0.88% | - |
| XYZ | 45.28 | 27.42 | 58.78 | - |
| YUV | 142.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 202 | 0 | 0.60 | 0.10 | 0.12 | 310.15 | 0.69 | 0.62 |
| Hex | E1 | 59 | CA | 0 | 3C | A | C | 136 | 45 | 3E |
| Octal | 341 | 131 | 312 | 0 | 74 | 12 | 14 | 466 | 105 | 76 |
| Binary | 11100001 | 1011001 | 11001010 | 0 | 111100 | 1010 | 1100 | 100110110 | 1000101 | 111110 |
Color Harmonies of #E159CA
Complementary color
Monochromatic Colors of #E159CA
Black with #E159CA
Text Example
Text Example
White with #E159CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E159CA; }
p { color: rgb(225,89,202); }
H1.HeaderClassName
{
color: #E159CA;
}
.AnyTagClassName
{
color: #E159CA;
}
</style>
background-color css
<style>
a { background-color: #E159CA; }
a { background-color: rgb(225,89,202); }
div.DivClassName
{
background-color: #E159CA;
}
.BgClassName
{
background-color: #E159CA;
}
</style>
border-color css
<style>
span { border-color: #E159CA; }
span { border-color: rgb(225,89,202); }
td.TdClassName
{
border-color: #E159CA;
}
.TagClassName
{
border-color: #E159CA;
}
</style>