Html Css Color HEX #E545CC Free Speech Magenta
📋 copy color: '#E545CC'red 229 ◦ green 69 ◦ blue 204
Shades of Free Speech Magenta #E545CC
Tints of Free Speech Magenta #E545CC
RGB
CMYK
RGB Variations
Color information
#E545CC (or 0xE545CC) is known color: Free Speech Magenta. HEX triplet: E5, 45 and CC. RGB value is (229,69,204). Sum of RGB (Red+Green+Blue) = 229+69+204=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E545CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545CC is #1ABA33. Grayscale: #838383. Windows color (decimal): -1751604 or 13387237. OLE color: 13387237.
HSL color Cylindrical-coordinate representation of color #E545CC: hue angle of 309.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545CC is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 204 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.10 |
| HSL | 309.38º | 0.75% | 0.58% | - |
| HSV(B) | 309.38º | 0.7% | 0.9% | - |
| XYZ | 45.34 | 25.27 | 59.62 | - |
| YUV | 132.23 | 168.51 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 204 | 0 | 0.70 | 0.11 | 0.10 | 309.38 | 0.75 | 0.58 |
| Hex | E5 | 45 | CC | 0 | 46 | B | A | 135 | 4B | 3A |
| Octal | 345 | 105 | 314 | 0 | 106 | 13 | 12 | 465 | 113 | 72 |
| Binary | 11100101 | 1000101 | 11001100 | 0 | 1000110 | 1011 | 1010 | 100110101 | 1001011 | 111010 |
Color Harmonies of #E545CC
Complementary color
Monochromatic Colors of #E545CC
Black with #E545CC
Text Example
Text Example
White with #E545CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545CC; }
p { color: rgb(229,69,204); }
H1.HeaderClassName
{
color: #E545CC;
}
.AnyTagClassName
{
color: #E545CC;
}
</style>
background-color css
<style>
a { background-color: #E545CC; }
a { background-color: rgb(229,69,204); }
div.DivClassName
{
background-color: #E545CC;
}
.BgClassName
{
background-color: #E545CC;
}
</style>
border-color css
<style>
span { border-color: #E545CC; }
span { border-color: rgb(229,69,204); }
td.TdClassName
{
border-color: #E545CC;
}
.TagClassName
{
border-color: #E545CC;
}
</style>