Html Css Color HEX #E543EA Free Speech Magenta
📋 copy color: '#E543EA'red 229 ◦ green 67 ◦ blue 234
Shades of Free Speech Magenta #E543EA
Tints of Free Speech Magenta #E543EA
RGB
CMYK
RGB Variations
Color information
#E543EA (or 0xE543EA) is known color: Free Speech Magenta. HEX triplet: E5, 43 and EA. RGB value is (229,67,234). Sum of RGB (Red+Green+Blue) = 229+67+234=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #E543EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E543EA is #1ABC15. Grayscale: #858585. Windows color (decimal): -1752086 or 15352805. OLE color: 15352805.
HSL color Cylindrical-coordinate representation of color #E543EA: hue angle of 298.2º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E543EA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 67 | 234 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.08 |
| HSL | 298.2º | 0.8% | 0.59% | - |
| HSV(B) | 298.2º | 0.71% | 0.92% | - |
| XYZ | 49.17 | 26.61 | 80.39 | - |
| YUV | 134.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 234 | 0.02 | 0.71 | 0 | 0.08 | 298.2 | 0.8 | 0.59 |
| Hex | E5 | 43 | EA | 2 | 47 | 0 | 8 | 12A | 50 | 3B |
| Octal | 345 | 103 | 352 | 2 | 107 | 0 | 10 | 452 | 120 | 73 |
| Binary | 11100101 | 1000011 | 11101010 | 10 | 1000111 | 0 | 1000 | 100101010 | 1010000 | 111011 |
Color Harmonies of #E543EA
Complementary color
Monochromatic Colors of #E543EA
Black with #E543EA
Text Example
Text Example
White with #E543EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E543EA; }
p { color: rgb(229,67,234); }
H1.HeaderClassName
{
color: #E543EA;
}
.AnyTagClassName
{
color: #E543EA;
}
</style>
background-color css
<style>
a { background-color: #E543EA; }
a { background-color: rgb(229,67,234); }
div.DivClassName
{
background-color: #E543EA;
}
.BgClassName
{
background-color: #E543EA;
}
</style>
border-color css
<style>
span { border-color: #E543EA; }
span { border-color: rgb(229,67,234); }
td.TdClassName
{
border-color: #E543EA;
}
.TagClassName
{
border-color: #E543EA;
}
</style>