Html Css Color HEX #E358BA Free Speech Magenta
📋 copy color: '#E358BA'red 227 ◦ green 88 ◦ blue 186
Shades of Free Speech Magenta #E358BA
Tints of Free Speech Magenta #E358BA
RGB
CMYK
RGB Variations
Color information
#E358BA (or 0xE358BA) is known color: Free Speech Magenta. HEX triplet: E3, 58 and BA. RGB value is (227,88,186). Sum of RGB (Red+Green+Blue) = 227+88+186=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E358BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358BA is #1CA745. Grayscale: #8C8C8C. Windows color (decimal): -1877830 or 12212451. OLE color: 12212451.
HSL color Cylindrical-coordinate representation of color #E358BA: hue angle of 317.7º 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 #E358BA is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 186 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.11 |
| HSL | 317.7º | 0.71% | 0.62% | - |
| HSV(B) | 317.7º | 0.61% | 0.89% | - |
| XYZ | 44.03 | 26.86 | 49.32 | - |
| YUV | 140.73 | 153.55 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 186 | 0 | 0.61 | 0.18 | 0.11 | 317.7 | 0.71 | 0.62 |
| Hex | E3 | 58 | BA | 0 | 3D | 12 | B | 13E | 47 | 3E |
| Octal | 343 | 130 | 272 | 0 | 75 | 22 | 13 | 476 | 107 | 76 |
| Binary | 11100011 | 1011000 | 10111010 | 0 | 111101 | 10010 | 1011 | 100111110 | 1000111 | 111110 |
Color Harmonies of #E358BA
Complementary color
Monochromatic Colors of #E358BA
Black with #E358BA
Text Example
Text Example
White with #E358BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358BA; }
p { color: rgb(227,88,186); }
H1.HeaderClassName
{
color: #E358BA;
}
.AnyTagClassName
{
color: #E358BA;
}
</style>
background-color css
<style>
a { background-color: #E358BA; }
a { background-color: rgb(227,88,186); }
div.DivClassName
{
background-color: #E358BA;
}
.BgClassName
{
background-color: #E358BA;
}
</style>
border-color css
<style>
span { border-color: #E358BA; }
span { border-color: rgb(227,88,186); }
td.TdClassName
{
border-color: #E358BA;
}
.TagClassName
{
border-color: #E358BA;
}
</style>