Html Css Color HEX #E361BD Free Speech Magenta
📋 copy color: '#E361BD'red 227 ◦ green 97 ◦ blue 189
Shades of Free Speech Magenta #E361BD
Tints of Free Speech Magenta #E361BD
RGB
CMYK
RGB Variations
Color information
#E361BD (or 0xE361BD) is known color: Free Speech Magenta. HEX triplet: E3, 61 and BD. RGB value is (227,97,189). Sum of RGB (Red+Green+Blue) = 227+97+189=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E361BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E361BD is #1C9E42. Grayscale: #929292. Windows color (decimal): -1875523 or 12411363. OLE color: 12411363.
HSL color Cylindrical-coordinate representation of color #E361BD: hue angle of 317.54º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E361BD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 97 | 189 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.11 |
| HSL | 317.54º | 0.7% | 0.64% | - |
| HSV(B) | 317.54º | 0.57% | 0.89% | - |
| XYZ | 45.14 | 28.55 | 51.28 | - |
| YUV | 146.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 97 | 189 | 0 | 0.57 | 0.17 | 0.11 | 317.54 | 0.7 | 0.64 |
| Hex | E3 | 61 | BD | 0 | 39 | 11 | B | 13E | 46 | 40 |
| Octal | 343 | 141 | 275 | 0 | 71 | 21 | 13 | 476 | 106 | 100 |
| Binary | 11100011 | 1100001 | 10111101 | 0 | 111001 | 10001 | 1011 | 100111110 | 1000110 | 1000000 |
Color Harmonies of #E361BD
Complementary color
Monochromatic Colors of #E361BD
Black with #E361BD
Text Example
Text Example
White with #E361BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E361BD; }
p { color: rgb(227,97,189); }
H1.HeaderClassName
{
color: #E361BD;
}
.AnyTagClassName
{
color: #E361BD;
}
</style>
background-color css
<style>
a { background-color: #E361BD; }
a { background-color: rgb(227,97,189); }
div.DivClassName
{
background-color: #E361BD;
}
.BgClassName
{
background-color: #E361BD;
}
</style>
border-color css
<style>
span { border-color: #E361BD; }
span { border-color: rgb(227,97,189); }
td.TdClassName
{
border-color: #E361BD;
}
.TagClassName
{
border-color: #E361BD;
}
</style>