Html Css Color HEX #E15DCA Free Speech Magenta
📋 copy color: '#E15DCA'red 225 ◦ green 93 ◦ blue 202
Shades of Free Speech Magenta #E15DCA
Tints of Free Speech Magenta #E15DCA
RGB
CMYK
RGB Variations
Color information
#E15DCA (or 0xE15DCA) is known color: Free Speech Magenta. HEX triplet: E1, 5D and CA. RGB value is (225,93,202). Sum of RGB (Red+Green+Blue) = 225+93+202=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DCA is #1EA235. Grayscale: #909090. Windows color (decimal): -2007606 or 13262305. OLE color: 13262305.
HSL color Cylindrical-coordinate representation of color #E15DCA: hue angle of 310.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 #E15DCA is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 202 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.12 |
| HSL | 310.45º | 0.69% | 0.62% | - |
| HSV(B) | 310.45º | 0.59% | 0.88% | - |
| XYZ | 45.63 | 28.1 | 58.9 | - |
| YUV | 144.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 202 | 0 | 0.59 | 0.10 | 0.12 | 310.45 | 0.69 | 0.62 |
| Hex | E1 | 5D | CA | 0 | 3B | A | C | 136 | 45 | 3E |
| Octal | 341 | 135 | 312 | 0 | 73 | 12 | 14 | 466 | 105 | 76 |
| Binary | 11100001 | 1011101 | 11001010 | 0 | 111011 | 1010 | 1100 | 100110110 | 1000101 | 111110 |
Color Harmonies of #E15DCA
Complementary color
Monochromatic Colors of #E15DCA
Black with #E15DCA
Text Example
Text Example
White with #E15DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DCA; }
p { color: rgb(225,93,202); }
H1.HeaderClassName
{
color: #E15DCA;
}
.AnyTagClassName
{
color: #E15DCA;
}
</style>
background-color css
<style>
a { background-color: #E15DCA; }
a { background-color: rgb(225,93,202); }
div.DivClassName
{
background-color: #E15DCA;
}
.BgClassName
{
background-color: #E15DCA;
}
</style>
border-color css
<style>
span { border-color: #E15DCA; }
span { border-color: rgb(225,93,202); }
td.TdClassName
{
border-color: #E15DCA;
}
.TagClassName
{
border-color: #E15DCA;
}
</style>