Html Css Color HEX #E13EC9 Free Speech Magenta
📋 copy color: '#E13EC9'red 225 ◦ green 62 ◦ blue 201
Shades of Free Speech Magenta #E13EC9
Tints of Free Speech Magenta #E13EC9
RGB
CMYK
RGB Variations
Color information
#E13EC9 (or 0xE13EC9) is known color: Free Speech Magenta. HEX triplet: E1, 3E and C9. RGB value is (225,62,201). Sum of RGB (Red+Green+Blue) = 225+62+201=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E13EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13EC9 is #1EC136. Grayscale: #7E7E7E. Windows color (decimal): -2015543 or 13188833. OLE color: 13188833.
HSL color Cylindrical-coordinate representation of color #E13EC9: hue angle of 308.83º 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 #E13EC9 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 201 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.12 |
| HSL | 308.83º | 0.73% | 0.56% | - |
| HSV(B) | 308.83º | 0.72% | 0.88% | - |
| XYZ | 43.32 | 23.67 | 57.54 | - |
| YUV | 126.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 201 | 0 | 0.72 | 0.11 | 0.12 | 308.83 | 0.73 | 0.56 |
| Hex | E1 | 3E | C9 | 0 | 48 | B | C | 135 | 49 | 38 |
| Octal | 341 | 76 | 311 | 0 | 110 | 13 | 14 | 465 | 111 | 70 |
| Binary | 11100001 | 111110 | 11001001 | 0 | 1001000 | 1011 | 1100 | 100110101 | 1001001 | 111000 |
Color Harmonies of #E13EC9
Complementary color
Monochromatic Colors of #E13EC9
Black with #E13EC9
Text Example
Text Example
White with #E13EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13EC9; }
p { color: rgb(225,62,201); }
H1.HeaderClassName
{
color: #E13EC9;
}
.AnyTagClassName
{
color: #E13EC9;
}
</style>
background-color css
<style>
a { background-color: #E13EC9; }
a { background-color: rgb(225,62,201); }
div.DivClassName
{
background-color: #E13EC9;
}
.BgClassName
{
background-color: #E13EC9;
}
</style>
border-color css
<style>
span { border-color: #E13EC9; }
span { border-color: rgb(225,62,201); }
td.TdClassName
{
border-color: #E13EC9;
}
.TagClassName
{
border-color: #E13EC9;
}
</style>