Html Css Color HEX #E15CC1 Free Speech Magenta
📋 copy color: '#E15CC1'red 225 ◦ green 92 ◦ blue 193
Shades of Free Speech Magenta #E15CC1
Tints of Free Speech Magenta #E15CC1
RGB
CMYK
RGB Variations
Color information
#E15CC1 (or 0xE15CC1) is known color: Free Speech Magenta. HEX triplet: E1, 5C and C1. RGB value is (225,92,193). Sum of RGB (Red+Green+Blue) = 225+92+193=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CC1 is #1EA33E. Grayscale: #8F8F8F. Windows color (decimal): -2007871 or 12672225. OLE color: 12672225.
HSL color Cylindrical-coordinate representation of color #E15CC1: hue angle of 314.44º 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 #E15CC1 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 193 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.12 |
| HSL | 314.44º | 0.69% | 0.62% | - |
| HSV(B) | 314.44º | 0.59% | 0.88% | - |
| XYZ | 44.5 | 27.51 | 53.42 | - |
| YUV | 143.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 193 | 0 | 0.59 | 0.14 | 0.12 | 314.44 | 0.69 | 0.62 |
| Hex | E1 | 5C | C1 | 0 | 3B | E | C | 13A | 45 | 3E |
| Octal | 341 | 134 | 301 | 0 | 73 | 16 | 14 | 472 | 105 | 76 |
| Binary | 11100001 | 1011100 | 11000001 | 0 | 111011 | 1110 | 1100 | 100111010 | 1000101 | 111110 |
Color Harmonies of #E15CC1
Complementary color
Monochromatic Colors of #E15CC1
Black with #E15CC1
Text Example
Text Example
White with #E15CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CC1; }
p { color: rgb(225,92,193); }
H1.HeaderClassName
{
color: #E15CC1;
}
.AnyTagClassName
{
color: #E15CC1;
}
</style>
background-color css
<style>
a { background-color: #E15CC1; }
a { background-color: rgb(225,92,193); }
div.DivClassName
{
background-color: #E15CC1;
}
.BgClassName
{
background-color: #E15CC1;
}
</style>
border-color css
<style>
span { border-color: #E15CC1; }
span { border-color: rgb(225,92,193); }
td.TdClassName
{
border-color: #E15CC1;
}
.TagClassName
{
border-color: #E15CC1;
}
</style>