Html Css Color HEX #E558C4 Free Speech Magenta
📋 copy color: '#E558C4'red 229 ◦ green 88 ◦ blue 196
Shades of Free Speech Magenta #E558C4
Tints of Free Speech Magenta #E558C4
RGB
CMYK
RGB Variations
Color information
#E558C4 (or 0xE558C4) is known color: Free Speech Magenta. HEX triplet: E5, 58 and C4. RGB value is (229,88,196). Sum of RGB (Red+Green+Blue) = 229+88+196=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E558C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558C4 is #1AA73B. Grayscale: #8E8E8E. Windows color (decimal): -1746748 or 12867813. OLE color: 12867813.
HSL color Cylindrical-coordinate representation of color #E558C4: hue angle of 314.04º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E558C4 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 196 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.10 |
| HSL | 314.04º | 0.73% | 0.62% | - |
| HSV(B) | 314.04º | 0.62% | 0.9% | - |
| XYZ | 45.77 | 27.62 | 55.14 | - |
| YUV | 142.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 196 | 0 | 0.62 | 0.14 | 0.10 | 314.04 | 0.73 | 0.62 |
| Hex | E5 | 58 | C4 | 0 | 3E | E | A | 13A | 49 | 3E |
| Octal | 345 | 130 | 304 | 0 | 76 | 16 | 12 | 472 | 111 | 76 |
| Binary | 11100101 | 1011000 | 11000100 | 0 | 111110 | 1110 | 1010 | 100111010 | 1001001 | 111110 |
Color Harmonies of #E558C4
Complementary color
Monochromatic Colors of #E558C4
Black with #E558C4
Text Example
Text Example
White with #E558C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558C4; }
p { color: rgb(229,88,196); }
H1.HeaderClassName
{
color: #E558C4;
}
.AnyTagClassName
{
color: #E558C4;
}
</style>
background-color css
<style>
a { background-color: #E558C4; }
a { background-color: rgb(229,88,196); }
div.DivClassName
{
background-color: #E558C4;
}
.BgClassName
{
background-color: #E558C4;
}
</style>
border-color css
<style>
span { border-color: #E558C4; }
span { border-color: rgb(229,88,196); }
td.TdClassName
{
border-color: #E558C4;
}
.TagClassName
{
border-color: #E558C4;
}
</style>