Html Css Color HEX #E360DF Free Speech Magenta
📋 copy color: '#E360DF'red 227 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #E360DF
Tints of Free Speech Magenta #E360DF
RGB
CMYK
RGB Variations
Color information
#E360DF (or 0xE360DF) is known color: Free Speech Magenta. HEX triplet: E3, 60 and DF. RGB value is (227,96,223). Sum of RGB (Red+Green+Blue) = 227+96+223=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E360DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360DF is #1C9F20. Grayscale: #959595. Windows color (decimal): -1875745 or 14639331. OLE color: 14639331.
HSL color Cylindrical-coordinate representation of color #E360DF: hue angle of 301.83º 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 #E360DF is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 223 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.11 |
| HSL | 301.83º | 0.7% | 0.63% | - |
| HSV(B) | 301.83º | 0.58% | 0.89% | - |
| XYZ | 49.18 | 30.02 | 73.02 | - |
| YUV | 149.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 223 | 0 | 0.58 | 0.02 | 0.11 | 301.83 | 0.7 | 0.63 |
| Hex | E3 | 60 | DF | 0 | 3A | 2 | B | 12E | 46 | 3F |
| Octal | 343 | 140 | 337 | 0 | 72 | 2 | 13 | 456 | 106 | 77 |
| Binary | 11100011 | 1100000 | 11011111 | 0 | 111010 | 10 | 1011 | 100101110 | 1000110 | 111111 |
Color Harmonies of #E360DF
Complementary color
Monochromatic Colors of #E360DF
Black with #E360DF
Text Example
Text Example
White with #E360DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360DF; }
p { color: rgb(227,96,223); }
H1.HeaderClassName
{
color: #E360DF;
}
.AnyTagClassName
{
color: #E360DF;
}
</style>
background-color css
<style>
a { background-color: #E360DF; }
a { background-color: rgb(227,96,223); }
div.DivClassName
{
background-color: #E360DF;
}
.BgClassName
{
background-color: #E360DF;
}
</style>
border-color css
<style>
span { border-color: #E360DF; }
span { border-color: rgb(227,96,223); }
td.TdClassName
{
border-color: #E360DF;
}
.TagClassName
{
border-color: #E360DF;
}
</style>