Html Css Color HEX #E145ED Free Speech Magenta
📋 copy color: '#E145ED'red 225 ◦ green 69 ◦ blue 237
Shades of Free Speech Magenta #E145ED
Tints of Free Speech Magenta #E145ED
RGB
CMYK
RGB Variations
Color information
#E145ED (or 0xE145ED) is known color: Free Speech Magenta. HEX triplet: E1, 45 and ED. RGB value is (225,69,237). Sum of RGB (Red+Green+Blue) = 225+69+237=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 69 (27.34% from 255 or 12.99% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #E145ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E145ED is #1EBA12. Grayscale: #868686. Windows color (decimal): -2013715 or 15549921. OLE color: 15549921.
HSL color Cylindrical-coordinate representation of color #E145ED: hue angle of 295.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E145ED is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 69 | 237 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.07 |
| HSL | 295.71º | 0.82% | 0.6% | - |
| HSV(B) | 295.71º | 0.71% | 0.93% | - |
| XYZ | 48.47 | 26.38 | 82.66 | - |
| YUV | 134.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 237 | 0.05 | 0.71 | 0 | 0.07 | 295.71 | 0.82 | 0.6 |
| Hex | E1 | 45 | ED | 5 | 47 | 0 | 7 | 128 | 52 | 3C |
| Octal | 341 | 105 | 355 | 5 | 107 | 0 | 7 | 450 | 122 | 74 |
| Binary | 11100001 | 1000101 | 11101101 | 101 | 1000111 | 0 | 111 | 100101000 | 1010010 | 111100 |
Color Harmonies of #E145ED
Complementary color
Monochromatic Colors of #E145ED
Black with #E145ED
Text Example
Text Example
White with #E145ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145ED; }
p { color: rgb(225,69,237); }
H1.HeaderClassName
{
color: #E145ED;
}
.AnyTagClassName
{
color: #E145ED;
}
</style>
background-color css
<style>
a { background-color: #E145ED; }
a { background-color: rgb(225,69,237); }
div.DivClassName
{
background-color: #E145ED;
}
.BgClassName
{
background-color: #E145ED;
}
</style>
border-color css
<style>
span { border-color: #E145ED; }
span { border-color: rgb(225,69,237); }
td.TdClassName
{
border-color: #E145ED;
}
.TagClassName
{
border-color: #E145ED;
}
</style>