Html Css Color HEX #E13CCD Free Speech Magenta
📋 copy color: '#E13CCD'red 225 ◦ green 60 ◦ blue 205
Shades of Free Speech Magenta #E13CCD
Tints of Free Speech Magenta #E13CCD
RGB
CMYK
RGB Variations
Color information
#E13CCD (or 0xE13CCD) is known color: Free Speech Magenta. HEX triplet: E1, 3C and CD. RGB value is (225,60,205). Sum of RGB (Red+Green+Blue) = 225+60+205=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E13CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CCD is #1EC332. Grayscale: #7D7D7D. Windows color (decimal): -2016051 or 13450465. OLE color: 13450465.
HSL color Cylindrical-coordinate representation of color #E13CCD: hue angle of 307.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13CCD is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 205 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.12 |
| HSL | 307.27º | 0.73% | 0.56% | - |
| HSV(B) | 307.27º | 0.73% | 0.88% | - |
| XYZ | 43.69 | 23.65 | 60.02 | - |
| YUV | 125.87 | 172.66 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 205 | 0 | 0.73 | 0.09 | 0.12 | 307.27 | 0.73 | 0.56 |
| Hex | E1 | 3C | CD | 0 | 49 | 9 | C | 133 | 49 | 38 |
| Octal | 341 | 74 | 315 | 0 | 111 | 11 | 14 | 463 | 111 | 70 |
| Binary | 11100001 | 111100 | 11001101 | 0 | 1001001 | 1001 | 1100 | 100110011 | 1001001 | 111000 |
Color Harmonies of #E13CCD
Complementary color
Monochromatic Colors of #E13CCD
Black with #E13CCD
Text Example
Text Example
White with #E13CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13CCD; }
p { color: rgb(225,60,205); }
H1.HeaderClassName
{
color: #E13CCD;
}
.AnyTagClassName
{
color: #E13CCD;
}
</style>
background-color css
<style>
a { background-color: #E13CCD; }
a { background-color: rgb(225,60,205); }
div.DivClassName
{
background-color: #E13CCD;
}
.BgClassName
{
background-color: #E13CCD;
}
</style>
border-color css
<style>
span { border-color: #E13CCD; }
span { border-color: rgb(225,60,205); }
td.TdClassName
{
border-color: #E13CCD;
}
.TagClassName
{
border-color: #E13CCD;
}
</style>