Html Css Color HEX #E155C9 Free Speech Magenta
📋 copy color: '#E155C9'red 225 ◦ green 85 ◦ blue 201
Shades of Free Speech Magenta #E155C9
Tints of Free Speech Magenta #E155C9
RGB
CMYK
RGB Variations
Color information
#E155C9 (or 0xE155C9) is known color: Free Speech Magenta. HEX triplet: E1, 55 and C9. RGB value is (225,85,201). Sum of RGB (Red+Green+Blue) = 225+85+201=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E155C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155C9 is #1EAA36. Grayscale: #8B8B8B. Windows color (decimal): -2009655 or 13194721. OLE color: 13194721.
HSL color Cylindrical-coordinate representation of color #E155C9: hue angle of 310.29º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E155C9 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 201 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.12 |
| HSL | 310.29º | 0.7% | 0.61% | - |
| HSV(B) | 310.29º | 0.62% | 0.88% | - |
| XYZ | 44.84 | 26.72 | 58.05 | - |
| YUV | 140.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 201 | 0 | 0.62 | 0.11 | 0.12 | 310.29 | 0.7 | 0.61 |
| Hex | E1 | 55 | C9 | 0 | 3E | B | C | 136 | 46 | 3D |
| Octal | 341 | 125 | 311 | 0 | 76 | 13 | 14 | 466 | 106 | 75 |
| Binary | 11100001 | 1010101 | 11001001 | 0 | 111110 | 1011 | 1100 | 100110110 | 1000110 | 111101 |
Color Harmonies of #E155C9
Complementary color
Monochromatic Colors of #E155C9
Black with #E155C9
Text Example
Text Example
White with #E155C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155C9; }
p { color: rgb(225,85,201); }
H1.HeaderClassName
{
color: #E155C9;
}
.AnyTagClassName
{
color: #E155C9;
}
</style>
background-color css
<style>
a { background-color: #E155C9; }
a { background-color: rgb(225,85,201); }
div.DivClassName
{
background-color: #E155C9;
}
.BgClassName
{
background-color: #E155C9;
}
</style>
border-color css
<style>
span { border-color: #E155C9; }
span { border-color: rgb(225,85,201); }
td.TdClassName
{
border-color: #E155C9;
}
.TagClassName
{
border-color: #E155C9;
}
</style>