Html Css Color HEX #E15ED2 Free Speech Magenta
📋 copy color: '#E15ED2'red 225 ◦ green 94 ◦ blue 210
Shades of Free Speech Magenta #E15ED2
Tints of Free Speech Magenta #E15ED2
RGB
CMYK
RGB Variations
Color information
#E15ED2 (or 0xE15ED2) is known color: Free Speech Magenta. HEX triplet: E1, 5E and D2. RGB value is (225,94,210). Sum of RGB (Red+Green+Blue) = 225+94+210=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ED2 is #1EA12D. Grayscale: #929292. Windows color (decimal): -2007342 or 13786849. OLE color: 13786849.
HSL color Cylindrical-coordinate representation of color #E15ED2: hue angle of 306.87º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15ED2 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 210 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.12 |
| HSL | 306.87º | 0.69% | 0.63% | - |
| HSV(B) | 306.87º | 0.58% | 0.88% | - |
| XYZ | 46.69 | 28.67 | 64.05 | - |
| YUV | 146.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 210 | 0 | 0.58 | 0.07 | 0.12 | 306.87 | 0.69 | 0.63 |
| Hex | E1 | 5E | D2 | 0 | 3A | 7 | C | 133 | 45 | 3F |
| Octal | 341 | 136 | 322 | 0 | 72 | 7 | 14 | 463 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11010010 | 0 | 111010 | 111 | 1100 | 100110011 | 1000101 | 111111 |
Color Harmonies of #E15ED2
Complementary color
Monochromatic Colors of #E15ED2
Black with #E15ED2
Text Example
Text Example
White with #E15ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15ED2; }
p { color: rgb(225,94,210); }
H1.HeaderClassName
{
color: #E15ED2;
}
.AnyTagClassName
{
color: #E15ED2;
}
</style>
background-color css
<style>
a { background-color: #E15ED2; }
a { background-color: rgb(225,94,210); }
div.DivClassName
{
background-color: #E15ED2;
}
.BgClassName
{
background-color: #E15ED2;
}
</style>
border-color css
<style>
span { border-color: #E15ED2; }
span { border-color: rgb(225,94,210); }
td.TdClassName
{
border-color: #E15ED2;
}
.TagClassName
{
border-color: #E15ED2;
}
</style>