Html Css Color HEX #E555E5 Free Speech Magenta
📋 copy color: '#E555E5'red 229 ◦ green 85 ◦ blue 229
Shades of Free Speech Magenta #E555E5
Tints of Free Speech Magenta #E555E5
RGB
CMYK
RGB Variations
Color information
#E555E5 (or 0xE555E5) is known color: Free Speech Magenta. HEX triplet: E5, 55 and E5. RGB value is (229,85,229). Sum of RGB (Red+Green+Blue) = 229+85+229=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E555E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E555E5 is #1AAA1A. Grayscale: #909090. Windows color (decimal): -1747483 or 15029733. OLE color: 15029733.
HSL color Cylindrical-coordinate representation of color #E555E5: hue angle of 300º 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 #E555E5 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 229 | - |
| CMYK | 0 | 0.63 | 0 | 0.10 |
| HSL | 300º | 0.73% | 0.62% | - |
| HSV(B) | 300º | 0.63% | 0.9% | - |
| XYZ | 49.7 | 28.81 | 77.07 | - |
| YUV | 144.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 229 | 0 | 0.63 | 0 | 0.10 | 300 | 0.73 | 0.62 |
| Hex | E5 | 55 | E5 | 0 | 3F | 0 | A | 12C | 49 | 3E |
| Octal | 345 | 125 | 345 | 0 | 77 | 0 | 12 | 454 | 111 | 76 |
| Binary | 11100101 | 1010101 | 11100101 | 0 | 111111 | 0 | 1010 | 100101100 | 1001001 | 111110 |
Color Harmonies of #E555E5
Complementary color
Monochromatic Colors of #E555E5
Black with #E555E5
Text Example
Text Example
White with #E555E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E555E5; }
p { color: rgb(229,85,229); }
H1.HeaderClassName
{
color: #E555E5;
}
.AnyTagClassName
{
color: #E555E5;
}
</style>
background-color css
<style>
a { background-color: #E555E5; }
a { background-color: rgb(229,85,229); }
div.DivClassName
{
background-color: #E555E5;
}
.BgClassName
{
background-color: #E555E5;
}
</style>
border-color css
<style>
span { border-color: #E555E5; }
span { border-color: rgb(229,85,229); }
td.TdClassName
{
border-color: #E555E5;
}
.TagClassName
{
border-color: #E555E5;
}
</style>