Html Css Color HEX #E353BE Free Speech Magenta
📋 copy color: '#E353BE'red 227 ◦ green 83 ◦ blue 190
Shades of Free Speech Magenta #E353BE
Tints of Free Speech Magenta #E353BE
RGB
CMYK
RGB Variations
Color information
#E353BE (or 0xE353BE) is known color: Free Speech Magenta. HEX triplet: E3, 53 and BE. RGB value is (227,83,190). Sum of RGB (Red+Green+Blue) = 227+83+190=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E353BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353BE is #1CAC41. Grayscale: #898989. Windows color (decimal): -1879106 or 12473315. OLE color: 12473315.
HSL color Cylindrical-coordinate representation of color #E353BE: hue angle of 315.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E353BE is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 190 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.11 |
| HSL | 315.42º | 0.72% | 0.61% | - |
| HSV(B) | 315.42º | 0.63% | 0.89% | - |
| XYZ | 44.07 | 26.24 | 51.46 | - |
| YUV | 138.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 190 | 0 | 0.63 | 0.16 | 0.11 | 315.42 | 0.72 | 0.61 |
| Hex | E3 | 53 | BE | 0 | 3F | 10 | B | 13B | 48 | 3D |
| Octal | 343 | 123 | 276 | 0 | 77 | 20 | 13 | 473 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10111110 | 0 | 111111 | 10000 | 1011 | 100111011 | 1001000 | 111101 |
Color Harmonies of #E353BE
Complementary color
Monochromatic Colors of #E353BE
Black with #E353BE
Text Example
Text Example
White with #E353BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353BE; }
p { color: rgb(227,83,190); }
H1.HeaderClassName
{
color: #E353BE;
}
.AnyTagClassName
{
color: #E353BE;
}
</style>
background-color css
<style>
a { background-color: #E353BE; }
a { background-color: rgb(227,83,190); }
div.DivClassName
{
background-color: #E353BE;
}
.BgClassName
{
background-color: #E353BE;
}
</style>
border-color css
<style>
span { border-color: #E353BE; }
span { border-color: rgb(227,83,190); }
td.TdClassName
{
border-color: #E353BE;
}
.TagClassName
{
border-color: #E353BE;
}
</style>