Html Css Color HEX #E54CEB Free Speech Magenta
📋 copy color: '#E54CEB'red 229 ◦ green 76 ◦ blue 235
Shades of Free Speech Magenta #E54CEB
Tints of Free Speech Magenta #E54CEB
RGB
CMYK
RGB Variations
Color information
#E54CEB (or 0xE54CEB) is known color: Free Speech Magenta. HEX triplet: E5, 4C and EB. RGB value is (229,76,235). Sum of RGB (Red+Green+Blue) = 229+76+235=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 76 (30.08% from 255 or 14.07% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #E54CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54CEB is #1AB314. Grayscale: #8B8B8B. Windows color (decimal): -1749781 or 15420645. OLE color: 15420645.
HSL color Cylindrical-coordinate representation of color #E54CEB: hue angle of 297.74º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54CEB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 76 | 235 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.08 |
| HSL | 297.74º | 0.8% | 0.61% | - |
| HSV(B) | 297.74º | 0.68% | 0.92% | - |
| XYZ | 49.89 | 27.83 | 81.34 | - |
| YUV | 139.87 | 181.69 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 235 | 0.03 | 0.68 | 0 | 0.08 | 297.74 | 0.8 | 0.61 |
| Hex | E5 | 4C | EB | 3 | 44 | 0 | 8 | 12A | 50 | 3D |
| Octal | 345 | 114 | 353 | 3 | 104 | 0 | 10 | 452 | 120 | 75 |
| Binary | 11100101 | 1001100 | 11101011 | 11 | 1000100 | 0 | 1000 | 100101010 | 1010000 | 111101 |
Color Harmonies of #E54CEB
Complementary color
Monochromatic Colors of #E54CEB
Black with #E54CEB
Text Example
Text Example
White with #E54CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CEB; }
p { color: rgb(229,76,235); }
H1.HeaderClassName
{
color: #E54CEB;
}
.AnyTagClassName
{
color: #E54CEB;
}
</style>
background-color css
<style>
a { background-color: #E54CEB; }
a { background-color: rgb(229,76,235); }
div.DivClassName
{
background-color: #E54CEB;
}
.BgClassName
{
background-color: #E54CEB;
}
</style>
border-color css
<style>
span { border-color: #E54CEB; }
span { border-color: rgb(229,76,235); }
td.TdClassName
{
border-color: #E54CEB;
}
.TagClassName
{
border-color: #E54CEB;
}
</style>