Html Css Color HEX #E15CCD Free Speech Magenta
📋 copy color: '#E15CCD'red 225 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #E15CCD
Tints of Free Speech Magenta #E15CCD
RGB
CMYK
RGB Variations
Color information
#E15CCD (or 0xE15CCD) is known color: Free Speech Magenta. HEX triplet: E1, 5C and CD. RGB value is (225,92,205). Sum of RGB (Red+Green+Blue) = 225+92+205=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CCD is #1EA332. Grayscale: #909090. Windows color (decimal): -2007859 or 13458657. OLE color: 13458657.
HSL color Cylindrical-coordinate representation of color #E15CCD: hue angle of 309.02º 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 #E15CCD is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 205 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.12 |
| HSL | 309.02º | 0.69% | 0.62% | - |
| HSV(B) | 309.02º | 0.59% | 0.88% | - |
| XYZ | 45.9 | 28.07 | 60.76 | - |
| YUV | 144.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 205 | 0 | 0.59 | 0.09 | 0.12 | 309.02 | 0.69 | 0.62 |
| Hex | E1 | 5C | CD | 0 | 3B | 9 | C | 135 | 45 | 3E |
| Octal | 341 | 134 | 315 | 0 | 73 | 11 | 14 | 465 | 105 | 76 |
| Binary | 11100001 | 1011100 | 11001101 | 0 | 111011 | 1001 | 1100 | 100110101 | 1000101 | 111110 |
Color Harmonies of #E15CCD
Complementary color
Monochromatic Colors of #E15CCD
Black with #E15CCD
Text Example
Text Example
White with #E15CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CCD; }
p { color: rgb(225,92,205); }
H1.HeaderClassName
{
color: #E15CCD;
}
.AnyTagClassName
{
color: #E15CCD;
}
</style>
background-color css
<style>
a { background-color: #E15CCD; }
a { background-color: rgb(225,92,205); }
div.DivClassName
{
background-color: #E15CCD;
}
.BgClassName
{
background-color: #E15CCD;
}
</style>
border-color css
<style>
span { border-color: #E15CCD; }
span { border-color: rgb(225,92,205); }
td.TdClassName
{
border-color: #E15CCD;
}
.TagClassName
{
border-color: #E15CCD;
}
</style>