Html Css Color HEX #E54CDE Free Speech Magenta
📋 copy color: '#E54CDE'red 229 ◦ green 76 ◦ blue 222
Shades of Free Speech Magenta #E54CDE
Tints of Free Speech Magenta #E54CDE
RGB
CMYK
RGB Variations
Color information
#E54CDE (or 0xE54CDE) is known color: Free Speech Magenta. HEX triplet: E5, 4C and DE. RGB value is (229,76,222). Sum of RGB (Red+Green+Blue) = 229+76+222=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 76 (30.08% from 255 or 14.42% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CDE is #1AB321. Grayscale: #898989. Windows color (decimal): -1749794 or 14568677. OLE color: 14568677.
HSL color Cylindrical-coordinate representation of color #E54CDE: hue angle of 302.75º 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 #E54CDE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 222 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.10 |
| HSL | 302.75º | 0.75% | 0.6% | - |
| HSV(B) | 302.75º | 0.67% | 0.9% | - |
| XYZ | 48.08 | 27.1 | 71.8 | - |
| YUV | 138.39 | 175.19 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 222 | 0 | 0.67 | 0.03 | 0.10 | 302.75 | 0.75 | 0.6 |
| Hex | E5 | 4C | DE | 0 | 43 | 3 | A | 12F | 4B | 3C |
| Octal | 345 | 114 | 336 | 0 | 103 | 3 | 12 | 457 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11011110 | 0 | 1000011 | 11 | 1010 | 100101111 | 1001011 | 111100 |
Color Harmonies of #E54CDE
Complementary color
Monochromatic Colors of #E54CDE
Black with #E54CDE
Text Example
Text Example
White with #E54CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CDE; }
p { color: rgb(229,76,222); }
H1.HeaderClassName
{
color: #E54CDE;
}
.AnyTagClassName
{
color: #E54CDE;
}
</style>
background-color css
<style>
a { background-color: #E54CDE; }
a { background-color: rgb(229,76,222); }
div.DivClassName
{
background-color: #E54CDE;
}
.BgClassName
{
background-color: #E54CDE;
}
</style>
border-color css
<style>
span { border-color: #E54CDE; }
span { border-color: rgb(229,76,222); }
td.TdClassName
{
border-color: #E54CDE;
}
.TagClassName
{
border-color: #E54CDE;
}
</style>