Html Css Color HEX #E154D0 Free Speech Magenta
📋 copy color: '#E154D0'red 225 ◦ green 84 ◦ blue 208
Shades of Free Speech Magenta #E154D0
Tints of Free Speech Magenta #E154D0
RGB
CMYK
RGB Variations
Color information
#E154D0 (or 0xE154D0) is known color: Free Speech Magenta. HEX triplet: E1, 54 and D0. RGB value is (225,84,208). Sum of RGB (Red+Green+Blue) = 225+84+208=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E154D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154D0 is #1EAB2F. Grayscale: #8B8B8B. Windows color (decimal): -2009904 or 13653217. OLE color: 13653217.
HSL color Cylindrical-coordinate representation of color #E154D0: hue angle of 307.23º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E154D0 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 208 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.12 |
| HSL | 307.23º | 0.7% | 0.61% | - |
| HSV(B) | 307.23º | 0.63% | 0.88% | - |
| XYZ | 45.61 | 26.9 | 62.46 | - |
| YUV | 140.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 208 | 0 | 0.63 | 0.08 | 0.12 | 307.23 | 0.7 | 0.61 |
| Hex | E1 | 54 | D0 | 0 | 3F | 8 | C | 133 | 46 | 3D |
| Octal | 341 | 124 | 320 | 0 | 77 | 10 | 14 | 463 | 106 | 75 |
| Binary | 11100001 | 1010100 | 11010000 | 0 | 111111 | 1000 | 1100 | 100110011 | 1000110 | 111101 |
Color Harmonies of #E154D0
Complementary color
Monochromatic Colors of #E154D0
Black with #E154D0
Text Example
Text Example
White with #E154D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154D0; }
p { color: rgb(225,84,208); }
H1.HeaderClassName
{
color: #E154D0;
}
.AnyTagClassName
{
color: #E154D0;
}
</style>
background-color css
<style>
a { background-color: #E154D0; }
a { background-color: rgb(225,84,208); }
div.DivClassName
{
background-color: #E154D0;
}
.BgClassName
{
background-color: #E154D0;
}
</style>
border-color css
<style>
span { border-color: #E154D0; }
span { border-color: rgb(225,84,208); }
td.TdClassName
{
border-color: #E154D0;
}
.TagClassName
{
border-color: #E154D0;
}
</style>