Html Css Color HEX #E366C5 Free Speech Magenta
📋 copy color: '#E366C5'red 227 ◦ green 102 ◦ blue 197
Shades of Free Speech Magenta #E366C5
Tints of Free Speech Magenta #E366C5
RGB
CMYK
RGB Variations
Color information
#E366C5 (or 0xE366C5) is known color: Free Speech Magenta. HEX triplet: E3, 66 and C5. RGB value is (227,102,197). Sum of RGB (Red+Green+Blue) = 227+102+197=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E366C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366C5 is #1C993A. Grayscale: #959595. Windows color (decimal): -1874235 or 12936931. OLE color: 12936931.
HSL color Cylindrical-coordinate representation of color #E366C5: hue angle of 314.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 #E366C5 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 197 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.11 |
| HSL | 314.4º | 0.69% | 0.65% | - |
| HSV(B) | 314.4º | 0.55% | 0.89% | - |
| XYZ | 46.51 | 29.86 | 56.14 | - |
| YUV | 150.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 197 | 0 | 0.55 | 0.13 | 0.11 | 314.4 | 0.69 | 0.65 |
| Hex | E3 | 66 | C5 | 0 | 37 | D | B | 13A | 45 | 41 |
| Octal | 343 | 146 | 305 | 0 | 67 | 15 | 13 | 472 | 105 | 101 |
| Binary | 11100011 | 1100110 | 11000101 | 0 | 110111 | 1101 | 1011 | 100111010 | 1000101 | 1000001 |
Color Harmonies of #E366C5
Complementary color
Monochromatic Colors of #E366C5
Black with #E366C5
Text Example
Text Example
White with #E366C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366C5; }
p { color: rgb(227,102,197); }
H1.HeaderClassName
{
color: #E366C5;
}
.AnyTagClassName
{
color: #E366C5;
}
</style>
background-color css
<style>
a { background-color: #E366C5; }
a { background-color: rgb(227,102,197); }
div.DivClassName
{
background-color: #E366C5;
}
.BgClassName
{
background-color: #E366C5;
}
</style>
border-color css
<style>
span { border-color: #E366C5; }
span { border-color: rgb(227,102,197); }
td.TdClassName
{
border-color: #E366C5;
}
.TagClassName
{
border-color: #E366C5;
}
</style>