Html Css Color HEX #E555C2 Free Speech Magenta
📋 copy color: '#E555C2'red 229 ◦ green 85 ◦ blue 194
Shades of Free Speech Magenta #E555C2
Tints of Free Speech Magenta #E555C2
RGB
CMYK
RGB Variations
Color information
#E555C2 (or 0xE555C2) is known color: Free Speech Magenta. HEX triplet: E5, 55 and C2. RGB value is (229,85,194). Sum of RGB (Red+Green+Blue) = 229+85+194=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E555C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555C2 is #1AAA3D. Grayscale: #8C8C8C. Windows color (decimal): -1747518 or 12735973. OLE color: 12735973.
HSL color Cylindrical-coordinate representation of color #E555C2: hue angle of 314.58º 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 #E555C2 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 194 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.10 |
| HSL | 314.58º | 0.73% | 0.62% | - |
| HSV(B) | 314.58º | 0.63% | 0.9% | - |
| XYZ | 45.3 | 27.05 | 53.87 | - |
| YUV | 140.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 194 | 0 | 0.63 | 0.15 | 0.10 | 314.58 | 0.73 | 0.62 |
| Hex | E5 | 55 | C2 | 0 | 3F | F | A | 13B | 49 | 3E |
| Octal | 345 | 125 | 302 | 0 | 77 | 17 | 12 | 473 | 111 | 76 |
| Binary | 11100101 | 1010101 | 11000010 | 0 | 111111 | 1111 | 1010 | 100111011 | 1001001 | 111110 |
Color Harmonies of #E555C2
Complementary color
Monochromatic Colors of #E555C2
Black with #E555C2
Text Example
Text Example
White with #E555C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555C2; }
p { color: rgb(229,85,194); }
H1.HeaderClassName
{
color: #E555C2;
}
.AnyTagClassName
{
color: #E555C2;
}
</style>
background-color css
<style>
a { background-color: #E555C2; }
a { background-color: rgb(229,85,194); }
div.DivClassName
{
background-color: #E555C2;
}
.BgClassName
{
background-color: #E555C2;
}
</style>
border-color css
<style>
span { border-color: #E555C2; }
span { border-color: rgb(229,85,194); }
td.TdClassName
{
border-color: #E555C2;
}
.TagClassName
{
border-color: #E555C2;
}
</style>