Html Css Color HEX #E154DC Free Speech Magenta
📋 copy color: '#E154DC'red 225 ◦ green 84 ◦ blue 220
Shades of Free Speech Magenta #E154DC
Tints of Free Speech Magenta #E154DC
RGB
CMYK
RGB Variations
Color information
#E154DC (or 0xE154DC) is known color: Free Speech Magenta. HEX triplet: E1, 54 and DC. RGB value is (225,84,220). Sum of RGB (Red+Green+Blue) = 225+84+220=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E154DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154DC is #1EAB23. Grayscale: #8D8D8D. Windows color (decimal): -2009892 or 14439649. OLE color: 14439649.
HSL color Cylindrical-coordinate representation of color #E154DC: hue angle of 302.13º 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 #E154DC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 220 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.12 |
| HSL | 302.13º | 0.7% | 0.61% | - |
| HSV(B) | 302.13º | 0.63% | 0.88% | - |
| XYZ | 47.14 | 27.52 | 70.54 | - |
| YUV | 141.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 220 | 0 | 0.63 | 0.02 | 0.12 | 302.13 | 0.7 | 0.61 |
| Hex | E1 | 54 | DC | 0 | 3F | 2 | C | 12E | 46 | 3D |
| Octal | 341 | 124 | 334 | 0 | 77 | 2 | 14 | 456 | 106 | 75 |
| Binary | 11100001 | 1010100 | 11011100 | 0 | 111111 | 10 | 1100 | 100101110 | 1000110 | 111101 |
Color Harmonies of #E154DC
Complementary color
Monochromatic Colors of #E154DC
Black with #E154DC
Text Example
Text Example
White with #E154DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E154DC; }
p { color: rgb(225,84,220); }
H1.HeaderClassName
{
color: #E154DC;
}
.AnyTagClassName
{
color: #E154DC;
}
</style>
background-color css
<style>
a { background-color: #E154DC; }
a { background-color: rgb(225,84,220); }
div.DivClassName
{
background-color: #E154DC;
}
.BgClassName
{
background-color: #E154DC;
}
</style>
border-color css
<style>
span { border-color: #E154DC; }
span { border-color: rgb(225,84,220); }
td.TdClassName
{
border-color: #E154DC;
}
.TagClassName
{
border-color: #E154DC;
}
</style>