Html Css Color HEX #E153DD Free Speech Magenta
📋 copy color: '#E153DD'red 225 ◦ green 83 ◦ blue 221
Shades of Free Speech Magenta #E153DD
Tints of Free Speech Magenta #E153DD
RGB
CMYK
RGB Variations
Color information
#E153DD (or 0xE153DD) is known color: Free Speech Magenta. HEX triplet: E1, 53 and DD. RGB value is (225,83,221). Sum of RGB (Red+Green+Blue) = 225+83+221=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E153DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153DD is #1EAC22. Grayscale: #8C8C8C. Windows color (decimal): -2010147 or 14504929. OLE color: 14504929.
HSL color Cylindrical-coordinate representation of color #E153DD: hue angle of 301.69º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153DD is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 221 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.12 |
| HSL | 301.69º | 0.7% | 0.6% | - |
| HSV(B) | 301.69º | 0.63% | 0.88% | - |
| XYZ | 47.2 | 27.41 | 71.21 | - |
| YUV | 141.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 221 | 0 | 0.63 | 0.02 | 0.12 | 301.69 | 0.7 | 0.6 |
| Hex | E1 | 53 | DD | 0 | 3F | 2 | C | 12E | 46 | 3C |
| Octal | 341 | 123 | 335 | 0 | 77 | 2 | 14 | 456 | 106 | 74 |
| Binary | 11100001 | 1010011 | 11011101 | 0 | 111111 | 10 | 1100 | 100101110 | 1000110 | 111100 |
Color Harmonies of #E153DD
Complementary color
Monochromatic Colors of #E153DD
Black with #E153DD
Text Example
Text Example
White with #E153DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153DD; }
p { color: rgb(225,83,221); }
H1.HeaderClassName
{
color: #E153DD;
}
.AnyTagClassName
{
color: #E153DD;
}
</style>
background-color css
<style>
a { background-color: #E153DD; }
a { background-color: rgb(225,83,221); }
div.DivClassName
{
background-color: #E153DD;
}
.BgClassName
{
background-color: #E153DD;
}
</style>
border-color css
<style>
span { border-color: #E153DD; }
span { border-color: rgb(225,83,221); }
td.TdClassName
{
border-color: #E153DD;
}
.TagClassName
{
border-color: #E153DD;
}
</style>