Html Css Color HEX #E352BF Free Speech Magenta
📋 copy color: '#E352BF'red 227 ◦ green 82 ◦ blue 191
Shades of Free Speech Magenta #E352BF
Tints of Free Speech Magenta #E352BF
RGB
CMYK
RGB Variations
Color information
#E352BF (or 0xE352BF) is known color: Free Speech Magenta. HEX triplet: E3, 52 and BF. RGB value is (227,82,191). Sum of RGB (Red+Green+Blue) = 227+82+191=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E352BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352BF is #1CAD40. Grayscale: #898989. Windows color (decimal): -1879361 or 12538595. OLE color: 12538595.
HSL color Cylindrical-coordinate representation of color #E352BF: hue angle of 314.9º 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 #E352BF is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 191 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.11 |
| HSL | 314.9º | 0.72% | 0.61% | - |
| HSV(B) | 314.9º | 0.64% | 0.89% | - |
| XYZ | 44.1 | 26.13 | 52.01 | - |
| YUV | 137.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 191 | 0 | 0.64 | 0.16 | 0.11 | 314.9 | 0.72 | 0.61 |
| Hex | E3 | 52 | BF | 0 | 40 | 10 | B | 13B | 48 | 3D |
| Octal | 343 | 122 | 277 | 0 | 100 | 20 | 13 | 473 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10111111 | 0 | 1000000 | 10000 | 1011 | 100111011 | 1001000 | 111101 |
Color Harmonies of #E352BF
Complementary color
Monochromatic Colors of #E352BF
Black with #E352BF
Text Example
Text Example
White with #E352BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352BF; }
p { color: rgb(227,82,191); }
H1.HeaderClassName
{
color: #E352BF;
}
.AnyTagClassName
{
color: #E352BF;
}
</style>
background-color css
<style>
a { background-color: #E352BF; }
a { background-color: rgb(227,82,191); }
div.DivClassName
{
background-color: #E352BF;
}
.BgClassName
{
background-color: #E352BF;
}
</style>
border-color css
<style>
span { border-color: #E352BF; }
span { border-color: rgb(227,82,191); }
td.TdClassName
{
border-color: #E352BF;
}
.TagClassName
{
border-color: #E352BF;
}
</style>