Html Css Color HEX #E155CC Free Speech Magenta
📋 copy color: '#E155CC'red 225 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #E155CC
Tints of Free Speech Magenta #E155CC
RGB
CMYK
RGB Variations
Color information
#E155CC (or 0xE155CC) is known color: Free Speech Magenta. HEX triplet: E1, 55 and CC. RGB value is (225,85,204). Sum of RGB (Red+Green+Blue) = 225+85+204=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E155CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155CC is #1EAA33. Grayscale: #8C8C8C. Windows color (decimal): -2009652 or 13391329. OLE color: 13391329.
HSL color Cylindrical-coordinate representation of color #E155CC: hue angle of 309º 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 #E155CC is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 204 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.12 |
| HSL | 309º | 0.7% | 0.61% | - |
| HSV(B) | 309º | 0.62% | 0.88% | - |
| XYZ | 45.2 | 26.86 | 59.93 | - |
| YUV | 140.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 204 | 0 | 0.62 | 0.09 | 0.12 | 309 | 0.7 | 0.61 |
| Hex | E1 | 55 | CC | 0 | 3E | 9 | C | 135 | 46 | 3D |
| Octal | 341 | 125 | 314 | 0 | 76 | 11 | 14 | 465 | 106 | 75 |
| Binary | 11100001 | 1010101 | 11001100 | 0 | 111110 | 1001 | 1100 | 100110101 | 1000110 | 111101 |
Color Harmonies of #E155CC
Complementary color
Monochromatic Colors of #E155CC
Black with #E155CC
Text Example
Text Example
White with #E155CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155CC; }
p { color: rgb(225,85,204); }
H1.HeaderClassName
{
color: #E155CC;
}
.AnyTagClassName
{
color: #E155CC;
}
</style>
background-color css
<style>
a { background-color: #E155CC; }
a { background-color: rgb(225,85,204); }
div.DivClassName
{
background-color: #E155CC;
}
.BgClassName
{
background-color: #E155CC;
}
</style>
border-color css
<style>
span { border-color: #E155CC; }
span { border-color: rgb(225,85,204); }
td.TdClassName
{
border-color: #E155CC;
}
.TagClassName
{
border-color: #E155CC;
}
</style>