Html Css Color HEX #E15FCC Free Speech Magenta
📋 copy color: '#E15FCC'red 225 ◦ green 95 ◦ blue 204
Shades of Free Speech Magenta #E15FCC
Tints of Free Speech Magenta #E15FCC
RGB
CMYK
RGB Variations
Color information
#E15FCC (or 0xE15FCC) is known color: Free Speech Magenta. HEX triplet: E1, 5F and CC. RGB value is (225,95,204). Sum of RGB (Red+Green+Blue) = 225+95+204=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FCC is #1EA033. Grayscale: #919191. Windows color (decimal): -2007092 or 13393889. OLE color: 13393889.
HSL color Cylindrical-coordinate representation of color #E15FCC: hue angle of 309.69º 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 #E15FCC is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 204 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.12 |
| HSL | 309.69º | 0.68% | 0.63% | - |
| HSV(B) | 309.69º | 0.58% | 0.88% | - |
| XYZ | 46.04 | 28.55 | 60.21 | - |
| YUV | 146.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 204 | 0 | 0.58 | 0.09 | 0.12 | 309.69 | 0.68 | 0.63 |
| Hex | E1 | 5F | CC | 0 | 3A | 9 | C | 136 | 44 | 3F |
| Octal | 341 | 137 | 314 | 0 | 72 | 11 | 14 | 466 | 104 | 77 |
| Binary | 11100001 | 1011111 | 11001100 | 0 | 111010 | 1001 | 1100 | 100110110 | 1000100 | 111111 |
Color Harmonies of #E15FCC
Complementary color
Monochromatic Colors of #E15FCC
Black with #E15FCC
Text Example
Text Example
White with #E15FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15FCC; }
p { color: rgb(225,95,204); }
H1.HeaderClassName
{
color: #E15FCC;
}
.AnyTagClassName
{
color: #E15FCC;
}
</style>
background-color css
<style>
a { background-color: #E15FCC; }
a { background-color: rgb(225,95,204); }
div.DivClassName
{
background-color: #E15FCC;
}
.BgClassName
{
background-color: #E15FCC;
}
</style>
border-color css
<style>
span { border-color: #E15FCC; }
span { border-color: rgb(225,95,204); }
td.TdClassName
{
border-color: #E15FCC;
}
.TagClassName
{
border-color: #E15FCC;
}
</style>