Html Css Color HEX #E350BE Free Speech Magenta
📋 copy color: '#E350BE'red 227 ◦ green 80 ◦ blue 190
Shades of Free Speech Magenta #E350BE
Tints of Free Speech Magenta #E350BE
RGB
CMYK
RGB Variations
Color information
#E350BE (or 0xE350BE) is known color: Free Speech Magenta. HEX triplet: E3, 50 and BE. RGB value is (227,80,190). Sum of RGB (Red+Green+Blue) = 227+80+190=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E350BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350BE is #1CAF41. Grayscale: #888888. Windows color (decimal): -1879874 or 12472547. OLE color: 12472547.
HSL color Cylindrical-coordinate representation of color #E350BE: hue angle of 315.1º 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 #E350BE is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 190 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.11 |
| HSL | 315.1º | 0.72% | 0.6% | - |
| HSV(B) | 315.1º | 0.65% | 0.89% | - |
| XYZ | 43.84 | 25.79 | 51.38 | - |
| YUV | 136.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 190 | 0 | 0.65 | 0.16 | 0.11 | 315.1 | 0.72 | 0.6 |
| Hex | E3 | 50 | BE | 0 | 41 | 10 | B | 13B | 48 | 3C |
| Octal | 343 | 120 | 276 | 0 | 101 | 20 | 13 | 473 | 110 | 74 |
| Binary | 11100011 | 1010000 | 10111110 | 0 | 1000001 | 10000 | 1011 | 100111011 | 1001000 | 111100 |
Color Harmonies of #E350BE
Complementary color
Monochromatic Colors of #E350BE
Black with #E350BE
Text Example
Text Example
White with #E350BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350BE; }
p { color: rgb(227,80,190); }
H1.HeaderClassName
{
color: #E350BE;
}
.AnyTagClassName
{
color: #E350BE;
}
</style>
background-color css
<style>
a { background-color: #E350BE; }
a { background-color: rgb(227,80,190); }
div.DivClassName
{
background-color: #E350BE;
}
.BgClassName
{
background-color: #E350BE;
}
</style>
border-color css
<style>
span { border-color: #E350BE; }
span { border-color: rgb(227,80,190); }
td.TdClassName
{
border-color: #E350BE;
}
.TagClassName
{
border-color: #E350BE;
}
</style>