Html Css Color HEX #E545E7 Free Speech Magenta
📋 copy color: '#E545E7'red 229 ◦ green 69 ◦ blue 231
Shades of Free Speech Magenta #E545E7
Tints of Free Speech Magenta #E545E7
RGB
CMYK
RGB Variations
Color information
#E545E7 (or 0xE545E7) is known color: Free Speech Magenta. HEX triplet: E5, 45 and E7. RGB value is (229,69,231). Sum of RGB (Red+Green+Blue) = 229+69+231=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 69 (27.34% from 255 or 13.04% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #E545E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E545E7 is #1ABA18. Grayscale: #868686. Windows color (decimal): -1751577 or 15156709. OLE color: 15156709.
HSL color Cylindrical-coordinate representation of color #E545E7: hue angle of 299.26º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E545E7 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 69 | 231 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.09 |
| HSL | 299.26º | 0.77% | 0.59% | - |
| HSV(B) | 299.26º | 0.7% | 0.91% | - |
| XYZ | 48.87 | 26.68 | 78.18 | - |
| YUV | 135.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 231 | 0.01 | 0.70 | 0 | 0.09 | 299.26 | 0.77 | 0.59 |
| Hex | E5 | 45 | E7 | 1 | 46 | 0 | 9 | 12B | 4D | 3B |
| Octal | 345 | 105 | 347 | 1 | 106 | 0 | 11 | 453 | 115 | 73 |
| Binary | 11100101 | 1000101 | 11100111 | 1 | 1000110 | 0 | 1001 | 100101011 | 1001101 | 111011 |
Color Harmonies of #E545E7
Complementary color
Monochromatic Colors of #E545E7
Black with #E545E7
Text Example
Text Example
White with #E545E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E545E7; }
p { color: rgb(229,69,231); }
H1.HeaderClassName
{
color: #E545E7;
}
.AnyTagClassName
{
color: #E545E7;
}
</style>
background-color css
<style>
a { background-color: #E545E7; }
a { background-color: rgb(229,69,231); }
div.DivClassName
{
background-color: #E545E7;
}
.BgClassName
{
background-color: #E545E7;
}
</style>
border-color css
<style>
span { border-color: #E545E7; }
span { border-color: rgb(229,69,231); }
td.TdClassName
{
border-color: #E545E7;
}
.TagClassName
{
border-color: #E545E7;
}
</style>