Html Css Color HEX #E54CCD Free Speech Magenta
📋 copy color: '#E54CCD'red 229 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #E54CCD
Tints of Free Speech Magenta #E54CCD
RGB
CMYK
RGB Variations
Color information
#E54CCD (or 0xE54CCD) is known color: Free Speech Magenta. HEX triplet: E5, 4C and CD. RGB value is (229,76,205). Sum of RGB (Red+Green+Blue) = 229+76+205=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CCD is #1AB332. Grayscale: #888888. Windows color (decimal): -1749811 or 13454565. OLE color: 13454565.
HSL color Cylindrical-coordinate representation of color #E54CCD: hue angle of 309.41º 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 #E54CCD is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 205 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.10 |
| HSL | 309.41º | 0.75% | 0.6% | - |
| HSV(B) | 309.41º | 0.67% | 0.9% | - |
| XYZ | 45.92 | 26.23 | 60.4 | - |
| YUV | 136.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 205 | 0 | 0.67 | 0.10 | 0.10 | 309.41 | 0.75 | 0.6 |
| Hex | E5 | 4C | CD | 0 | 43 | A | A | 135 | 4B | 3C |
| Octal | 345 | 114 | 315 | 0 | 103 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11001101 | 0 | 1000011 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E54CCD
Complementary color
Monochromatic Colors of #E54CCD
Black with #E54CCD
Text Example
Text Example
White with #E54CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CCD; }
p { color: rgb(229,76,205); }
H1.HeaderClassName
{
color: #E54CCD;
}
.AnyTagClassName
{
color: #E54CCD;
}
</style>
background-color css
<style>
a { background-color: #E54CCD; }
a { background-color: rgb(229,76,205); }
div.DivClassName
{
background-color: #E54CCD;
}
.BgClassName
{
background-color: #E54CCD;
}
</style>
border-color css
<style>
span { border-color: #E54CCD; }
span { border-color: rgb(229,76,205); }
td.TdClassName
{
border-color: #E54CCD;
}
.TagClassName
{
border-color: #E54CCD;
}
</style>