Html Css Color HEX #E360C9 Free Speech Magenta
📋 copy color: '#E360C9'red 227 ◦ green 96 ◦ blue 201
Shades of Free Speech Magenta #E360C9
Tints of Free Speech Magenta #E360C9
RGB
CMYK
RGB Variations
Color information
#E360C9 (or 0xE360C9) is known color: Free Speech Magenta. HEX triplet: E3, 60 and C9. RGB value is (227,96,201). Sum of RGB (Red+Green+Blue) = 227+96+201=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E360C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360C9 is #1C9F36. Grayscale: #929292. Windows color (decimal): -1875767 or 13197539. OLE color: 13197539.
HSL color Cylindrical-coordinate representation of color #E360C9: hue angle of 311.91º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360C9 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 201 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.11 |
| HSL | 311.91º | 0.7% | 0.63% | - |
| HSV(B) | 311.91º | 0.58% | 0.89% | - |
| XYZ | 46.4 | 28.91 | 58.39 | - |
| YUV | 147.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 201 | 0 | 0.58 | 0.11 | 0.11 | 311.91 | 0.7 | 0.63 |
| Hex | E3 | 60 | C9 | 0 | 3A | B | B | 138 | 46 | 3F |
| Octal | 343 | 140 | 311 | 0 | 72 | 13 | 13 | 470 | 106 | 77 |
| Binary | 11100011 | 1100000 | 11001001 | 0 | 111010 | 1011 | 1011 | 100111000 | 1000110 | 111111 |
Color Harmonies of #E360C9
Complementary color
Monochromatic Colors of #E360C9
Black with #E360C9
Text Example
Text Example
White with #E360C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360C9; }
p { color: rgb(227,96,201); }
H1.HeaderClassName
{
color: #E360C9;
}
.AnyTagClassName
{
color: #E360C9;
}
</style>
background-color css
<style>
a { background-color: #E360C9; }
a { background-color: rgb(227,96,201); }
div.DivClassName
{
background-color: #E360C9;
}
.BgClassName
{
background-color: #E360C9;
}
</style>
border-color css
<style>
span { border-color: #E360C9; }
span { border-color: rgb(227,96,201); }
td.TdClassName
{
border-color: #E360C9;
}
.TagClassName
{
border-color: #E360C9;
}
</style>