Html Css Color HEX #E15DBF Free Speech Magenta
📋 copy color: '#E15DBF'red 225 ◦ green 93 ◦ blue 191
Shades of Free Speech Magenta #E15DBF
Tints of Free Speech Magenta #E15DBF
RGB
CMYK
RGB Variations
Color information
#E15DBF (or 0xE15DBF) is known color: Free Speech Magenta. HEX triplet: E1, 5D and BF. RGB value is (225,93,191). Sum of RGB (Red+Green+Blue) = 225+93+191=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DBF is #1EA240. Grayscale: #8F8F8F. Windows color (decimal): -2007617 or 12541409. OLE color: 12541409.
HSL color Cylindrical-coordinate representation of color #E15DBF: hue angle of 315.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DBF is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 191 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.12 |
| HSL | 315.45º | 0.69% | 0.62% | - |
| HSV(B) | 315.45º | 0.59% | 0.88% | - |
| XYZ | 44.37 | 27.6 | 52.28 | - |
| YUV | 143.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 191 | 0 | 0.59 | 0.15 | 0.12 | 315.45 | 0.69 | 0.62 |
| Hex | E1 | 5D | BF | 0 | 3B | F | C | 13B | 45 | 3E |
| Octal | 341 | 135 | 277 | 0 | 73 | 17 | 14 | 473 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10111111 | 0 | 111011 | 1111 | 1100 | 100111011 | 1000101 | 111110 |
Color Harmonies of #E15DBF
Complementary color
Monochromatic Colors of #E15DBF
Black with #E15DBF
Text Example
Text Example
White with #E15DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DBF; }
p { color: rgb(225,93,191); }
H1.HeaderClassName
{
color: #E15DBF;
}
.AnyTagClassName
{
color: #E15DBF;
}
</style>
background-color css
<style>
a { background-color: #E15DBF; }
a { background-color: rgb(225,93,191); }
div.DivClassName
{
background-color: #E15DBF;
}
.BgClassName
{
background-color: #E15DBF;
}
</style>
border-color css
<style>
span { border-color: #E15DBF; }
span { border-color: rgb(225,93,191); }
td.TdClassName
{
border-color: #E15DBF;
}
.TagClassName
{
border-color: #E15DBF;
}
</style>