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