Html Css Color HEX #E547CD Free Speech Magenta
📋 copy color: '#E547CD'red 229 ◦ green 71 ◦ blue 205
Shades of Free Speech Magenta #E547CD
Tints of Free Speech Magenta #E547CD
RGB
CMYK
RGB Variations
Color information
#E547CD (or 0xE547CD) is known color: Free Speech Magenta. HEX triplet: E5, 47 and CD. RGB value is (229,71,205). Sum of RGB (Red+Green+Blue) = 229+71+205=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E547CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547CD is #1AB832. Grayscale: #858585. Windows color (decimal): -1751091 or 13453285. OLE color: 13453285.
HSL color Cylindrical-coordinate representation of color #E547CD: hue angle of 309.11º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E547CD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 205 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.10 |
| HSL | 309.11º | 0.75% | 0.59% | - |
| HSV(B) | 309.11º | 0.69% | 0.9% | - |
| XYZ | 45.59 | 25.57 | 60.29 | - |
| YUV | 133.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 205 | 0 | 0.69 | 0.10 | 0.10 | 309.11 | 0.75 | 0.59 |
| Hex | E5 | 47 | CD | 0 | 45 | A | A | 135 | 4B | 3B |
| Octal | 345 | 107 | 315 | 0 | 105 | 12 | 12 | 465 | 113 | 73 |
| Binary | 11100101 | 1000111 | 11001101 | 0 | 1000101 | 1010 | 1010 | 100110101 | 1001011 | 111011 |
Color Harmonies of #E547CD
Complementary color
Monochromatic Colors of #E547CD
Black with #E547CD
Text Example
Text Example
White with #E547CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E547CD; }
p { color: rgb(229,71,205); }
H1.HeaderClassName
{
color: #E547CD;
}
.AnyTagClassName
{
color: #E547CD;
}
</style>
background-color css
<style>
a { background-color: #E547CD; }
a { background-color: rgb(229,71,205); }
div.DivClassName
{
background-color: #E547CD;
}
.BgClassName
{
background-color: #E547CD;
}
</style>
border-color css
<style>
span { border-color: #E547CD; }
span { border-color: rgb(229,71,205); }
td.TdClassName
{
border-color: #E547CD;
}
.TagClassName
{
border-color: #E547CD;
}
</style>