Html Css Color HEX #E05BCC Free Speech Magenta
📋 copy color: '#E05BCC'red 224 ◦ green 91 ◦ blue 204
Shades of Free Speech Magenta #E05BCC
Tints of Free Speech Magenta #E05BCC
RGB
CMYK
RGB Variations
Color information
#E05BCC (or 0xE05BCC) is known color: Free Speech Magenta. HEX triplet: E0, 5B and CC. RGB value is (224,91,204). Sum of RGB (Red+Green+Blue) = 224+91+204=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BCC is #1FA433. Grayscale: #8F8F8F. Windows color (decimal): -2073652 or 13392864. OLE color: 13392864.
HSL color Cylindrical-coordinate representation of color #E05BCC: hue angle of 309.02º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05BCC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 204 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.12 |
| HSL | 309.02º | 0.68% | 0.62% | - |
| HSV(B) | 309.02º | 0.59% | 0.88% | - |
| XYZ | 45.38 | 27.69 | 60.08 | - |
| YUV | 143.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 204 | 0 | 0.59 | 0.09 | 0.12 | 309.02 | 0.68 | 0.62 |
| Hex | E0 | 5B | CC | 0 | 3B | 9 | C | 135 | 44 | 3E |
| Octal | 340 | 133 | 314 | 0 | 73 | 11 | 14 | 465 | 104 | 76 |
| Binary | 11100000 | 1011011 | 11001100 | 0 | 111011 | 1001 | 1100 | 100110101 | 1000100 | 111110 |
Color Harmonies of #E05BCC
Complementary color
Monochromatic Colors of #E05BCC
Black with #E05BCC
Text Example
Text Example
White with #E05BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05BCC; }
p { color: rgb(224,91,204); }
H1.HeaderClassName
{
color: #E05BCC;
}
.AnyTagClassName
{
color: #E05BCC;
}
</style>
background-color css
<style>
a { background-color: #E05BCC; }
a { background-color: rgb(224,91,204); }
div.DivClassName
{
background-color: #E05BCC;
}
.BgClassName
{
background-color: #E05BCC;
}
</style>
border-color css
<style>
span { border-color: #E05BCC; }
span { border-color: rgb(224,91,204); }
td.TdClassName
{
border-color: #E05BCC;
}
.TagClassName
{
border-color: #E05BCC;
}
</style>