Html Css Color HEX #E544CD Free Speech Magenta
📋 copy color: '#E544CD'red 229 ◦ green 68 ◦ blue 205
Shades of Free Speech Magenta #E544CD
Tints of Free Speech Magenta #E544CD
RGB
CMYK
RGB Variations
Color information
#E544CD (or 0xE544CD) is known color: Free Speech Magenta. HEX triplet: E5, 44 and CD. RGB value is (229,68,205). Sum of RGB (Red+Green+Blue) = 229+68+205=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E544CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544CD is #1ABB32. Grayscale: #838383. Windows color (decimal): -1751859 or 13452517. OLE color: 13452517.
HSL color Cylindrical-coordinate representation of color #E544CD: hue angle of 308.94º degrees, saturation: 0.76, 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 #E544CD is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 205 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.10 |
| HSL | 308.94º | 0.76% | 0.58% | - |
| HSV(B) | 308.94º | 0.7% | 0.9% | - |
| XYZ | 45.4 | 25.2 | 60.23 | - |
| YUV | 131.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 205 | 0 | 0.70 | 0.10 | 0.10 | 308.94 | 0.76 | 0.58 |
| Hex | E5 | 44 | CD | 0 | 46 | A | A | 135 | 4C | 3A |
| Octal | 345 | 104 | 315 | 0 | 106 | 12 | 12 | 465 | 114 | 72 |
| Binary | 11100101 | 1000100 | 11001101 | 0 | 1000110 | 1010 | 1010 | 100110101 | 1001100 | 111010 |
Color Harmonies of #E544CD
Complementary color
Monochromatic Colors of #E544CD
Black with #E544CD
Text Example
Text Example
White with #E544CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E544CD; }
p { color: rgb(229,68,205); }
H1.HeaderClassName
{
color: #E544CD;
}
.AnyTagClassName
{
color: #E544CD;
}
</style>
background-color css
<style>
a { background-color: #E544CD; }
a { background-color: rgb(229,68,205); }
div.DivClassName
{
background-color: #E544CD;
}
.BgClassName
{
background-color: #E544CD;
}
</style>
border-color css
<style>
span { border-color: #E544CD; }
span { border-color: rgb(229,68,205); }
td.TdClassName
{
border-color: #E544CD;
}
.TagClassName
{
border-color: #E544CD;
}
</style>