Html Css Color HEX #E360CF Free Speech Magenta
📋 copy color: '#E360CF'red 227 ◦ green 96 ◦ blue 207
Shades of Free Speech Magenta #E360CF
Tints of Free Speech Magenta #E360CF
RGB
CMYK
RGB Variations
Color information
#E360CF (or 0xE360CF) is known color: Free Speech Magenta. HEX triplet: E3, 60 and CF. RGB value is (227,96,207). Sum of RGB (Red+Green+Blue) = 227+96+207=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E360CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360CF is #1C9F30. Grayscale: #939393. Windows color (decimal): -1875761 or 13590755. OLE color: 13590755.
HSL color Cylindrical-coordinate representation of color #E360CF: hue angle of 309.16º 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 #E360CF is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 207 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.11 |
| HSL | 309.16º | 0.7% | 0.63% | - |
| HSV(B) | 309.16º | 0.58% | 0.89% | - |
| XYZ | 47.12 | 29.2 | 62.18 | - |
| YUV | 147.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 207 | 0 | 0.58 | 0.09 | 0.11 | 309.16 | 0.7 | 0.63 |
| Hex | E3 | 60 | CF | 0 | 3A | 9 | B | 135 | 46 | 3F |
| Octal | 343 | 140 | 317 | 0 | 72 | 11 | 13 | 465 | 106 | 77 |
| Binary | 11100011 | 1100000 | 11001111 | 0 | 111010 | 1001 | 1011 | 100110101 | 1000110 | 111111 |
Color Harmonies of #E360CF
Complementary color
Monochromatic Colors of #E360CF
Black with #E360CF
Text Example
Text Example
White with #E360CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360CF; }
p { color: rgb(227,96,207); }
H1.HeaderClassName
{
color: #E360CF;
}
.AnyTagClassName
{
color: #E360CF;
}
</style>
background-color css
<style>
a { background-color: #E360CF; }
a { background-color: rgb(227,96,207); }
div.DivClassName
{
background-color: #E360CF;
}
.BgClassName
{
background-color: #E360CF;
}
</style>
border-color css
<style>
span { border-color: #E360CF; }
span { border-color: rgb(227,96,207); }
td.TdClassName
{
border-color: #E360CF;
}
.TagClassName
{
border-color: #E360CF;
}
</style>