Html Css Color HEX #E54ACB Free Speech Magenta
📋 copy color: '#E54ACB'red 229 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #E54ACB
Tints of Free Speech Magenta #E54ACB
RGB
CMYK
RGB Variations
Color information
#E54ACB (or 0xE54ACB) is known color: Free Speech Magenta. HEX triplet: E5, 4A and CB. RGB value is (229,74,203). Sum of RGB (Red+Green+Blue) = 229+74+203=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ACB is #1AB534. Grayscale: #868686. Windows color (decimal): -1750325 or 13322981. OLE color: 13322981.
HSL color Cylindrical-coordinate representation of color #E54ACB: hue angle of 310.06º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54ACB is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 203 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.10 |
| HSL | 310.06º | 0.75% | 0.59% | - |
| HSV(B) | 310.06º | 0.68% | 0.9% | - |
| XYZ | 45.54 | 25.87 | 59.09 | - |
| YUV | 135.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 203 | 0 | 0.68 | 0.11 | 0.10 | 310.06 | 0.75 | 0.59 |
| Hex | E5 | 4A | CB | 0 | 44 | B | A | 136 | 4B | 3B |
| Octal | 345 | 112 | 313 | 0 | 104 | 13 | 12 | 466 | 113 | 73 |
| Binary | 11100101 | 1001010 | 11001011 | 0 | 1000100 | 1011 | 1010 | 100110110 | 1001011 | 111011 |
Color Harmonies of #E54ACB
Complementary color
Monochromatic Colors of #E54ACB
Black with #E54ACB
Text Example
Text Example
White with #E54ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ACB; }
p { color: rgb(229,74,203); }
H1.HeaderClassName
{
color: #E54ACB;
}
.AnyTagClassName
{
color: #E54ACB;
}
</style>
background-color css
<style>
a { background-color: #E54ACB; }
a { background-color: rgb(229,74,203); }
div.DivClassName
{
background-color: #E54ACB;
}
.BgClassName
{
background-color: #E54ACB;
}
</style>
border-color css
<style>
span { border-color: #E54ACB; }
span { border-color: rgb(229,74,203); }
td.TdClassName
{
border-color: #E54ACB;
}
.TagClassName
{
border-color: #E54ACB;
}
</style>