Html Css Color HEX #E15ED3 Free Speech Magenta
📋 copy color: '#E15ED3'red 225 ◦ green 94 ◦ blue 211
Shades of Free Speech Magenta #E15ED3
Tints of Free Speech Magenta #E15ED3
RGB
CMYK
RGB Variations
Color information
#E15ED3 (or 0xE15ED3) is known color: Free Speech Magenta. HEX triplet: E1, 5E and D3. RGB value is (225,94,211). Sum of RGB (Red+Green+Blue) = 225+94+211=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ED3 is #1EA12C. Grayscale: #929292. Windows color (decimal): -2007341 or 13852385. OLE color: 13852385.
HSL color Cylindrical-coordinate representation of color #E15ED3: hue angle of 306.41º 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 #E15ED3 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 211 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.12 |
| HSL | 306.41º | 0.69% | 0.63% | - |
| HSV(B) | 306.41º | 0.58% | 0.88% | - |
| XYZ | 46.81 | 28.72 | 64.7 | - |
| YUV | 146.51 | 164.4 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 211 | 0 | 0.58 | 0.06 | 0.12 | 306.41 | 0.69 | 0.63 |
| Hex | E1 | 5E | D3 | 0 | 3A | 6 | C | 132 | 45 | 3F |
| Octal | 341 | 136 | 323 | 0 | 72 | 6 | 14 | 462 | 105 | 77 |
| Binary | 11100001 | 1011110 | 11010011 | 0 | 111010 | 110 | 1100 | 100110010 | 1000101 | 111111 |
Color Harmonies of #E15ED3
Complementary color
Monochromatic Colors of #E15ED3
Black with #E15ED3
Text Example
Text Example
White with #E15ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15ED3; }
p { color: rgb(225,94,211); }
H1.HeaderClassName
{
color: #E15ED3;
}
.AnyTagClassName
{
color: #E15ED3;
}
</style>
background-color css
<style>
a { background-color: #E15ED3; }
a { background-color: rgb(225,94,211); }
div.DivClassName
{
background-color: #E15ED3;
}
.BgClassName
{
background-color: #E15ED3;
}
</style>
border-color css
<style>
span { border-color: #E15ED3; }
span { border-color: rgb(225,94,211); }
td.TdClassName
{
border-color: #E15ED3;
}
.TagClassName
{
border-color: #E15ED3;
}
</style>