Html Css Color HEX #E15CC5 Free Speech Magenta
📋 copy color: '#E15CC5'red 225 ◦ green 92 ◦ blue 197
Shades of Free Speech Magenta #E15CC5
Tints of Free Speech Magenta #E15CC5
RGB
CMYK
RGB Variations
Color information
#E15CC5 (or 0xE15CC5) is known color: Free Speech Magenta. HEX triplet: E1, 5C and C5. RGB value is (225,92,197). Sum of RGB (Red+Green+Blue) = 225+92+197=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CC5 is #1EA33A. Grayscale: #8F8F8F. Windows color (decimal): -2007867 or 12934369. OLE color: 12934369.
HSL color Cylindrical-coordinate representation of color #E15CC5: hue angle of 312.63º 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 #E15CC5 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 197 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.12 |
| HSL | 312.63º | 0.69% | 0.62% | - |
| HSV(B) | 312.63º | 0.59% | 0.88% | - |
| XYZ | 44.96 | 27.69 | 55.8 | - |
| YUV | 143.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 197 | 0 | 0.59 | 0.12 | 0.12 | 312.63 | 0.69 | 0.62 |
| Hex | E1 | 5C | C5 | 0 | 3B | C | C | 139 | 45 | 3E |
| Octal | 341 | 134 | 305 | 0 | 73 | 14 | 14 | 471 | 105 | 76 |
| Binary | 11100001 | 1011100 | 11000101 | 0 | 111011 | 1100 | 1100 | 100111001 | 1000101 | 111110 |
Color Harmonies of #E15CC5
Complementary color
Monochromatic Colors of #E15CC5
Black with #E15CC5
Text Example
Text Example
White with #E15CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CC5; }
p { color: rgb(225,92,197); }
H1.HeaderClassName
{
color: #E15CC5;
}
.AnyTagClassName
{
color: #E15CC5;
}
</style>
background-color css
<style>
a { background-color: #E15CC5; }
a { background-color: rgb(225,92,197); }
div.DivClassName
{
background-color: #E15CC5;
}
.BgClassName
{
background-color: #E15CC5;
}
</style>
border-color css
<style>
span { border-color: #E15CC5; }
span { border-color: rgb(225,92,197); }
td.TdClassName
{
border-color: #E15CC5;
}
.TagClassName
{
border-color: #E15CC5;
}
</style>