Html Css Color HEX #E54CEE Free Speech Magenta
📋 copy color: '#E54CEE'red 229 ◦ green 76 ◦ blue 238
Shades of Free Speech Magenta #E54CEE
Tints of Free Speech Magenta #E54CEE
RGB
CMYK
RGB Variations
Color information
#E54CEE (or 0xE54CEE) is known color: Free Speech Magenta. HEX triplet: E5, 4C and EE. RGB value is (229,76,238). Sum of RGB (Red+Green+Blue) = 229+76+238=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 76 (30.08% from 255 or 14.00% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #E54CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54CEE is #1AB311. Grayscale: #8B8B8B. Windows color (decimal): -1749778 or 15617253. OLE color: 15617253.
HSL color Cylindrical-coordinate representation of color #E54CEE: hue angle of 296.67º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54CEE is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 76 | 238 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.07 |
| HSL | 296.67º | 0.83% | 0.62% | - |
| HSV(B) | 296.67º | 0.68% | 0.93% | - |
| XYZ | 50.33 | 28 | 83.64 | - |
| YUV | 140.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 238 | 0.04 | 0.68 | 0 | 0.07 | 296.67 | 0.83 | 0.62 |
| Hex | E5 | 4C | EE | 4 | 44 | 0 | 7 | 129 | 53 | 3E |
| Octal | 345 | 114 | 356 | 4 | 104 | 0 | 7 | 451 | 123 | 76 |
| Binary | 11100101 | 1001100 | 11101110 | 100 | 1000100 | 0 | 111 | 100101001 | 1010011 | 111110 |
Color Harmonies of #E54CEE
Complementary color
Monochromatic Colors of #E54CEE
Black with #E54CEE
Text Example
Text Example
White with #E54CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CEE; }
p { color: rgb(229,76,238); }
H1.HeaderClassName
{
color: #E54CEE;
}
.AnyTagClassName
{
color: #E54CEE;
}
</style>
background-color css
<style>
a { background-color: #E54CEE; }
a { background-color: rgb(229,76,238); }
div.DivClassName
{
background-color: #E54CEE;
}
.BgClassName
{
background-color: #E54CEE;
}
</style>
border-color css
<style>
span { border-color: #E54CEE; }
span { border-color: rgb(229,76,238); }
td.TdClassName
{
border-color: #E54CEE;
}
.TagClassName
{
border-color: #E54CEE;
}
</style>