Html Css Color HEX #E352C0 Free Speech Magenta
📋 copy color: '#E352C0'red 227 ◦ green 82 ◦ blue 192
Shades of Free Speech Magenta #E352C0
Tints of Free Speech Magenta #E352C0
RGB
CMYK
RGB Variations
Color information
#E352C0 (or 0xE352C0) is known color: Free Speech Magenta. HEX triplet: E3, 52 and C0. RGB value is (227,82,192). Sum of RGB (Red+Green+Blue) = 227+82+192=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E352C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352C0 is #1CAD3F. Grayscale: #898989. Windows color (decimal): -1879360 or 12604131. OLE color: 12604131.
HSL color Cylindrical-coordinate representation of color #E352C0: hue angle of 314.48º 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 #E352C0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 192 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.11 |
| HSL | 314.48º | 0.72% | 0.61% | - |
| HSV(B) | 314.48º | 0.64% | 0.89% | - |
| XYZ | 44.21 | 26.17 | 52.59 | - |
| YUV | 137.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 192 | 0 | 0.64 | 0.15 | 0.11 | 314.48 | 0.72 | 0.61 |
| Hex | E3 | 52 | C0 | 0 | 40 | F | B | 13A | 48 | 3D |
| Octal | 343 | 122 | 300 | 0 | 100 | 17 | 13 | 472 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11000000 | 0 | 1000000 | 1111 | 1011 | 100111010 | 1001000 | 111101 |
Color Harmonies of #E352C0
Complementary color
Monochromatic Colors of #E352C0
Black with #E352C0
Text Example
Text Example
White with #E352C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352C0; }
p { color: rgb(227,82,192); }
H1.HeaderClassName
{
color: #E352C0;
}
.AnyTagClassName
{
color: #E352C0;
}
</style>
background-color css
<style>
a { background-color: #E352C0; }
a { background-color: rgb(227,82,192); }
div.DivClassName
{
background-color: #E352C0;
}
.BgClassName
{
background-color: #E352C0;
}
</style>
border-color css
<style>
span { border-color: #E352C0; }
span { border-color: rgb(227,82,192); }
td.TdClassName
{
border-color: #E352C0;
}
.TagClassName
{
border-color: #E352C0;
}
</style>