Html Css Color HEX #E352B9 Free Speech Magenta
📋 copy color: '#E352B9'red 227 ◦ green 82 ◦ blue 185
Shades of Free Speech Magenta #E352B9
Tints of Free Speech Magenta #E352B9
RGB
CMYK
RGB Variations
Color information
#E352B9 (or 0xE352B9) is known color: Free Speech Magenta. HEX triplet: E3, 52 and B9. RGB value is (227,82,185). Sum of RGB (Red+Green+Blue) = 227+82+185=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E352B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352B9 is #1CAD46. Grayscale: #888888. Windows color (decimal): -1879367 or 12145379. OLE color: 12145379.
HSL color Cylindrical-coordinate representation of color #E352B9: hue angle of 317.38º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352B9 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 185 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.11 |
| HSL | 317.38º | 0.72% | 0.61% | - |
| HSV(B) | 317.38º | 0.64% | 0.89% | - |
| XYZ | 43.45 | 25.87 | 48.6 | - |
| YUV | 137.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 185 | 0 | 0.64 | 0.19 | 0.11 | 317.38 | 0.72 | 0.61 |
| Hex | E3 | 52 | B9 | 0 | 40 | 13 | B | 13D | 48 | 3D |
| Octal | 343 | 122 | 271 | 0 | 100 | 23 | 13 | 475 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10111001 | 0 | 1000000 | 10011 | 1011 | 100111101 | 1001000 | 111101 |
Color Harmonies of #E352B9
Complementary color
Monochromatic Colors of #E352B9
Black with #E352B9
Text Example
Text Example
White with #E352B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352B9; }
p { color: rgb(227,82,185); }
H1.HeaderClassName
{
color: #E352B9;
}
.AnyTagClassName
{
color: #E352B9;
}
</style>
background-color css
<style>
a { background-color: #E352B9; }
a { background-color: rgb(227,82,185); }
div.DivClassName
{
background-color: #E352B9;
}
.BgClassName
{
background-color: #E352B9;
}
</style>
border-color css
<style>
span { border-color: #E352B9; }
span { border-color: rgb(227,82,185); }
td.TdClassName
{
border-color: #E352B9;
}
.TagClassName
{
border-color: #E352B9;
}
</style>