Html Css Color HEX #E358BF Free Speech Magenta
📋 copy color: '#E358BF'red 227 ◦ green 88 ◦ blue 191
Shades of Free Speech Magenta #E358BF
Tints of Free Speech Magenta #E358BF
RGB
CMYK
RGB Variations
Color information
#E358BF (or 0xE358BF) is known color: Free Speech Magenta. HEX triplet: E3, 58 and BF. RGB value is (227,88,191). Sum of RGB (Red+Green+Blue) = 227+88+191=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E358BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E358BF is #1CA740. Grayscale: #8D8D8D. Windows color (decimal): -1877825 or 12540131. OLE color: 12540131.
HSL color Cylindrical-coordinate representation of color #E358BF: hue angle of 315.54º 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 #E358BF is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 191 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.11 |
| HSL | 315.54º | 0.71% | 0.62% | - |
| HSV(B) | 315.54º | 0.61% | 0.89% | - |
| XYZ | 44.57 | 27.07 | 52.17 | - |
| YUV | 141.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 191 | 0 | 0.61 | 0.16 | 0.11 | 315.54 | 0.71 | 0.62 |
| Hex | E3 | 58 | BF | 0 | 3D | 10 | B | 13C | 47 | 3E |
| Octal | 343 | 130 | 277 | 0 | 75 | 20 | 13 | 474 | 107 | 76 |
| Binary | 11100011 | 1011000 | 10111111 | 0 | 111101 | 10000 | 1011 | 100111100 | 1000111 | 111110 |
Color Harmonies of #E358BF
Complementary color
Monochromatic Colors of #E358BF
Black with #E358BF
Text Example
Text Example
White with #E358BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358BF; }
p { color: rgb(227,88,191); }
H1.HeaderClassName
{
color: #E358BF;
}
.AnyTagClassName
{
color: #E358BF;
}
</style>
background-color css
<style>
a { background-color: #E358BF; }
a { background-color: rgb(227,88,191); }
div.DivClassName
{
background-color: #E358BF;
}
.BgClassName
{
background-color: #E358BF;
}
</style>
border-color css
<style>
span { border-color: #E358BF; }
span { border-color: rgb(227,88,191); }
td.TdClassName
{
border-color: #E358BF;
}
.TagClassName
{
border-color: #E358BF;
}
</style>