Html Css Color HEX #E366DF Free Speech Magenta
📋 copy color: '#E366DF'red 227 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #E366DF
Tints of Free Speech Magenta #E366DF
RGB
CMYK
RGB Variations
Color information
#E366DF (or 0xE366DF) is known color: Free Speech Magenta. HEX triplet: E3, 66 and DF. RGB value is (227,102,223). Sum of RGB (Red+Green+Blue) = 227+102+223=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E366DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366DF is #1C9920. Grayscale: #989898. Windows color (decimal): -1874209 or 14640867. OLE color: 14640867.
HSL color Cylindrical-coordinate representation of color #E366DF: hue angle of 301.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E366DF is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 223 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.11 |
| HSL | 301.92º | 0.69% | 0.65% | - |
| HSV(B) | 301.92º | 0.55% | 0.89% | - |
| XYZ | 49.75 | 31.16 | 73.2 | - |
| YUV | 153.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 223 | 0 | 0.55 | 0.02 | 0.11 | 301.92 | 0.69 | 0.65 |
| Hex | E3 | 66 | DF | 0 | 37 | 2 | B | 12E | 45 | 41 |
| Octal | 343 | 146 | 337 | 0 | 67 | 2 | 13 | 456 | 105 | 101 |
| Binary | 11100011 | 1100110 | 11011111 | 0 | 110111 | 10 | 1011 | 100101110 | 1000101 | 1000001 |
Color Harmonies of #E366DF
Complementary color
Monochromatic Colors of #E366DF
Black with #E366DF
Text Example
Text Example
White with #E366DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366DF; }
p { color: rgb(227,102,223); }
H1.HeaderClassName
{
color: #E366DF;
}
.AnyTagClassName
{
color: #E366DF;
}
</style>
background-color css
<style>
a { background-color: #E366DF; }
a { background-color: rgb(227,102,223); }
div.DivClassName
{
background-color: #E366DF;
}
.BgClassName
{
background-color: #E366DF;
}
</style>
border-color css
<style>
span { border-color: #E366DF; }
span { border-color: rgb(227,102,223); }
td.TdClassName
{
border-color: #E366DF;
}
.TagClassName
{
border-color: #E366DF;
}
</style>