Html Css Color HEX #E54CD3 Free Speech Magenta
📋 copy color: '#E54CD3'red 229 ◦ green 76 ◦ blue 211
Shades of Free Speech Magenta #E54CD3
Tints of Free Speech Magenta #E54CD3
RGB
CMYK
RGB Variations
Color information
#E54CD3 (or 0xE54CD3) is known color: Free Speech Magenta. HEX triplet: E5, 4C and D3. RGB value is (229,76,211). Sum of RGB (Red+Green+Blue) = 229+76+211=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CD3 is #1AB32C. Grayscale: #888888. Windows color (decimal): -1749805 or 13847781. OLE color: 13847781.
HSL color Cylindrical-coordinate representation of color #E54CD3: hue angle of 307.06º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54CD3 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 211 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.10 |
| HSL | 307.06º | 0.75% | 0.6% | - |
| HSV(B) | 307.06º | 0.67% | 0.9% | - |
| XYZ | 46.66 | 26.53 | 64.29 | - |
| YUV | 137.14 | 169.69 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 211 | 0 | 0.67 | 0.08 | 0.10 | 307.06 | 0.75 | 0.6 |
| Hex | E5 | 4C | D3 | 0 | 43 | 8 | A | 133 | 4B | 3C |
| Octal | 345 | 114 | 323 | 0 | 103 | 10 | 12 | 463 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11010011 | 0 | 1000011 | 1000 | 1010 | 100110011 | 1001011 | 111100 |
Color Harmonies of #E54CD3
Complementary color
Monochromatic Colors of #E54CD3
Black with #E54CD3
Text Example
Text Example
White with #E54CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CD3; }
p { color: rgb(229,76,211); }
H1.HeaderClassName
{
color: #E54CD3;
}
.AnyTagClassName
{
color: #E54CD3;
}
</style>
background-color css
<style>
a { background-color: #E54CD3; }
a { background-color: rgb(229,76,211); }
div.DivClassName
{
background-color: #E54CD3;
}
.BgClassName
{
background-color: #E54CD3;
}
</style>
border-color css
<style>
span { border-color: #E54CD3; }
span { border-color: rgb(229,76,211); }
td.TdClassName
{
border-color: #E54CD3;
}
.TagClassName
{
border-color: #E54CD3;
}
</style>