Html Css Color HEX #E555C1 Free Speech Magenta
📋 copy color: '#E555C1'red 229 ◦ green 85 ◦ blue 193
Shades of Free Speech Magenta #E555C1
Tints of Free Speech Magenta #E555C1
RGB
CMYK
RGB Variations
Color information
#E555C1 (or 0xE555C1) is known color: Free Speech Magenta. HEX triplet: E5, 55 and C1. RGB value is (229,85,193). Sum of RGB (Red+Green+Blue) = 229+85+193=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E555C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555C1 is #1AAA3E. Grayscale: #8C8C8C. Windows color (decimal): -1747519 or 12670437. OLE color: 12670437.
HSL color Cylindrical-coordinate representation of color #E555C1: hue angle of 315º 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 #E555C1 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 193 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.10 |
| HSL | 315º | 0.73% | 0.62% | - |
| HSV(B) | 315º | 0.63% | 0.9% | - |
| XYZ | 45.19 | 27.01 | 53.28 | - |
| YUV | 140.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 193 | 0 | 0.63 | 0.16 | 0.10 | 315 | 0.73 | 0.62 |
| Hex | E5 | 55 | C1 | 0 | 3F | 10 | A | 13B | 49 | 3E |
| Octal | 345 | 125 | 301 | 0 | 77 | 20 | 12 | 473 | 111 | 76 |
| Binary | 11100101 | 1010101 | 11000001 | 0 | 111111 | 10000 | 1010 | 100111011 | 1001001 | 111110 |
Color Harmonies of #E555C1
Complementary color
Monochromatic Colors of #E555C1
Black with #E555C1
Text Example
Text Example
White with #E555C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555C1; }
p { color: rgb(229,85,193); }
H1.HeaderClassName
{
color: #E555C1;
}
.AnyTagClassName
{
color: #E555C1;
}
</style>
background-color css
<style>
a { background-color: #E555C1; }
a { background-color: rgb(229,85,193); }
div.DivClassName
{
background-color: #E555C1;
}
.BgClassName
{
background-color: #E555C1;
}
</style>
border-color css
<style>
span { border-color: #E555C1; }
span { border-color: rgb(229,85,193); }
td.TdClassName
{
border-color: #E555C1;
}
.TagClassName
{
border-color: #E555C1;
}
</style>