Html Css Color HEX #E145D0 Free Speech Magenta
📋 copy color: '#E145D0'red 225 ◦ green 69 ◦ blue 208
Shades of Free Speech Magenta #E145D0
Tints of Free Speech Magenta #E145D0
RGB
CMYK
RGB Variations
Color information
#E145D0 (or 0xE145D0) is known color: Free Speech Magenta. HEX triplet: E1, 45 and D0. RGB value is (225,69,208). Sum of RGB (Red+Green+Blue) = 225+69+208=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 69 (27.34% from 255 or 13.75% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E145D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145D0 is #1EBA2F. Grayscale: #838383. Windows color (decimal): -2013744 or 13649377. OLE color: 13649377.
HSL color Cylindrical-coordinate representation of color #E145D0: hue angle of 306.54º 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 #E145D0 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 208 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.12 |
| HSL | 306.54º | 0.72% | 0.58% | - |
| HSV(B) | 306.54º | 0.69% | 0.88% | - |
| XYZ | 44.56 | 24.82 | 62.12 | - |
| YUV | 131.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 208 | 0 | 0.69 | 0.08 | 0.12 | 306.54 | 0.72 | 0.58 |
| Hex | E1 | 45 | D0 | 0 | 45 | 8 | C | 133 | 48 | 3A |
| Octal | 341 | 105 | 320 | 0 | 105 | 10 | 14 | 463 | 110 | 72 |
| Binary | 11100001 | 1000101 | 11010000 | 0 | 1000101 | 1000 | 1100 | 100110011 | 1001000 | 111010 |
Color Harmonies of #E145D0
Complementary color
Monochromatic Colors of #E145D0
Black with #E145D0
Text Example
Text Example
White with #E145D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145D0; }
p { color: rgb(225,69,208); }
H1.HeaderClassName
{
color: #E145D0;
}
.AnyTagClassName
{
color: #E145D0;
}
</style>
background-color css
<style>
a { background-color: #E145D0; }
a { background-color: rgb(225,69,208); }
div.DivClassName
{
background-color: #E145D0;
}
.BgClassName
{
background-color: #E145D0;
}
</style>
border-color css
<style>
span { border-color: #E145D0; }
span { border-color: rgb(225,69,208); }
td.TdClassName
{
border-color: #E145D0;
}
.TagClassName
{
border-color: #E145D0;
}
</style>