Html Css Color HEX #E13FCD Free Speech Magenta
📋 copy color: '#E13FCD'red 225 ◦ green 63 ◦ blue 205
Shades of Free Speech Magenta #E13FCD
Tints of Free Speech Magenta #E13FCD
RGB
CMYK
RGB Variations
Color information
#E13FCD (or 0xE13FCD) is known color: Free Speech Magenta. HEX triplet: E1, 3F and CD. RGB value is (225,63,205). Sum of RGB (Red+Green+Blue) = 225+63+205=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13FCD is #1EC032. Grayscale: #7F7F7F. Windows color (decimal): -2015283 or 13451233. OLE color: 13451233.
HSL color Cylindrical-coordinate representation of color #E13FCD: hue angle of 307.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13FCD is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 63 | 205 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.12 |
| HSL | 307.41º | 0.73% | 0.56% | - |
| HSV(B) | 307.41º | 0.72% | 0.88% | - |
| XYZ | 43.85 | 23.97 | 60.07 | - |
| YUV | 127.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 63 | 205 | 0 | 0.72 | 0.09 | 0.12 | 307.41 | 0.73 | 0.56 |
| Hex | E1 | 3F | CD | 0 | 48 | 9 | C | 133 | 49 | 38 |
| Octal | 341 | 77 | 315 | 0 | 110 | 11 | 14 | 463 | 111 | 70 |
| Binary | 11100001 | 111111 | 11001101 | 0 | 1001000 | 1001 | 1100 | 100110011 | 1001001 | 111000 |
Color Harmonies of #E13FCD
Complementary color
Monochromatic Colors of #E13FCD
Black with #E13FCD
Text Example
Text Example
White with #E13FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13FCD; }
p { color: rgb(225,63,205); }
H1.HeaderClassName
{
color: #E13FCD;
}
.AnyTagClassName
{
color: #E13FCD;
}
</style>
background-color css
<style>
a { background-color: #E13FCD; }
a { background-color: rgb(225,63,205); }
div.DivClassName
{
background-color: #E13FCD;
}
.BgClassName
{
background-color: #E13FCD;
}
</style>
border-color css
<style>
span { border-color: #E13FCD; }
span { border-color: rgb(225,63,205); }
td.TdClassName
{
border-color: #E13FCD;
}
.TagClassName
{
border-color: #E13FCD;
}
</style>