Html Css Color HEX #E366E7 Free Speech Magenta
📋 copy color: '#E366E7'red 227 ◦ green 102 ◦ blue 231
Shades of Free Speech Magenta #E366E7
Tints of Free Speech Magenta #E366E7
RGB
CMYK
RGB Variations
Color information
#E366E7 (or 0xE366E7) is known color: Free Speech Magenta. HEX triplet: E3, 66 and E7. RGB value is (227,102,231). Sum of RGB (Red+Green+Blue) = 227+102+231=560 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.54% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 231 - color contains mainly: blue. Hex color #E366E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E366E7 is #1C9918. Grayscale: #999999. Windows color (decimal): -1874201 or 15165155. OLE color: 15165155.
HSL color Cylindrical-coordinate representation of color #E366E7: hue angle of 298.14º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E366E7 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 102 | 231 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.09 |
| HSL | 298.14º | 0.73% | 0.65% | - |
| HSV(B) | 298.14º | 0.56% | 0.91% | - |
| XYZ | 50.85 | 31.6 | 79.02 | - |
| YUV | 154.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 231 | 0.02 | 0.56 | 0 | 0.09 | 298.14 | 0.73 | 0.65 |
| Hex | E3 | 66 | E7 | 2 | 38 | 0 | 9 | 12A | 49 | 41 |
| Octal | 343 | 146 | 347 | 2 | 70 | 0 | 11 | 452 | 111 | 101 |
| Binary | 11100011 | 1100110 | 11100111 | 10 | 111000 | 0 | 1001 | 100101010 | 1001001 | 1000001 |
Color Harmonies of #E366E7
Complementary color
Monochromatic Colors of #E366E7
Black with #E366E7
Text Example
Text Example
White with #E366E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366E7; }
p { color: rgb(227,102,231); }
H1.HeaderClassName
{
color: #E366E7;
}
.AnyTagClassName
{
color: #E366E7;
}
</style>
background-color css
<style>
a { background-color: #E366E7; }
a { background-color: rgb(227,102,231); }
div.DivClassName
{
background-color: #E366E7;
}
.BgClassName
{
background-color: #E366E7;
}
</style>
border-color css
<style>
span { border-color: #E366E7; }
span { border-color: rgb(227,102,231); }
td.TdClassName
{
border-color: #E366E7;
}
.TagClassName
{
border-color: #E366E7;
}
</style>