Html Css Color HEX #E352BC Free Speech Magenta
📋 copy color: '#E352BC'red 227 ◦ green 82 ◦ blue 188
Shades of Free Speech Magenta #E352BC
Tints of Free Speech Magenta #E352BC
RGB
CMYK
RGB Variations
Color information
#E352BC (or 0xE352BC) is known color: Free Speech Magenta. HEX triplet: E3, 52 and BC. RGB value is (227,82,188). Sum of RGB (Red+Green+Blue) = 227+82+188=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E352BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352BC is #1CAD43. Grayscale: #898989. Windows color (decimal): -1879364 or 12341987. OLE color: 12341987.
HSL color Cylindrical-coordinate representation of color #E352BC: hue angle of 316.14º 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 #E352BC is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 188 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.11 |
| HSL | 316.14º | 0.72% | 0.61% | - |
| HSV(B) | 316.14º | 0.64% | 0.89% | - |
| XYZ | 43.77 | 26 | 50.29 | - |
| YUV | 137.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 188 | 0 | 0.64 | 0.17 | 0.11 | 316.14 | 0.72 | 0.61 |
| Hex | E3 | 52 | BC | 0 | 40 | 11 | B | 13C | 48 | 3D |
| Octal | 343 | 122 | 274 | 0 | 100 | 21 | 13 | 474 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10111100 | 0 | 1000000 | 10001 | 1011 | 100111100 | 1001000 | 111101 |
Color Harmonies of #E352BC
Complementary color
Monochromatic Colors of #E352BC
Black with #E352BC
Text Example
Text Example
White with #E352BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352BC; }
p { color: rgb(227,82,188); }
H1.HeaderClassName
{
color: #E352BC;
}
.AnyTagClassName
{
color: #E352BC;
}
</style>
background-color css
<style>
a { background-color: #E352BC; }
a { background-color: rgb(227,82,188); }
div.DivClassName
{
background-color: #E352BC;
}
.BgClassName
{
background-color: #E352BC;
}
</style>
border-color css
<style>
span { border-color: #E352BC; }
span { border-color: rgb(227,82,188); }
td.TdClassName
{
border-color: #E352BC;
}
.TagClassName
{
border-color: #E352BC;
}
</style>