Html Css Color HEX #E555C7 Free Speech Magenta
📋 copy color: '#E555C7'red 229 ◦ green 85 ◦ blue 199
Shades of Free Speech Magenta #E555C7
Tints of Free Speech Magenta #E555C7
RGB
CMYK
RGB Variations
Color information
#E555C7 (or 0xE555C7) is known color: Free Speech Magenta. HEX triplet: E5, 55 and C7. RGB value is (229,85,199). Sum of RGB (Red+Green+Blue) = 229+85+199=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E555C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555C7 is #1AAA38. Grayscale: #8C8C8C. Windows color (decimal): -1747513 or 13063653. OLE color: 13063653.
HSL color Cylindrical-coordinate representation of color #E555C7: hue angle of 312.5º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E555C7 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 199 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.10 |
| HSL | 312.5º | 0.73% | 0.62% | - |
| HSV(B) | 312.5º | 0.63% | 0.9% | - |
| XYZ | 45.87 | 27.28 | 56.88 | - |
| YUV | 141.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 199 | 0 | 0.63 | 0.13 | 0.10 | 312.5 | 0.73 | 0.62 |
| Hex | E5 | 55 | C7 | 0 | 3F | D | A | 138 | 49 | 3E |
| Octal | 345 | 125 | 307 | 0 | 77 | 15 | 12 | 470 | 111 | 76 |
| Binary | 11100101 | 1010101 | 11000111 | 0 | 111111 | 1101 | 1010 | 100111000 | 1001001 | 111110 |
Color Harmonies of #E555C7
Complementary color
Monochromatic Colors of #E555C7
Black with #E555C7
Text Example
Text Example
White with #E555C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555C7; }
p { color: rgb(229,85,199); }
H1.HeaderClassName
{
color: #E555C7;
}
.AnyTagClassName
{
color: #E555C7;
}
</style>
background-color css
<style>
a { background-color: #E555C7; }
a { background-color: rgb(229,85,199); }
div.DivClassName
{
background-color: #E555C7;
}
.BgClassName
{
background-color: #E555C7;
}
</style>
border-color css
<style>
span { border-color: #E555C7; }
span { border-color: rgb(229,85,199); }
td.TdClassName
{
border-color: #E555C7;
}
.TagClassName
{
border-color: #E555C7;
}
</style>