Html Css Color HEX #E54CC9 Free Speech Magenta
📋 copy color: '#E54CC9'red 229 ◦ green 76 ◦ blue 201
Shades of Free Speech Magenta #E54CC9
Tints of Free Speech Magenta #E54CC9
RGB
CMYK
RGB Variations
Color information
#E54CC9 (or 0xE54CC9) is known color: Free Speech Magenta. HEX triplet: E5, 4C and C9. RGB value is (229,76,201). Sum of RGB (Red+Green+Blue) = 229+76+201=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CC9 is #1AB336. Grayscale: #878787. Windows color (decimal): -1749815 or 13192421. OLE color: 13192421.
HSL color Cylindrical-coordinate representation of color #E54CC9: hue angle of 310.98º 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 #E54CC9 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 201 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.10 |
| HSL | 310.98º | 0.75% | 0.6% | - |
| HSV(B) | 310.98º | 0.67% | 0.9% | - |
| XYZ | 45.44 | 26.04 | 57.89 | - |
| YUV | 136 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 201 | 0 | 0.67 | 0.12 | 0.10 | 310.98 | 0.75 | 0.6 |
| Hex | E5 | 4C | C9 | 0 | 43 | C | A | 137 | 4B | 3C |
| Octal | 345 | 114 | 311 | 0 | 103 | 14 | 12 | 467 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11001001 | 0 | 1000011 | 1100 | 1010 | 100110111 | 1001011 | 111100 |
Color Harmonies of #E54CC9
Complementary color
Monochromatic Colors of #E54CC9
Black with #E54CC9
Text Example
Text Example
White with #E54CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CC9; }
p { color: rgb(229,76,201); }
H1.HeaderClassName
{
color: #E54CC9;
}
.AnyTagClassName
{
color: #E54CC9;
}
</style>
background-color css
<style>
a { background-color: #E54CC9; }
a { background-color: rgb(229,76,201); }
div.DivClassName
{
background-color: #E54CC9;
}
.BgClassName
{
background-color: #E54CC9;
}
</style>
border-color css
<style>
span { border-color: #E54CC9; }
span { border-color: rgb(229,76,201); }
td.TdClassName
{
border-color: #E54CC9;
}
.TagClassName
{
border-color: #E54CC9;
}
</style>