Html Css Color HEX #E145D6 Free Speech Magenta
📋 copy color: '#E145D6'red 225 ◦ green 69 ◦ blue 214
Shades of Free Speech Magenta #E145D6
Tints of Free Speech Magenta #E145D6
RGB
CMYK
RGB Variations
Color information
#E145D6 (or 0xE145D6) is known color: Free Speech Magenta. HEX triplet: E1, 45 and D6. RGB value is (225,69,214). Sum of RGB (Red+Green+Blue) = 225+69+214=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 69 (27.34% from 255 or 13.58% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E145D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145D6 is #1EBA29. Grayscale: #838383. Windows color (decimal): -2013738 or 14042593. OLE color: 14042593.
HSL color Cylindrical-coordinate representation of color #E145D6: hue angle of 304.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E145D6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 214 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.12 |
| HSL | 304.23º | 0.72% | 0.58% | - |
| HSV(B) | 304.23º | 0.69% | 0.88% | - |
| XYZ | 45.32 | 25.12 | 66.08 | - |
| YUV | 132.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 214 | 0 | 0.69 | 0.05 | 0.12 | 304.23 | 0.72 | 0.58 |
| Hex | E1 | 45 | D6 | 0 | 45 | 5 | C | 130 | 48 | 3A |
| Octal | 341 | 105 | 326 | 0 | 105 | 5 | 14 | 460 | 110 | 72 |
| Binary | 11100001 | 1000101 | 11010110 | 0 | 1000101 | 101 | 1100 | 100110000 | 1001000 | 111010 |
Color Harmonies of #E145D6
Complementary color
Monochromatic Colors of #E145D6
Black with #E145D6
Text Example
Text Example
White with #E145D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145D6; }
p { color: rgb(225,69,214); }
H1.HeaderClassName
{
color: #E145D6;
}
.AnyTagClassName
{
color: #E145D6;
}
</style>
background-color css
<style>
a { background-color: #E145D6; }
a { background-color: rgb(225,69,214); }
div.DivClassName
{
background-color: #E145D6;
}
.BgClassName
{
background-color: #E145D6;
}
</style>
border-color css
<style>
span { border-color: #E145D6; }
span { border-color: rgb(225,69,214); }
td.TdClassName
{
border-color: #E145D6;
}
.TagClassName
{
border-color: #E145D6;
}
</style>