Html Css Color HEX #E155CE Free Speech Magenta
📋 copy color: '#E155CE'red 225 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #E155CE
Tints of Free Speech Magenta #E155CE
RGB
CMYK
RGB Variations
Color information
#E155CE (or 0xE155CE) is known color: Free Speech Magenta. HEX triplet: E1, 55 and CE. RGB value is (225,85,206). Sum of RGB (Red+Green+Blue) = 225+85+206=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E155CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155CE is #1EAA31. Grayscale: #8C8C8C. Windows color (decimal): -2009650 or 13522401. OLE color: 13522401.
HSL color Cylindrical-coordinate representation of color #E155CE: hue angle of 308.14º 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 #E155CE is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 206 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.12 |
| HSL | 308.14º | 0.7% | 0.61% | - |
| HSV(B) | 308.14º | 0.62% | 0.88% | - |
| XYZ | 45.44 | 26.96 | 61.2 | - |
| YUV | 140.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 206 | 0 | 0.62 | 0.08 | 0.12 | 308.14 | 0.7 | 0.61 |
| Hex | E1 | 55 | CE | 0 | 3E | 8 | C | 134 | 46 | 3D |
| Octal | 341 | 125 | 316 | 0 | 76 | 10 | 14 | 464 | 106 | 75 |
| Binary | 11100001 | 1010101 | 11001110 | 0 | 111110 | 1000 | 1100 | 100110100 | 1000110 | 111101 |
Color Harmonies of #E155CE
Complementary color
Monochromatic Colors of #E155CE
Black with #E155CE
Text Example
Text Example
White with #E155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155CE; }
p { color: rgb(225,85,206); }
H1.HeaderClassName
{
color: #E155CE;
}
.AnyTagClassName
{
color: #E155CE;
}
</style>
background-color css
<style>
a { background-color: #E155CE; }
a { background-color: rgb(225,85,206); }
div.DivClassName
{
background-color: #E155CE;
}
.BgClassName
{
background-color: #E155CE;
}
</style>
border-color css
<style>
span { border-color: #E155CE; }
span { border-color: rgb(225,85,206); }
td.TdClassName
{
border-color: #E155CE;
}
.TagClassName
{
border-color: #E155CE;
}
</style>