Html Css Color HEX #E352BB Free Speech Magenta
📋 copy color: '#E352BB'red 227 ◦ green 82 ◦ blue 187
Shades of Free Speech Magenta #E352BB
Tints of Free Speech Magenta #E352BB
RGB
CMYK
RGB Variations
Color information
#E352BB (or 0xE352BB) is known color: Free Speech Magenta. HEX triplet: E3, 52 and BB. RGB value is (227,82,187). Sum of RGB (Red+Green+Blue) = 227+82+187=496 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.77% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 227 - color contains mainly: red. Hex color #E352BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352BB is #1CAD44. Grayscale: #898989. Windows color (decimal): -1879365 or 12276451. OLE color: 12276451.
HSL color Cylindrical-coordinate representation of color #E352BB: hue angle of 316.55º 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 #E352BB is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 187 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.11 |
| HSL | 316.55º | 0.72% | 0.61% | - |
| HSV(B) | 316.55º | 0.64% | 0.89% | - |
| XYZ | 43.67 | 25.95 | 49.72 | - |
| YUV | 137.33 | 156.04 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 187 | 0 | 0.64 | 0.18 | 0.11 | 316.55 | 0.72 | 0.61 |
| Hex | E3 | 52 | BB | 0 | 40 | 12 | B | 13D | 48 | 3D |
| Octal | 343 | 122 | 273 | 0 | 100 | 22 | 13 | 475 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10111011 | 0 | 1000000 | 10010 | 1011 | 100111101 | 1001000 | 111101 |
Color Harmonies of #E352BB
Complementary color
Monochromatic Colors of #E352BB
Black with #E352BB
Text Example
Text Example
White with #E352BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352BB; }
p { color: rgb(227,82,187); }
H1.HeaderClassName
{
color: #E352BB;
}
.AnyTagClassName
{
color: #E352BB;
}
</style>
background-color css
<style>
a { background-color: #E352BB; }
a { background-color: rgb(227,82,187); }
div.DivClassName
{
background-color: #E352BB;
}
.BgClassName
{
background-color: #E352BB;
}
</style>
border-color css
<style>
span { border-color: #E352BB; }
span { border-color: rgb(227,82,187); }
td.TdClassName
{
border-color: #E352BB;
}
.TagClassName
{
border-color: #E352BB;
}
</style>