Html Css Color HEX #E54CCA Free Speech Magenta
📋 copy color: '#E54CCA'red 229 ◦ green 76 ◦ blue 202
Shades of Free Speech Magenta #E54CCA
Tints of Free Speech Magenta #E54CCA
RGB
CMYK
RGB Variations
Color information
#E54CCA (or 0xE54CCA) is known color: Free Speech Magenta. HEX triplet: E5, 4C and CA. RGB value is (229,76,202). Sum of RGB (Red+Green+Blue) = 229+76+202=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CCA is #1AB335. Grayscale: #878787. Windows color (decimal): -1749814 or 13257957. OLE color: 13257957.
HSL color Cylindrical-coordinate representation of color #E54CCA: hue angle of 310.59º 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 #E54CCA is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 202 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.10 |
| HSL | 310.59º | 0.75% | 0.6% | - |
| HSV(B) | 310.59º | 0.67% | 0.9% | - |
| XYZ | 45.56 | 26.09 | 58.51 | - |
| YUV | 136.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 202 | 0 | 0.67 | 0.12 | 0.10 | 310.59 | 0.75 | 0.6 |
| Hex | E5 | 4C | CA | 0 | 43 | C | A | 137 | 4B | 3C |
| Octal | 345 | 114 | 312 | 0 | 103 | 14 | 12 | 467 | 113 | 74 |
| Binary | 11100101 | 1001100 | 11001010 | 0 | 1000011 | 1100 | 1010 | 100110111 | 1001011 | 111100 |
Color Harmonies of #E54CCA
Complementary color
Monochromatic Colors of #E54CCA
Black with #E54CCA
Text Example
Text Example
White with #E54CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CCA; }
p { color: rgb(229,76,202); }
H1.HeaderClassName
{
color: #E54CCA;
}
.AnyTagClassName
{
color: #E54CCA;
}
</style>
background-color css
<style>
a { background-color: #E54CCA; }
a { background-color: rgb(229,76,202); }
div.DivClassName
{
background-color: #E54CCA;
}
.BgClassName
{
background-color: #E54CCA;
}
</style>
border-color css
<style>
span { border-color: #E54CCA; }
span { border-color: rgb(229,76,202); }
td.TdClassName
{
border-color: #E54CCA;
}
.TagClassName
{
border-color: #E54CCA;
}
</style>