Html Css Color HEX #E54CCE Free Speech Magenta
📋 copy color: '#E54CCE'red 229 ◦ green 76 ◦ blue 206
Shades of Free Speech Magenta #E54CCE
Tints of Free Speech Magenta #E54CCE
RGB
CMYK
RGB Variations
Color information
#E54CCE (or 0xE54CCE) is known color: Free Speech Magenta. HEX triplet: E5, 4C and CE. RGB value is (229,76,206). Sum of RGB (Red+Green+Blue) = 229+76+206=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CCE is #1AB331. Grayscale: #888888. Windows color (decimal): -1749810 or 13520101. OLE color: 13520101.
HSL color Cylindrical-coordinate representation of color #E54CCE: hue angle of 309.02º 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 #E54CCE is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 206 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.10 |
| HSL | 309.02º | 0.75% | 0.6% | - |
| HSV(B) | 309.02º | 0.67% | 0.9% | - |
| XYZ | 46.04 | 26.28 | 61.04 | - |
| YUV | 136.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 206 | 0 | 0.67 | 0.10 | 0.10 | 309.02 | 0.75 | 0.6 |
| Hex | E5 | 4C | CE | 0 | 43 | A | A | 135 | 4B | 3C |
| Octal | 345 | 114 | 316 | 0 | 103 | 12 | 12 | 465 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11001110 | 0 | 1000011 | 1010 | 1010 | 100110101 | 1001011 | 111100 |
Color Harmonies of #E54CCE
Complementary color
Monochromatic Colors of #E54CCE
Black with #E54CCE
Text Example
Text Example
White with #E54CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CCE; }
p { color: rgb(229,76,206); }
H1.HeaderClassName
{
color: #E54CCE;
}
.AnyTagClassName
{
color: #E54CCE;
}
</style>
background-color css
<style>
a { background-color: #E54CCE; }
a { background-color: rgb(229,76,206); }
div.DivClassName
{
background-color: #E54CCE;
}
.BgClassName
{
background-color: #E54CCE;
}
</style>
border-color css
<style>
span { border-color: #E54CCE; }
span { border-color: rgb(229,76,206); }
td.TdClassName
{
border-color: #E54CCE;
}
.TagClassName
{
border-color: #E54CCE;
}
</style>