Html Css Color HEX #E15DCE Free Speech Magenta
📋 copy color: '#E15DCE'red 225 ◦ green 93 ◦ blue 206
Shades of Free Speech Magenta #E15DCE
Tints of Free Speech Magenta #E15DCE
RGB
CMYK
RGB Variations
Color information
#E15DCE (or 0xE15DCE) is known color: Free Speech Magenta. HEX triplet: E1, 5D and CE. RGB value is (225,93,206). Sum of RGB (Red+Green+Blue) = 225+93+206=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DCE is #1EA231. Grayscale: #919191. Windows color (decimal): -2007602 or 13524449. OLE color: 13524449.
HSL color Cylindrical-coordinate representation of color #E15DCE: hue angle of 308.64º 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 #E15DCE is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 206 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.12 |
| HSL | 308.64º | 0.69% | 0.62% | - |
| HSV(B) | 308.64º | 0.59% | 0.88% | - |
| XYZ | 46.11 | 28.29 | 61.42 | - |
| YUV | 145.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 206 | 0 | 0.59 | 0.08 | 0.12 | 308.64 | 0.69 | 0.62 |
| Hex | E1 | 5D | CE | 0 | 3B | 8 | C | 135 | 45 | 3E |
| Octal | 341 | 135 | 316 | 0 | 73 | 10 | 14 | 465 | 105 | 76 |
| Binary | 11100001 | 1011101 | 11001110 | 0 | 111011 | 1000 | 1100 | 100110101 | 1000101 | 111110 |
Color Harmonies of #E15DCE
Complementary color
Monochromatic Colors of #E15DCE
Black with #E15DCE
Text Example
Text Example
White with #E15DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DCE; }
p { color: rgb(225,93,206); }
H1.HeaderClassName
{
color: #E15DCE;
}
.AnyTagClassName
{
color: #E15DCE;
}
</style>
background-color css
<style>
a { background-color: #E15DCE; }
a { background-color: rgb(225,93,206); }
div.DivClassName
{
background-color: #E15DCE;
}
.BgClassName
{
background-color: #E15DCE;
}
</style>
border-color css
<style>
span { border-color: #E15DCE; }
span { border-color: rgb(225,93,206); }
td.TdClassName
{
border-color: #E15DCE;
}
.TagClassName
{
border-color: #E15DCE;
}
</style>