Html Css Color HEX #E366DE Free Speech Magenta
📋 copy color: '#E366DE'red 227 ◦ green 102 ◦ blue 222
Shades of Free Speech Magenta #E366DE
Tints of Free Speech Magenta #E366DE
RGB
CMYK
RGB Variations
Color information
#E366DE (or 0xE366DE) is known color: Free Speech Magenta. HEX triplet: E3, 66 and DE. RGB value is (227,102,222). Sum of RGB (Red+Green+Blue) = 227+102+222=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E366DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366DE is #1C9921. Grayscale: #989898. Windows color (decimal): -1874210 or 14575331. OLE color: 14575331.
HSL color Cylindrical-coordinate representation of color #E366DE: hue angle of 302.4º 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 #E366DE is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 222 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.11 |
| HSL | 302.4º | 0.69% | 0.65% | - |
| HSV(B) | 302.4º | 0.55% | 0.89% | - |
| XYZ | 49.61 | 31.11 | 72.5 | - |
| YUV | 153.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 222 | 0 | 0.55 | 0.02 | 0.11 | 302.4 | 0.69 | 0.65 |
| Hex | E3 | 66 | DE | 0 | 37 | 2 | B | 12E | 45 | 41 |
| Octal | 343 | 146 | 336 | 0 | 67 | 2 | 13 | 456 | 105 | 101 |
| Binary | 11100011 | 1100110 | 11011110 | 0 | 110111 | 10 | 1011 | 100101110 | 1000101 | 1000001 |
Color Harmonies of #E366DE
Complementary color
Monochromatic Colors of #E366DE
Black with #E366DE
Text Example
Text Example
White with #E366DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366DE; }
p { color: rgb(227,102,222); }
H1.HeaderClassName
{
color: #E366DE;
}
.AnyTagClassName
{
color: #E366DE;
}
</style>
background-color css
<style>
a { background-color: #E366DE; }
a { background-color: rgb(227,102,222); }
div.DivClassName
{
background-color: #E366DE;
}
.BgClassName
{
background-color: #E366DE;
}
</style>
border-color css
<style>
span { border-color: #E366DE; }
span { border-color: rgb(227,102,222); }
td.TdClassName
{
border-color: #E366DE;
}
.TagClassName
{
border-color: #E366DE;
}
</style>