Html Css Color HEX #E145EA Free Speech Magenta
📋 copy color: '#E145EA'red 225 ◦ green 69 ◦ blue 234
Shades of Free Speech Magenta #E145EA
Tints of Free Speech Magenta #E145EA
RGB
CMYK
RGB Variations
Color information
#E145EA (or 0xE145EA) is known color: Free Speech Magenta. HEX triplet: E1, 45 and EA. RGB value is (225,69,234). Sum of RGB (Red+Green+Blue) = 225+69+234=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #E145EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E145EA is #1EBA15. Grayscale: #858585. Windows color (decimal): -2013718 or 15353313. OLE color: 15353313.
HSL color Cylindrical-coordinate representation of color #E145EA: hue angle of 296.73º 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 #E145EA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 69 | 234 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.08 |
| HSL | 296.73º | 0.8% | 0.59% | - |
| HSV(B) | 296.73º | 0.71% | 0.92% | - |
| XYZ | 48.03 | 26.2 | 80.37 | - |
| YUV | 134.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 234 | 0.04 | 0.71 | 0 | 0.08 | 296.73 | 0.8 | 0.59 |
| Hex | E1 | 45 | EA | 4 | 47 | 0 | 8 | 129 | 50 | 3B |
| Octal | 341 | 105 | 352 | 4 | 107 | 0 | 10 | 451 | 120 | 73 |
| Binary | 11100001 | 1000101 | 11101010 | 100 | 1000111 | 0 | 1000 | 100101001 | 1010000 | 111011 |
Color Harmonies of #E145EA
Complementary color
Monochromatic Colors of #E145EA
Black with #E145EA
Text Example
Text Example
White with #E145EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145EA; }
p { color: rgb(225,69,234); }
H1.HeaderClassName
{
color: #E145EA;
}
.AnyTagClassName
{
color: #E145EA;
}
</style>
background-color css
<style>
a { background-color: #E145EA; }
a { background-color: rgb(225,69,234); }
div.DivClassName
{
background-color: #E145EA;
}
.BgClassName
{
background-color: #E145EA;
}
</style>
border-color css
<style>
span { border-color: #E145EA; }
span { border-color: rgb(225,69,234); }
td.TdClassName
{
border-color: #E145EA;
}
.TagClassName
{
border-color: #E145EA;
}
</style>