Html Css Color HEX #E352BA Free Speech Magenta
📋 copy color: '#E352BA'red 227 ◦ green 82 ◦ blue 186
Shades of Free Speech Magenta #E352BA
Tints of Free Speech Magenta #E352BA
RGB
CMYK
RGB Variations
Color information
#E352BA (or 0xE352BA) is known color: Free Speech Magenta. HEX triplet: E3, 52 and BA. RGB value is (227,82,186). Sum of RGB (Red+Green+Blue) = 227+82+186=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E352BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352BA is #1CAD45. Grayscale: #888888. Windows color (decimal): -1879366 or 12210915. OLE color: 12210915.
HSL color Cylindrical-coordinate representation of color #E352BA: hue angle of 316.97º 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 #E352BA is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 186 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.11 |
| HSL | 316.97º | 0.72% | 0.61% | - |
| HSV(B) | 316.97º | 0.64% | 0.89% | - |
| XYZ | 43.56 | 25.91 | 49.16 | - |
| YUV | 137.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 186 | 0 | 0.64 | 0.18 | 0.11 | 316.97 | 0.72 | 0.61 |
| Hex | E3 | 52 | BA | 0 | 40 | 12 | B | 13D | 48 | 3D |
| Octal | 343 | 122 | 272 | 0 | 100 | 22 | 13 | 475 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10111010 | 0 | 1000000 | 10010 | 1011 | 100111101 | 1001000 | 111101 |
Color Harmonies of #E352BA
Complementary color
Monochromatic Colors of #E352BA
Black with #E352BA
Text Example
Text Example
White with #E352BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352BA; }
p { color: rgb(227,82,186); }
H1.HeaderClassName
{
color: #E352BA;
}
.AnyTagClassName
{
color: #E352BA;
}
</style>
background-color css
<style>
a { background-color: #E352BA; }
a { background-color: rgb(227,82,186); }
div.DivClassName
{
background-color: #E352BA;
}
.BgClassName
{
background-color: #E352BA;
}
</style>
border-color css
<style>
span { border-color: #E352BA; }
span { border-color: rgb(227,82,186); }
td.TdClassName
{
border-color: #E352BA;
}
.TagClassName
{
border-color: #E352BA;
}
</style>