Html Css Color HEX #E055C8 Free Speech Magenta
📋 copy color: '#E055C8'red 224 ◦ green 85 ◦ blue 200
Shades of Free Speech Magenta #E055C8
Tints of Free Speech Magenta #E055C8
RGB
CMYK
RGB Variations
Color information
#E055C8 (or 0xE055C8) is known color: Free Speech Magenta. HEX triplet: E0, 55 and C8. RGB value is (224,85,200). Sum of RGB (Red+Green+Blue) = 224+85+200=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E055C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E055C8 is #1FAA37. Grayscale: #8B8B8B. Windows color (decimal): -2075192 or 13129184. OLE color: 13129184.
HSL color Cylindrical-coordinate representation of color #E055C8: hue angle of 310.36º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E055C8 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 200 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.12 |
| HSL | 310.36º | 0.69% | 0.61% | - |
| HSV(B) | 310.36º | 0.62% | 0.88% | - |
| XYZ | 44.41 | 26.51 | 57.42 | - |
| YUV | 139.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 200 | 0 | 0.62 | 0.11 | 0.12 | 310.36 | 0.69 | 0.61 |
| Hex | E0 | 55 | C8 | 0 | 3E | B | C | 136 | 45 | 3D |
| Octal | 340 | 125 | 310 | 0 | 76 | 13 | 14 | 466 | 105 | 75 |
| Binary | 11100000 | 1010101 | 11001000 | 0 | 111110 | 1011 | 1100 | 100110110 | 1000101 | 111101 |
Color Harmonies of #E055C8
Complementary color
Monochromatic Colors of #E055C8
Black with #E055C8
Text Example
Text Example
White with #E055C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E055C8; }
p { color: rgb(224,85,200); }
H1.HeaderClassName
{
color: #E055C8;
}
.AnyTagClassName
{
color: #E055C8;
}
</style>
background-color css
<style>
a { background-color: #E055C8; }
a { background-color: rgb(224,85,200); }
div.DivClassName
{
background-color: #E055C8;
}
.BgClassName
{
background-color: #E055C8;
}
</style>
border-color css
<style>
span { border-color: #E055C8; }
span { border-color: rgb(224,85,200); }
td.TdClassName
{
border-color: #E055C8;
}
.TagClassName
{
border-color: #E055C8;
}
</style>