Html Css Color HEX #E155CA Free Speech Magenta
📋 copy color: '#E155CA'red 225 ◦ green 85 ◦ blue 202
Shades of Free Speech Magenta #E155CA
Tints of Free Speech Magenta #E155CA
RGB
CMYK
RGB Variations
Color information
#E155CA (or 0xE155CA) is known color: Free Speech Magenta. HEX triplet: E1, 55 and CA. RGB value is (225,85,202). Sum of RGB (Red+Green+Blue) = 225+85+202=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E155CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E155CA is #1EAA35. Grayscale: #8B8B8B. Windows color (decimal): -2009654 or 13260257. OLE color: 13260257.
HSL color Cylindrical-coordinate representation of color #E155CA: hue angle of 309.86º 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 #E155CA is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 202 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.12 |
| HSL | 309.86º | 0.7% | 0.61% | - |
| HSV(B) | 309.86º | 0.62% | 0.88% | - |
| XYZ | 44.96 | 26.77 | 58.67 | - |
| YUV | 140.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 202 | 0 | 0.62 | 0.10 | 0.12 | 309.86 | 0.7 | 0.61 |
| Hex | E1 | 55 | CA | 0 | 3E | A | C | 136 | 46 | 3D |
| Octal | 341 | 125 | 312 | 0 | 76 | 12 | 14 | 466 | 106 | 75 |
| Binary | 11100001 | 1010101 | 11001010 | 0 | 111110 | 1010 | 1100 | 100110110 | 1000110 | 111101 |
Color Harmonies of #E155CA
Complementary color
Monochromatic Colors of #E155CA
Black with #E155CA
Text Example
Text Example
White with #E155CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E155CA; }
p { color: rgb(225,85,202); }
H1.HeaderClassName
{
color: #E155CA;
}
.AnyTagClassName
{
color: #E155CA;
}
</style>
background-color css
<style>
a { background-color: #E155CA; }
a { background-color: rgb(225,85,202); }
div.DivClassName
{
background-color: #E155CA;
}
.BgClassName
{
background-color: #E155CA;
}
</style>
border-color css
<style>
span { border-color: #E155CA; }
span { border-color: rgb(225,85,202); }
td.TdClassName
{
border-color: #E155CA;
}
.TagClassName
{
border-color: #E155CA;
}
</style>