Html Css Color HEX #E05ECC Free Speech Magenta
📋 copy color: '#E05ECC'red 224 ◦ green 94 ◦ blue 204
Shades of Free Speech Magenta #E05ECC
Tints of Free Speech Magenta #E05ECC
RGB
CMYK
RGB Variations
Color information
#E05ECC (or 0xE05ECC) is known color: Free Speech Magenta. HEX triplet: E0, 5E and CC. RGB value is (224,94,204). Sum of RGB (Red+Green+Blue) = 224+94+204=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ECC is #1FA133. Grayscale: #919191. Windows color (decimal): -2072884 or 13393632. OLE color: 13393632.
HSL color Cylindrical-coordinate representation of color #E05ECC: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05ECC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 204 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.12 |
| HSL | 309.23º | 0.68% | 0.62% | - |
| HSV(B) | 309.23º | 0.58% | 0.88% | - |
| XYZ | 45.64 | 28.21 | 60.17 | - |
| YUV | 145.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 204 | 0 | 0.58 | 0.09 | 0.12 | 309.23 | 0.68 | 0.62 |
| Hex | E0 | 5E | CC | 0 | 3A | 9 | C | 135 | 44 | 3E |
| Octal | 340 | 136 | 314 | 0 | 72 | 11 | 14 | 465 | 104 | 76 |
| Binary | 11100000 | 1011110 | 11001100 | 0 | 111010 | 1001 | 1100 | 100110101 | 1000100 | 111110 |
Color Harmonies of #E05ECC
Complementary color
Monochromatic Colors of #E05ECC
Black with #E05ECC
Text Example
Text Example
White with #E05ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05ECC; }
p { color: rgb(224,94,204); }
H1.HeaderClassName
{
color: #E05ECC;
}
.AnyTagClassName
{
color: #E05ECC;
}
</style>
background-color css
<style>
a { background-color: #E05ECC; }
a { background-color: rgb(224,94,204); }
div.DivClassName
{
background-color: #E05ECC;
}
.BgClassName
{
background-color: #E05ECC;
}
</style>
border-color css
<style>
span { border-color: #E05ECC; }
span { border-color: rgb(224,94,204); }
td.TdClassName
{
border-color: #E05ECC;
}
.TagClassName
{
border-color: #E05ECC;
}
</style>