Html Css Color HEX #E145D3 Free Speech Magenta
📋 copy color: '#E145D3'red 225 ◦ green 69 ◦ blue 211
Shades of Free Speech Magenta #E145D3
Tints of Free Speech Magenta #E145D3
RGB
CMYK
RGB Variations
Color information
#E145D3 (or 0xE145D3) is known color: Free Speech Magenta. HEX triplet: E1, 45 and D3. RGB value is (225,69,211). Sum of RGB (Red+Green+Blue) = 225+69+211=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E145D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145D3 is #1EBA2C. Grayscale: #838383. Windows color (decimal): -2013741 or 13845985. OLE color: 13845985.
HSL color Cylindrical-coordinate representation of color #E145D3: hue angle of 305.38º 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 #E145D3 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 211 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.12 |
| HSL | 305.38º | 0.72% | 0.58% | - |
| HSV(B) | 305.38º | 0.69% | 0.88% | - |
| XYZ | 44.94 | 24.97 | 64.08 | - |
| YUV | 131.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 211 | 0 | 0.69 | 0.06 | 0.12 | 305.38 | 0.72 | 0.58 |
| Hex | E1 | 45 | D3 | 0 | 45 | 6 | C | 131 | 48 | 3A |
| Octal | 341 | 105 | 323 | 0 | 105 | 6 | 14 | 461 | 110 | 72 |
| Binary | 11100001 | 1000101 | 11010011 | 0 | 1000101 | 110 | 1100 | 100110001 | 1001000 | 111010 |
Color Harmonies of #E145D3
Complementary color
Monochromatic Colors of #E145D3
Black with #E145D3
Text Example
Text Example
White with #E145D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145D3; }
p { color: rgb(225,69,211); }
H1.HeaderClassName
{
color: #E145D3;
}
.AnyTagClassName
{
color: #E145D3;
}
</style>
background-color css
<style>
a { background-color: #E145D3; }
a { background-color: rgb(225,69,211); }
div.DivClassName
{
background-color: #E145D3;
}
.BgClassName
{
background-color: #E145D3;
}
</style>
border-color css
<style>
span { border-color: #E145D3; }
span { border-color: rgb(225,69,211); }
td.TdClassName
{
border-color: #E145D3;
}
.TagClassName
{
border-color: #E145D3;
}
</style>