Html Css Color HEX #E15FCD Free Speech Magenta
📋 copy color: '#E15FCD'red 225 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #E15FCD
Tints of Free Speech Magenta #E15FCD
RGB
CMYK
RGB Variations
Color information
#E15FCD (or 0xE15FCD) is known color: Free Speech Magenta. HEX triplet: E1, 5F and CD. RGB value is (225,95,205). Sum of RGB (Red+Green+Blue) = 225+95+205=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FCD is #1EA032. Grayscale: #929292. Windows color (decimal): -2007091 or 13459425. OLE color: 13459425.
HSL color Cylindrical-coordinate representation of color #E15FCD: hue angle of 309.23º degrees, saturation: 0.68, 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 #E15FCD is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 205 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.12 |
| HSL | 309.23º | 0.68% | 0.63% | - |
| HSV(B) | 309.23º | 0.58% | 0.88% | - |
| XYZ | 46.16 | 28.6 | 60.84 | - |
| YUV | 146.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 205 | 0 | 0.58 | 0.09 | 0.12 | 309.23 | 0.68 | 0.63 |
| Hex | E1 | 5F | CD | 0 | 3A | 9 | C | 135 | 44 | 3F |
| Octal | 341 | 137 | 315 | 0 | 72 | 11 | 14 | 465 | 104 | 77 |
| Binary | 11100001 | 1011111 | 11001101 | 0 | 111010 | 1001 | 1100 | 100110101 | 1000100 | 111111 |
Color Harmonies of #E15FCD
Complementary color
Monochromatic Colors of #E15FCD
Black with #E15FCD
Text Example
Text Example
White with #E15FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FCD; }
p { color: rgb(225,95,205); }
H1.HeaderClassName
{
color: #E15FCD;
}
.AnyTagClassName
{
color: #E15FCD;
}
</style>
background-color css
<style>
a { background-color: #E15FCD; }
a { background-color: rgb(225,95,205); }
div.DivClassName
{
background-color: #E15FCD;
}
.BgClassName
{
background-color: #E15FCD;
}
</style>
border-color css
<style>
span { border-color: #E15FCD; }
span { border-color: rgb(225,95,205); }
td.TdClassName
{
border-color: #E15FCD;
}
.TagClassName
{
border-color: #E15FCD;
}
</style>