Html Css Color HEX #E15EBF Free Speech Magenta
📋 copy color: '#E15EBF'red 225 ◦ green 94 ◦ blue 191
Shades of Free Speech Magenta #E15EBF
Tints of Free Speech Magenta #E15EBF
RGB
CMYK
RGB Variations
Color information
#E15EBF (or 0xE15EBF) is known color: Free Speech Magenta. HEX triplet: E1, 5E and BF. RGB value is (225,94,191). Sum of RGB (Red+Green+Blue) = 225+94+191=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EBF is #1EA140. Grayscale: #8F8F8F. Windows color (decimal): -2007361 or 12541665. OLE color: 12541665.
HSL color Cylindrical-coordinate representation of color #E15EBF: hue angle of 315.57º 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 #E15EBF is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 191 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.12 |
| HSL | 315.57º | 0.69% | 0.63% | - |
| HSV(B) | 315.57º | 0.58% | 0.88% | - |
| XYZ | 44.46 | 27.77 | 52.31 | - |
| YUV | 144.23 | 154.4 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 191 | 0 | 0.58 | 0.15 | 0.12 | 315.57 | 0.69 | 0.63 |
| Hex | E1 | 5E | BF | 0 | 3A | F | C | 13C | 45 | 3F |
| Octal | 341 | 136 | 277 | 0 | 72 | 17 | 14 | 474 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10111111 | 0 | 111010 | 1111 | 1100 | 100111100 | 1000101 | 111111 |
Color Harmonies of #E15EBF
Complementary color
Monochromatic Colors of #E15EBF
Black with #E15EBF
Text Example
Text Example
White with #E15EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15EBF; }
p { color: rgb(225,94,191); }
H1.HeaderClassName
{
color: #E15EBF;
}
.AnyTagClassName
{
color: #E15EBF;
}
</style>
background-color css
<style>
a { background-color: #E15EBF; }
a { background-color: rgb(225,94,191); }
div.DivClassName
{
background-color: #E15EBF;
}
.BgClassName
{
background-color: #E15EBF;
}
</style>
border-color css
<style>
span { border-color: #E15EBF; }
span { border-color: rgb(225,94,191); }
td.TdClassName
{
border-color: #E15EBF;
}
.TagClassName
{
border-color: #E15EBF;
}
</style>