Html Css Color HEX #E350C5 Free Speech Magenta
📋 copy color: '#E350C5'red 227 ◦ green 80 ◦ blue 197
Shades of Free Speech Magenta #E350C5
Tints of Free Speech Magenta #E350C5
RGB
CMYK
RGB Variations
Color information
#E350C5 (or 0xE350C5) is known color: Free Speech Magenta. HEX triplet: E3, 50 and C5. RGB value is (227,80,197). Sum of RGB (Red+Green+Blue) = 227+80+197=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E350C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350C5 is #1CAF3A. Grayscale: #888888. Windows color (decimal): -1879867 or 12931299. OLE color: 12931299.
HSL color Cylindrical-coordinate representation of color #E350C5: hue angle of 312.24º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350C5 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 197 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.11 |
| HSL | 312.24º | 0.72% | 0.6% | - |
| HSV(B) | 312.24º | 0.65% | 0.89% | - |
| XYZ | 44.63 | 26.1 | 55.51 | - |
| YUV | 137.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 197 | 0 | 0.65 | 0.13 | 0.11 | 312.24 | 0.72 | 0.6 |
| Hex | E3 | 50 | C5 | 0 | 41 | D | B | 138 | 48 | 3C |
| Octal | 343 | 120 | 305 | 0 | 101 | 15 | 13 | 470 | 110 | 74 |
| Binary | 11100011 | 1010000 | 11000101 | 0 | 1000001 | 1101 | 1011 | 100111000 | 1001000 | 111100 |
Color Harmonies of #E350C5
Complementary color
Monochromatic Colors of #E350C5
Black with #E350C5
Text Example
Text Example
White with #E350C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350C5; }
p { color: rgb(227,80,197); }
H1.HeaderClassName
{
color: #E350C5;
}
.AnyTagClassName
{
color: #E350C5;
}
</style>
background-color css
<style>
a { background-color: #E350C5; }
a { background-color: rgb(227,80,197); }
div.DivClassName
{
background-color: #E350C5;
}
.BgClassName
{
background-color: #E350C5;
}
</style>
border-color css
<style>
span { border-color: #E350C5; }
span { border-color: rgb(227,80,197); }
td.TdClassName
{
border-color: #E350C5;
}
.TagClassName
{
border-color: #E350C5;
}
</style>