Html Css Color HEX #E358BE Free Speech Magenta
📋 copy color: '#E358BE'red 227 ◦ green 88 ◦ blue 190
Shades of Free Speech Magenta #E358BE
Tints of Free Speech Magenta #E358BE
RGB
CMYK
RGB Variations
Color information
#E358BE (or 0xE358BE) is known color: Free Speech Magenta. HEX triplet: E3, 58 and BE. RGB value is (227,88,190). Sum of RGB (Red+Green+Blue) = 227+88+190=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E358BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358BE is #1CA741. Grayscale: #8C8C8C. Windows color (decimal): -1877826 or 12474595. OLE color: 12474595.
HSL color Cylindrical-coordinate representation of color #E358BE: hue angle of 315.97º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E358BE is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 190 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.11 |
| HSL | 315.97º | 0.71% | 0.62% | - |
| HSV(B) | 315.97º | 0.61% | 0.89% | - |
| XYZ | 44.46 | 27.03 | 51.59 | - |
| YUV | 141.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 190 | 0 | 0.61 | 0.16 | 0.11 | 315.97 | 0.71 | 0.62 |
| Hex | E3 | 58 | BE | 0 | 3D | 10 | B | 13C | 47 | 3E |
| Octal | 343 | 130 | 276 | 0 | 75 | 20 | 13 | 474 | 107 | 76 |
| Binary | 11100011 | 1011000 | 10111110 | 0 | 111101 | 10000 | 1011 | 100111100 | 1000111 | 111110 |
Color Harmonies of #E358BE
Complementary color
Monochromatic Colors of #E358BE
Black with #E358BE
Text Example
Text Example
White with #E358BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358BE; }
p { color: rgb(227,88,190); }
H1.HeaderClassName
{
color: #E358BE;
}
.AnyTagClassName
{
color: #E358BE;
}
</style>
background-color css
<style>
a { background-color: #E358BE; }
a { background-color: rgb(227,88,190); }
div.DivClassName
{
background-color: #E358BE;
}
.BgClassName
{
background-color: #E358BE;
}
</style>
border-color css
<style>
span { border-color: #E358BE; }
span { border-color: rgb(227,88,190); }
td.TdClassName
{
border-color: #E358BE;
}
.TagClassName
{
border-color: #E358BE;
}
</style>