Html Css Color HEX #E366C4 Free Speech Magenta
📋 copy color: '#E366C4'red 227 ◦ green 102 ◦ blue 196
Shades of Free Speech Magenta #E366C4
Tints of Free Speech Magenta #E366C4
RGB
CMYK
RGB Variations
Color information
#E366C4 (or 0xE366C4) is known color: Free Speech Magenta. HEX triplet: E3, 66 and C4. RGB value is (227,102,196). Sum of RGB (Red+Green+Blue) = 227+102+196=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E366C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366C4 is #1C993B. Grayscale: #959595. Windows color (decimal): -1874236 or 12871395. OLE color: 12871395.
HSL color Cylindrical-coordinate representation of color #E366C4: hue angle of 314.88º 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 #E366C4 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 196 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.11 |
| HSL | 314.88º | 0.69% | 0.65% | - |
| HSV(B) | 314.88º | 0.55% | 0.89% | - |
| XYZ | 46.39 | 29.82 | 55.54 | - |
| YUV | 150.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 196 | 0 | 0.55 | 0.14 | 0.11 | 314.88 | 0.69 | 0.65 |
| Hex | E3 | 66 | C4 | 0 | 37 | E | B | 13B | 45 | 41 |
| Octal | 343 | 146 | 304 | 0 | 67 | 16 | 13 | 473 | 105 | 101 |
| Binary | 11100011 | 1100110 | 11000100 | 0 | 110111 | 1110 | 1011 | 100111011 | 1000101 | 1000001 |
Color Harmonies of #E366C4
Complementary color
Monochromatic Colors of #E366C4
Black with #E366C4
Text Example
Text Example
White with #E366C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366C4; }
p { color: rgb(227,102,196); }
H1.HeaderClassName
{
color: #E366C4;
}
.AnyTagClassName
{
color: #E366C4;
}
</style>
background-color css
<style>
a { background-color: #E366C4; }
a { background-color: rgb(227,102,196); }
div.DivClassName
{
background-color: #E366C4;
}
.BgClassName
{
background-color: #E366C4;
}
</style>
border-color css
<style>
span { border-color: #E366C4; }
span { border-color: rgb(227,102,196); }
td.TdClassName
{
border-color: #E366C4;
}
.TagClassName
{
border-color: #E366C4;
}
</style>