Html Css Color HEX #E367C5 Free Speech Magenta
📋 copy color: '#E367C5'red 227 ◦ green 103 ◦ blue 197
Shades of Free Speech Magenta #E367C5
Tints of Free Speech Magenta #E367C5
RGB
CMYK
RGB Variations
Color information
#E367C5 (or 0xE367C5) is known color: Free Speech Magenta. HEX triplet: E3, 67 and C5. RGB value is (227,103,197). Sum of RGB (Red+Green+Blue) = 227+103+197=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E367C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E367C5 is #1C983A. Grayscale: #969696. Windows color (decimal): -1873979 or 12937187. OLE color: 12937187.
HSL color Cylindrical-coordinate representation of color #E367C5: hue angle of 314.52º 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 #E367C5 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 197 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.11 |
| HSL | 314.52º | 0.69% | 0.65% | - |
| HSV(B) | 314.52º | 0.55% | 0.89% | - |
| XYZ | 46.61 | 30.06 | 56.17 | - |
| YUV | 150.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 197 | 0 | 0.55 | 0.13 | 0.11 | 314.52 | 0.69 | 0.65 |
| Hex | E3 | 67 | C5 | 0 | 37 | D | B | 13B | 45 | 41 |
| Octal | 343 | 147 | 305 | 0 | 67 | 15 | 13 | 473 | 105 | 101 |
| Binary | 11100011 | 1100111 | 11000101 | 0 | 110111 | 1101 | 1011 | 100111011 | 1000101 | 1000001 |
Color Harmonies of #E367C5
Complementary color
Monochromatic Colors of #E367C5
Black with #E367C5
Text Example
Text Example
White with #E367C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E367C5; }
p { color: rgb(227,103,197); }
H1.HeaderClassName
{
color: #E367C5;
}
.AnyTagClassName
{
color: #E367C5;
}
</style>
background-color css
<style>
a { background-color: #E367C5; }
a { background-color: rgb(227,103,197); }
div.DivClassName
{
background-color: #E367C5;
}
.BgClassName
{
background-color: #E367C5;
}
</style>
border-color css
<style>
span { border-color: #E367C5; }
span { border-color: rgb(227,103,197); }
td.TdClassName
{
border-color: #E367C5;
}
.TagClassName
{
border-color: #E367C5;
}
</style>