Html Css Color HEX #E350C0 Free Speech Magenta
📋 copy color: '#E350C0'red 227 ◦ green 80 ◦ blue 192
Shades of Free Speech Magenta #E350C0
Tints of Free Speech Magenta #E350C0
RGB
CMYK
RGB Variations
Color information
#E350C0 (or 0xE350C0) is known color: Free Speech Magenta. HEX triplet: E3, 50 and C0. RGB value is (227,80,192). Sum of RGB (Red+Green+Blue) = 227+80+192=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E350C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350C0 is #1CAF3F. Grayscale: #888888. Windows color (decimal): -1879872 or 12603619. OLE color: 12603619.
HSL color Cylindrical-coordinate representation of color #E350C0: hue angle of 314.29º 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 #E350C0 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 192 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.11 |
| HSL | 314.29º | 0.72% | 0.6% | - |
| HSV(B) | 314.29º | 0.65% | 0.89% | - |
| XYZ | 44.06 | 25.87 | 52.54 | - |
| YUV | 136.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 192 | 0 | 0.65 | 0.15 | 0.11 | 314.29 | 0.72 | 0.6 |
| Hex | E3 | 50 | C0 | 0 | 41 | F | B | 13A | 48 | 3C |
| Octal | 343 | 120 | 300 | 0 | 101 | 17 | 13 | 472 | 110 | 74 |
| Binary | 11100011 | 1010000 | 11000000 | 0 | 1000001 | 1111 | 1011 | 100111010 | 1001000 | 111100 |
Color Harmonies of #E350C0
Complementary color
Monochromatic Colors of #E350C0
Black with #E350C0
Text Example
Text Example
White with #E350C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350C0; }
p { color: rgb(227,80,192); }
H1.HeaderClassName
{
color: #E350C0;
}
.AnyTagClassName
{
color: #E350C0;
}
</style>
background-color css
<style>
a { background-color: #E350C0; }
a { background-color: rgb(227,80,192); }
div.DivClassName
{
background-color: #E350C0;
}
.BgClassName
{
background-color: #E350C0;
}
</style>
border-color css
<style>
span { border-color: #E350C0; }
span { border-color: rgb(227,80,192); }
td.TdClassName
{
border-color: #E350C0;
}
.TagClassName
{
border-color: #E350C0;
}
</style>